facebook

migrate from WSAD, any guide?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #252690 Reply

    jason2006
    Member

    Our organization is evaluating the next IDE from WSAD for our 100+ developers. MyEclipse seems a good candidate. However we could not find any document specifically for this kind of migration. Our J2EE projects include EAR, EJB, Web, Application Client and Web Service all in WSAD standard layout. Is there any guide to eliborate the migrating steps from WSAD?

    Thanks

    #252700

    Riyad Kalla
    Member

    Jason,
    Unfortunately we don’t provide IDE-specific migration guides, although if you are comming from WSAD your experience should be somewhat farmiliar which will make the transition easier.

    The one tip that I will give you (besides reading our docs here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html) that helps people wrap their minds around the projects faster is that in MyEclipse each web module needs to be modelled as a Web Project, each common library module needs to be a Java Project and your EJBs (either all in 1 project or spread across multiple, up to you) need to be modelled in EJB Projects. After that is done, you can create an Enterprise Project that lists all the individual projects as modules, it will then package and deploy those projects for you.

    Also moving forward, possibly starting with MyEclipse 5.0, we will be adopting the WTP project model as well to stay consistent with all Eclipse-based web tooling products, so if your team is farmiliar with that model, it should transition over without a problem.

    #252866

    jason2006
    Member

    Could you provide hardware requirement for MyEclipse? Thanks

    #252869

    Riyad Kalla
    Member

    Same as Eclipse, the more memory and faster processor the better as the editors are quite complex. I would suggest atleast 512mb ram, 1gb is better, and for processor it’s hard to say.

    #252871

    jason2006
    Member

    Since MyEclipse 5 is built upon WTP 1.5, could I assume it supports J2EE 1.5?

    #252872

    jason2006
    Member

    One more question, how many UML diagrams MyEclipse 5 support? Does it also support round-trip class diagram? Thanks

    #252873

    Riyad Kalla
    Member

    Most of the functionality of WTP that supplements MyEclipse will be exposed, of course through the Capabilities system you can expose all of it. I wasn’ta ware of WTP 1.5 offering true complete JEE 5.0 support so I can’t speak to that directly, but that is on everyone’s todo list to add soon enough.

    UML:

      * Class
      * Use-case
      * Sequence
      * State
      * Activity
      * Deployment
      * Collaboration
Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: migrate from WSAD, any guide?

You must be logged in to post in the forum log in