grizzly-servlet-webserver.jar
jersey-server.jar
jersey-core.jar
jsr311-api.jar
asm.jar
[NOTE: these projects are under active development, so you may find newer versions of these jars available]
As with using Jersey via Maven, if you want to use WADL with JDK 1.5, you need some additional jars:
jaxb-impl.jar
jaxb-api.jar
activation.jar
stax-api.jar
We will ignore WADL for now, which limits the required jars to just the first five. But in addition to the binaries, I prefer to have the sources and javadoc available, which makes the total number of jars 15 (a binary, source, and javadoc jar for each).
Once you have the JARs, configure your classpath or your IDE to include them in your project. You're then ready to write the obligatory 'hello world' program.
[Next: JAX-RS Hello World]
No comments:
Post a Comment