• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic