Ankhaa
Ankhaa

Reputation: 1138

Java Application server; which is better?

I need to implement a SOAP Web service. with many clients (over 4000 user online).

Service function is a DB access, and other web service access...

Which application server is better. Glashfish, Weblogic, Oracle Application Server ...?

Upvotes: 2

Views: 163

Answers (1)

darioo
darioo

Reputation: 47183

I'd suggest you first implement the Web service on an app server that you're experienced with (or a free one, like Glassfish or JBoss) and then stress test it. If you make it app. server agnostic, porting it to others, including the commercial ones, shouldn't be a problem.

It's usually best to just try out stuff like this for yourself because benchmarks won't always point you to the right direction.

Upvotes: 1

Related Questions