• 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

Does Java 6 have any major advantages over Java 5 for web services?

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.

Are there any major advantages to using Java 6 over Java 5 for the development of web services? From what I've read, JAX-WS can be back-ported by adding its libraries, and the richer stacks, such as Metro, support Java 5.

Are there any features in Java 6 that we wouldn't be able to get via libraries in Java 5? Can the new security features be imported just as readily? Are the available, stand-alone libraries for 1.5 maintained?

Any information would be helpful, thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java 6 ships with a version of the JAX-WS reference implementation, but that's about the only relevant difference to Java 5. I'd even regard that as a drawback, because that version is already obsolete. So, yes - Java 5 works just fine, and it's all you need to run Metro, including WS-Security.
reply
    Bookmark Topic Watch Topic
  • New Topic