简体   繁体   中英

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 ...?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM