cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module for File Adapter using Eclipse

Former Member
0 Kudos

I want to develop Adapter Module using Eclipse, please let me know if it is possible?

-How to use Eclipse to develop adapter module and deploy it on J2ee server.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

nabendu_sen
Active Contributor
0 Kudos

Hi Manish,

you dont need any access to NWDS. You just need to install it, write your bean, compile with supporting JARs and create EAR file. Either basis or you can deploy it.

nabendu_sen
Active Contributor
0 Kudos

Its better to use NWDS to develop Custom Adapter Modules. Eclipse is also OK. You need to deploy the SDA file into J2EE server.

Former Member
0 Kudos

I don't have access to NWDI, I want to create a adapter module just for testing, please tell me how to use Eclipe instead of netweaver Developer Studio.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

If you have NWDS , then you can directly deploy AM in PI server, if you are using eclipse to write code then genarate EAR file of your code, then you have to deploy in SDM using manual process.

SEARCH IN SDN like how to deplot AM's, you will find many documents.

Regards,

RAJ