cancel
Showing results for 
Search instead for 
Did you mean: 

develope modules for adapter engine without SAP NetWeaver Developer Studio

Former Member
0 Kudos

Hi, all,

Could anyone tell me how I can develope modules for adapter engine? I saw SAP has a document "How to Create Modules for the J2EE Adapter Engine". But I don't have SAP NetWeaver Developer Studio. Is there any other way to do it? I have Eclipse installed on my desktop. Thanks.

Marea.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>". But I don't have SAP NetWeaver Developer Studio

download it for free from SDN ?

you can check here:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/77317c8d-0701-0010-f093-ed35a427...

which download has NWDS

or

https://www.sdn.sap.com/irj/sdn/downloads

it's included in NW java

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi, Michal,

Thanks for the quick reply. I am downloding it now. So does it also include "Visual Administrator deploy Service" or "Software Deployment Manager"? You know after I developed one, I need to deploy it to XI engine. Thank you!

Marea

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Visual Administrator deploy Service" or "Software Deployment Manager"?

none

but

Visual Administrator you can download from XI server

(or call go.bat from XI server to open it)

so you can deploy directly from there

or

you can deploy directly from NWDS (you just need to add j2ee server of XI

in preferences and then you can deploy directly from there

Regards,

michal

Former Member
0 Kudos

Thank you, Michal!

I prefer your second solution "deploy directly from NWDS". Once I test it, I will award you a good point.

Marea.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

from my perspective deply using VA is better

as sometimes changes to the code where not taken into account

when I deployed via NDWS but it's up to you

as both methods work for sure - I used them many times

Regards,

michal

Former Member
0 Kudos

Ok. I will try it. Thanks.