facebook

migrating from java studio: questions about features

💡
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. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #212287 Reply

    dukehoops
    Member

    Hi,

    I’d like to migrate to myeclipse from java enterprise studio and I, having played with release 3.8GA I have some questions about the capabilities of this IDE. Please note that I never used eclipse before, but have been using java studio, which is netbeans-based for a while.

    -in studio, i can add an applications server to list of those known to ide; then I can change server’s config/deploy apps on it from within IDE with a single click. Is there such a capability in myeclipse? Specifically, can i tell the IDE about a jboss 4.0 AS that I have on my system

    -is there a wizard for creating EJBs that does *not* involve xdoclet? I’d rather not add (xdoclet metatags) to my code.

    these questions pertain to both linux and windows installations.

    thanks a lot
    -nikita

    #212296

    Riyad Kalla
    Member

    Specifically, can i tell the IDE about a jboss 4.0 AS that I have on my system

    Definately, navigate to the Window > Preferences > MyEclipse > Application Server > JBoss 4 connector properties and “enable” it and configure all its settings.

    -is there a wizard for creating EJBs that does *not* involve xdoclet? I’d rather not add (xdoclet metatags) to my code.

    Not currently.

    #212310

    vbfischer
    Member

    -is there a wizard for creating EJBs that does *not* involve xdoclet? I’d rather not add (xdoclet metatags) to my code.

    You could probably use the wizard, use XDoclet to generate the other stuff, then strip the XDoclet tags from your java files…

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: migrating from java studio: questions about features

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