cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a new J2EE application in NWDI & configuring for Dev, Tst and Prd

Former Member
0 Kudos

I am creating a new J2EE application and have to add it to NWDI as a project.

Is there any documentation for adding a new J2EE application and configuring fro Dev, Tst and Prod?

Appreciate your time and effort.

Regards,

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Deepak,

Some good information on NWDI is in [Concepts of the Development Infrastructure|http://help.sap.com/saphelp_nw70/helpdata/EN/44/312b1a8bea3ec8e10000000a1553f6/frameset.htm].

Ask yourself the questions:

How do I want to use NWDI? Just as versionmanager? Or do I want to use the Central Build Services also?

Do I want to use the Content Management Services for transporting my stuff?

If you are going to use all these services, then you need a Software Component and Product to be created in the SLD; create a CMS track with your runtime systems; import the newly created Development Configureation into NWDS; and create your J2EE application DC in your Software Component.

So as you can see: some steps to do before you can use the complete NWDI.

I hope this helps a little.

Regards,

Alain

nitin_mahajan2
Contributor
0 Kudos

Create a DC of the said type and create your application in that. If there are any external jar files, use them as external DC.

If you already have the project created, import it while creating the DC.

~Nitin