• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache CXF vs JWSDP (Sun Java Webservices Developer Pack) which to choose?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am Making a project on spring , any advantages that CXF offers over JWSDP, other than the fact that CXF is better integrated with spring? which one is better scalable, better serves multiple clients or fit for production ?
Why was JWSDP depreciated in favour of glass fish
 
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
google search of cxf gives 4,350,000 results and that of JWSDP gives 83,600. . of course that's the criteria to select the framework , what I mean is if something is deprecated why even consider it?

I would ideally go with something that has strong and up to date user community, is widely used and most importantly has active support.
have to consider other frameworks? is it JAX-WS or JAX-RS you are dealing with? if later have to given thought to RESTlet?

-P
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Indeed, JWSDP is dead, and should not be used for anything at this point.

While CXF is still under active development, it is not generally the first choice when developing WS, so you may have a harder getting support in forums like this one. Frameworks like Axis2, Metro or Jersey would be more common choices. Why are you considering CXF but not those frameworks?
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic