Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Using Eclipse

 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use both Eclipse and WSAD, and sadly I only utilize the base 25% of the functionality. Lets talk only eclipse: how much of the functionality is absolutely essential to J2EE development? How much of the core engine is devoted to other things, like Ant and CVS?

Thanks!
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,
The core eclipse (without plugins) doesn't do J2EE. It does do java; do you mean that?
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think there are free plugins that come with Eclipse that can enable ant etc. There are other plugins that can help with weblogic server intrgrated into your ide.
 
Michael Sullivan
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmn... now that I take a closer look, I do see that ANT is an external tool. Also, did you mean that eclipse stand alone is strictly a java tool, but via plugins is J2EE capeable?

Thanks all!
 
Jeanne Boyarsky
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"did you mean that eclipse stand alone is strictly a java tool, but via plugins is J2EE capeable? "
Let me qualify that. Eclipse (for java, as opposed to swapping in another compiler is a java tool. While you could do J2EE without any plugins it would be a nightmare. Technicalities aside, I agree with this comment.
 
reply
    Bookmark Topic Watch Topic
  • New Topic