S
stc
JDK 5
JDK EE 5
Eclipse 3.3.1.1
I'm trying to write simple test webservice with only one method that returns
some string. From what I've found on the net it seems as if it's enough to
put @WebService annotation for the class and annotation processor would
generate necessary files for deployment on application server.
I've enabled annotation processing for the project in Eclipse, left default
".apt_generated" source directory and chosen tools.jar from JDK EE as "JARs
that contain annotation processors".
But nothing happens when I build the project (whether it is clean build or
just manual build of a single Java class). What am I missing? I've found
some examples on the net but they all demonstrate how to write one's own
annotation processor and that's not what I need.
JDK EE 5
Eclipse 3.3.1.1
I'm trying to write simple test webservice with only one method that returns
some string. From what I've found on the net it seems as if it's enough to
put @WebService annotation for the class and annotation processor would
generate necessary files for deployment on application server.
I've enabled annotation processing for the project in Eclipse, left default
".apt_generated" source directory and chosen tools.jar from JDK EE as "JARs
that contain annotation processors".
But nothing happens when I build the project (whether it is clean build or
just manual build of a single Java class). What am I missing? I've found
some examples on the net but they all demonstrate how to write one's own
annotation processor and that's not what I need.