The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


JAX-WS 2.1.6 in JDK 6u14

Posted by ramapulavarthi on June 1, 2009 at 8:59 PM PDT
We are trying our best to keep the JDK up to date with latest JAX-WS RI. The recently released JDK 6 Update release 14 has JAX-WS 2.1.6 RI along with JAXB 2.1.10 RI. You can find more about the changes that went in to the release can be seen at JAX-WS 2.1.6 change log and JAXB 2.1.10 change log. I hope the JAX-WS users find this helpful.
Related Topics >> Java Web Services and XML      
Comments
Comments are listed in date ascending order (oldest first)

Hi Rama, Is there a way we can know from JDK installation which JAXB RI is included ? Thanks vissu

JDK_HOME/bin/xjc -version

JDK_HOME/bin/xjc -version should give you JAXB Implementation version.