I am trying to develop some web services. I want to know a application server that is scalable, fast, has high throughput, and is not too complex. Also it doesn't need to implement J2EE, but the services will be written in java.
views:
468answers:
7
+11
A:
Id use tomcat if i were you. everyone uses tomcat, it has good support, its easy to set up, and is compatible with Java 5 EE, which means you can always ditch it and use another compatible container
mkoryak
2009-03-09 18:42:47
Agree - Tomcat has always been great to me for developing.
Owen
2009-03-09 19:09:41
Does it have scalability baked in, or do you have to use external things?
2009-03-09 20:44:24
+5
A:
You might want to have a look at OpenGSE, the Google Servlet Engine. The fact that it hosts GMail and Google Calendar should be enough to speak for its scalability :)
(Okay, so I'm not going to claim that GSE is the sole cause of GMail's scalability, but it clearly works...)
Jon Skeet
2009-03-09 18:53:14
+1
A:
I like to roll my own with lipermi and then use Java Service Wrapper
Pyrolistical
2009-03-09 18:55:56
A:
JBoss has always been wonderful for me to use when writing my Web Services.
Ascalonian
2009-03-09 19:24:40