In the previous blog
we tried running glassfish-samples using Glassfish
v2 using
JDK 6.
We walked through what was different when trying with JDK 6 and I
mentioned to use a temporary
work-around of putting javaee.jar in $AS_HOME/lib/endorsed..
However this bug
is now fixed since Glassfish
v2 b31 .
The latest Glassfish v2 installs webservices-api.jar in
$AS_HOME/lib/endorsed....
Developing Webservices using Glassfish AS 9.1 and JDK 6
This blog will show how to develop, run and deploy
JAX-WS based webservices with Glassfish v2 Milestone 3 build using
JDK 6.
It will demonstrate step by step instructions using the
hello-jaxws sample from the following
glassfish-samples.
What is different when trying
with JDK 6?
JDK 6.0 has JAXB/JAX-WS 2.0...