Start of Content Area

Procedure documentation Migrating Java Projects to the NWDI  Locate the document in its SAP Library structure

Use

By means of the migration, existing Java coding is made available as a DC in the NWDI. The DC contains the source files of the Java project and can therefore be changed.

Prerequisites

·        The software is an Eclipse project.

·        You have a development component in which you can work.

Procedure

...

       1.      Import the Java project into the SAP NetWeaver Developer Studio.

       2.      Create a DC of type Java.

       3.      Navigate to the Java perspective and select the View Package Explorer.

In this view, you can see both DC projects and non-DC projects.

       4.      Copy the packages from the non-DC project to the appropriate position in the DC project.

       5.      Determine the public parts of the new DC.

       6.      In the context menu of the DC choose DC DC Build.

       7.      After a successful test, check in and activate the DC.

Result

The functions are now available as a DC.

 

 

 

 

End of Content Area