facebook

Eclipse JavaIDE and MyEclipse – purpose?

  1. MyEclipse Archived
  2.  > 
  3. General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261115 Reply

    bensam
    Member

    Hi,
    How is JavaIDE (JDT) shipped with Eclipse SDK different from MyEclipse?
    When do you use them? Can you use JDT to write servlets?
    Or can you use MyEclipse to write simple java applications?

    thks
    sam

    #261121 Reply

    Riyad Kalla
    Member

    Sam,
    Good question. The layering looks something like this:

    
    + Eclipse <-- Application platform
      + JDT <-- Java code tooling platform (.java files)
        + MyEclipse <-- J2EE java code tooling, builds on top to provide web-based development
    
    #261175 Reply

    bensam
    Member

    So you are saying, in order to write servlets you need MyEclipse and for writing simple java application/applet you use the default Eclipse JavaIDE.Am i correct?

    #261188 Reply

    Riyad Kalla
    Member

    Well servlets are straight Java, so you can write then using the basic Eclipse JDT install. But if you want to start editing JSPs either by source or visually using a designer, connect to databases, reverse engineer your data model to Hibernate-enabled POJOs, hook Spring DAOs into your persistence layer, model and deploy your web application or enterprise application, do visual Struts or JSF development or any other web-specific technology, MyEclipse will help you with that, where as default Eclipse JDT won’t.

    #261248 Reply

    bensam
    Member

    Hello
    Yep. Now i understand. Thank you.
    shall try out MyEclipse.
    rgds
    csb

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Eclipse JavaIDE and MyEclipse – purpose?

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