• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

IBM's Eclipse

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lately, I've been hearing more and more about Eclipse. Why has it become so popular?
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Eclipse provide deploying J2EE application modules into different app servers.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of the reasons it has become so popular is becuase it is basically free, and provides almost all the functionality of the high dollar ide's like JBuilder. As for deploying to different J2EE servers, eclipse itself cannot do this but a plug-in called MyEclipse Workbench can. It cost $30, but it does provide alot of functionality. It can be found here: http://www.myeclipseide.com/
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So it is not free when it comes to deploying to app servers. Does Eclipse run in windows 98 OS?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Lomboz Plugin adds integration for a number of servers (JBoss, WebLogic, WebSphere, Oracle/Orion, Resin, Tomcat) for free.
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:
Does Eclipse run in windows 98 OS?


If my knowledge is correct it will run
 
Dastardly Dan the Author
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Indeed, Windows 98 is listed on Eclipse's download page as a supported platform.
-- Dan
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice to know eclipse works on windows 98.
Pardon my ignorance.
1.Is Eclipse integrated with Juint so that I can perfrom Unit testing easily.
2.Does it support server side debugging or we have to use the tedious System.out.print statements.
 
Ranch Hand
Posts: 1376
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Base Eclipse does not support any facets of J2EE development. Eclipse in fact is only a framework, and it requires plug-ins to do anything. The Eclipse team delivers two basic plug-ins: the JDT (Java Development Tooling) which allows you to create J2SE applications, and the PDT (Plug-in Development Tooling) which allows you to create your own plug-ins.
The primary Open Source J2EE plug-in is Lomboz. I am not as familiar with that, since I use IBM's WebSphere extensions, which are not free (unless you have an IBM iSeries machine). I love the WebSphere components because they allow you to actually run an application server test environment right on your PC and so you can debug your application without even having to deploy it to the application server.
As I said, though, the WebSphere components are commercial, and if you're worried about memory requirements for Eclipse, the test environment takes even more.
Joe
 
Where all the women are strong, all the men are good looking and all the tiny ads are above average:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic