Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Appserver-independent web service stacks?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Metro (https://metro.dev.java.net)
 
reply
    Bookmark Topic Watch Topic
  • New Topic