| Author |
Appserver-independent web service stacks?
|
John Digweed
Greenhorn
Joined: Sep 10, 2007
Posts: 2
|
|
So - I am evaluating some web services written with Oracle's JDeveloper that are deployed on OAS. From poking around, it is unclear whether these web services can be used on other app servers. There are both REST and SOAP/WSDL based services. I am looking at other stacks to write web services with. I would like something that is not bound in any way to a particular application server. (If we have to be bound to an app server, JBoss is probably okay) So what is out there? I know of these: -Axis: http://ws.apache.org/axis/ -Axis2: http://ws.apache.org/axis2/ -Spring-WS: http://static.springframework.org/spring-ws/sites/1.5/ -CXF (formerly Xfire): http://cxf.apache.org/ Will all of those meet my goals? Are there any big ones that I'm missing? I'd like to evaluate all of them and make a decision from there. Thanks John
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
|
Metro (https://metro.dev.java.net)
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
 |
|
|
subject: Appserver-independent web service stacks?
|
|
|