I am attempting to recreate the most excellent vogella tutorial for create REST with java, JAX-RS and Jersey.
I\'m using eclipse Kepler with Java-EE perspective, to
If your are using Jersey-2
Web.xml Configuration
Jersey REST Service
org.glassfish.jersey.servlet.ServletContainer
jersey.config.server.provider.packages
com.oracle.restful
1
List of Libraries required
Run project it will work. Also check your JAXB classed because it will internally use xml annotation to convert pojo object to JAXB