Pros and cons of each JEE server for developing within Eclipse

Posted by Thorbjørn Ravn Andersen on Stack Overflow See other posts from Stack Overflow or by Thorbjørn Ravn Andersen
Published on 2010-04-08T08:48:53Z Indexed on 2010/04/08 8:53 UTC
Read the original article Hit count: 256

Filed under:
|
|

Eclipse JEE has a lot of server adapters allowing development against many different application servers like JBoss, Glassfish and WebSphere.

Frequently you can benefit from using another server for developing new features than for production, simply because it may be able to deploy changes much faster and when the functionality is in place, you can iron out bugs for the production platform.

Unfortunately finding that server is a time consuming process, where others experience is invaluable.

If you have experience with any server with an Eclipse Server Adapter, please add your findings and your recommendation. I believe that the following is of interest:

  • Does saving a file trigger an update in the server, giving save edit+reload browser functionality?
  • How fast is a deployment? (Saved a JSP? Java class? Static file?)
  • Can the actual server be downloaded by the Server Adapter Wizard allowing for easy installation?
  • Are there known bugs and issues with suitable work-arounds?
  • Is debugging fully supported? Is profiling?
  • Would you recommend this server?

Note: Eclipse can also work with Tomcat but that is a web container, which cannot deploy EAR files.

© Stack Overflow or respective owner

Related posts about java

Related posts about jee