cancel
Showing results for 
Search instead for 
Did you mean: 

How to create jar ,then rar & finally sda of resource adapter?

Former Member
0 Kudos

Hi,

Using NWDS can any one tell me the procedure : how to create the jar first and then the rar file with all the deployment descriptors & finally the sda with all the deployment descriptor in it for a resource adapter?

thanks

regards

fariha

Message was edited by:

fariha Kazi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

from the jar files that i will create i have to encapsulate it in a rar file along with deployment descriptors. but i dont know how to do that.

similarly i have to create sda from it then?

Former Member
0 Kudos

Hi Fariha,

You can create the jar file using jar command.

cmd --> c:/<dir>> jar -lcf * --> This will create a jar file with all the files in the folder.

Or else.. Zip all the files and rename as .jar (easy way)

same for creating an ear file Zip the jars along with the deployment descriptors and rename it as .ear

very simple

No idea about sda

Regards,

Sreenivas

Former Member
0 Kudos

Hi Fariha,

For creation of jar and ear files, you directly have options in NWDS. After creating project and developing the code, right click on the component, from context menu select Build EAR. then Deploy EAR, it depolys to java stack of ur server.

I dont think there is an option to create SDA file through NWDS, i m not sure.

Regards,

Ravi.