File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Appserver-independent web service stacks? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Appserver-independent web service stacks?" Watch "Appserver-independent web service stacks?" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Appserver-independent web service stacks?
 
Similar Threads
Which web service tool/tech to use for consuming ?
Spring Web Services
Axis2 Vs. CXF
webservice which one is more used ?
Spring-ws Client