cancel
Showing results for 
Search instead for 
Did you mean: 

What is NWDS, and how is it used?

Former Member
0 Kudos

1. What is NWDS?

2. How does it relate to XI?

3. How does it relate to Web services?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<b>1. What is NWDS?</b>

NWDS is Netweaver Developer Studio. Totally it is an Java Development Tool. For help on this go to:

http://help.sap.com/saphelp_nw2004s/helpdata/en/40/00be09879f114aa1ec46c2afa4445b/frameset.htm

<b>2. How does it relate to XI?</b>

It is an Java Development Environment on Eclipse. For e.g if you want to deploy the .EAR files, you can directly deploy from the NWDS. So it is an independent robust Developement Environment for Java related developments. with Version Control etc features.We can call this is a NetWeaver Helper Tools.

To add On-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9221b490-0201-0010-0e90-8cc...

http://help.sap.com/saphelp_webas630/helpdata/en/cb/f4bc3d42f46c33e10000000a11405a/content.htm

<b>3. How does it relate to Web services?</b>

Check this document for how to use it in XI:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac...

---Satish

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

NWDS - netweaver developer studio

it's an IDE based on eclipse that enables you to write java applications

for SAP

for XI you can write inside:

java mappings, adapter modules

>>>>3. How does it relate to Web services?

you can write WS in NDWS too and deloy them into SAP WAS 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

The NWDS is the SAP NetWeaver Developer Studio. Basically this is the Eclipse Java Development environment. We use this to create custom java programs and classes and then deploy them in our XI environment. You could use another Java IDE to build your programs but this is one supplied by SAP.

Cheers,

Joe

Former Member
0 Kudos

Hi Daniel,

NWDS is a development environment based on Eclipse that is used to develop java code, java bean and so on..

With NWDS you can develope components for XI like java mapping, adapter modules and adapter using the correct packages.

NWDS also allow you to create and define web services.

Regards,

Sergio