Which is the latest version to work on with Java EE
- Eclipse - Tomcat combination ?
- IBM RSA - WebSphere combination ?
Which is the latest version to work on with Java EE
It contains
Version 3 includes
Version 4 includes
Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF).
**Current stable version - 8.0.12** [ as of this writing]
I prefer to use Tomcat 7 and above for full functionality
Use a version above V 7.0.0.3: Released July 2007 as it started the support for asynchronous web services from this version
IBM has shipped several versions and editions of WebSphere Application Server.
WebSphere version
||--8.5.5--||--8.5--||--8.0--||--7.0--||--6.1--||--6.0--||--5.1--||--5.0--||--4.0--||--3.5--||
I personally prefer to use 6.1 and above version as they fully support web services which has become an integral part of the industry.
This is while little tricky to choose the application server. Refer to the IBM documentation to choose the appropriate server for your project specific need.