cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating J2EE Project to NWDI

Former Member
0 Kudos

Hi,

We have developed custom j2ee applications. Right now, we are planning to migrate them all to NWDI. We are running WAS 7.0. Just want to know the procedure in migrating the j2ee apps.

Did any one do this migration before?

Can you please let me know the step by step process involved in it?

Thanks,

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raj,

Follow these stpes.

1)First check for any runtime or build time reference applications. If you have any first migrate referenced applications.

2)Create a project with same name using NWDI.

3)Open the windows os dirctory level of both projects and copy all folders except following

.bin

.gen

.project.

.classpath files.

4)Build the project.

If you have any questions let me know.

Regards

Praveen

Former Member
0 Kudos

The struchure of my j2ee application is , with project name on level 1 on hierarchy.

projectname

---sourcefolder(which contains all java files)

---jrelib

---jar files

---WEBINF

---webcontentfolder(JSP)

---warfile

Just want to which DC type I can when creating a development component so, the struchure would be same to copy the files to the corresponding folders under DC.

former_member198228
Active Participant
0 Kudos

Hello raj,

You would use a Web Module DC project to put your code in and an Enterprise Archive DC project for deployment.

HTH

Abdul