Which Application Server is commonly used by companies? What application servers have free downloaded version, so that we can use and test it out? Any suggestion would be of great help.
Thank you, Simon. Your suggestions were of great help. I would like to learn about EJB in J2EE environment. May be I have to choose any one of IBM's WebSphere/BEA WebLogic/IPlanet etc.
Robin Kimzey
Greenhorn
Joined: Jul 19, 2001
Posts: 4
posted
0
Alam, If you are working in a Windows environment and want a "quick" solution, I would suggest the BEA WebLogic server solution. I was asked by my employer to install and evaluate it and was very pleased. It only took an hour or so to install and setup and I was developing/testing JSPs on it shortly ofter that. Enjoy, Robin
Joe McGuire
Ranch Hand
Joined: Mar 19, 2001
Posts: 293
posted
0
I have to agree. The WebLogic server is easy to install, comes with a 60-day evaluation license, and is well documented. It's built on 100% java. You can have it fully installed and serving JSPs in under an hour. The download link is: http://commerce.bea.com/downloads/weblogic_server.jsp
ken chou
Ranch Hand
Joined: Feb 08, 2001
Posts: 68
posted
0
What's the difference betweeen application servers and web servers?
This will start to answer that question as well as giving you a slightly longer list of app servers... http://serverwatch.internet.com/appservers.html (note that they are not all J2EE (java) complient servers) Dave
Nikolay Malevanniy
Greenhorn
Joined: Jun 29, 2001
Posts: 7
posted
0
Originally posted by Alam Vin: Thank you, Simon. Your suggestions were of great help. I would like to learn about EJB in J2EE environment. May be I have to choose any one of IBM's WebSphere/BEA WebLogic/IPlanet etc.
For learn you can use J2EE Application Server (Reference Implementation) with good tutorial (http://java.sun.com/j2ee)