- This topic has 5 replies, 4 voices, and was last updated 18 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
David_HermansenMemberHi,
I inherited an application created using WSAD Integration Edition v5.1 and want to maintain the application using MyEclipse v4.1.1 GA.
Has anyone ever seen an article or some documentation about how to convert a WSAD project?
Thanks,
Dave
August 15, 2006 at 2:39 pm #256864
Riyad KallaMemberDave,
Unfortunately I don’t have a quick reference for you but what I would suggest is figure out what kind of project this is, is it just a single web project? multiple web projects? multiple web projects and a java project? an EAR project with many modules? etc. Then create those projects in MyEclipse, get them all setup and then slowly drag and drop your resources across from the WSAD projects into the MyEclipse projects. If you tell me what you have, I could help you along (is it an EAR with multiple modules? If so, what are they? what are the relationships, etc.)August 16, 2006 at 9:00 pm #257018
RussMemberWhat would help increase your numbers of users for your most excellent product is a HOW-TO. We are in the same boat with Dave and would LOVE to increase the number of subscriptions but lack the time to figure out all the details for transferring over from WSAD to MyEclipse.
August 16, 2006 at 10:10 pm #257032
Scott AndersonParticipantRuss,
Good feedback. IIRC, the WSAD project model is based on an “exploded” archive setup (EAR, WAR, EJB-jar) similary to our model. The only difference is the “meta-information” that tells how the projects are related to each other and what type they are, etc. I truly wish we had had the time to write a HOWTO in the development cycle, because I agree it’s sorely needed. Until then, unfortunately, Riyad’s advice on creating mirror projects of the same type and simply dragging your artifacts over to the correct place does seem to work amazingly well.
August 17, 2006 at 6:30 am #257057
RussMemberScott:
Thanks for your reply. Let me be sure I understand what you are saying. You think projects created in WSAD will transfer over to MyEclipse well if you do the following:
1) Create a project shell for each type of project you wish to bring over (EJB, Web, Java)
2) Bring over all source code and project libraries.4) DO NOT bring over any meta-data, such as .project, .server, .web.settings, .web-site-config, .classpath, .serverPreference files
Did I get this correct?
This is a excellent starting point………. See we have already started creating the HOW-TO. 🙄
Russ
August 17, 2006 at 7:15 pm #257112
Riyad KallaMemberRuss,
Unless Scott has any corrections, I believe you had it exactly right. If this works, I’ll post it to the FAQ. If it doesn’t work, and your project fails miserably, I’ll erase this thread 🙂 -
AuthorPosts