Thanks for generating this project using the app accelerator. Please see below for some extra information on each of the technologies you chose
Inside the project there is a application.rest package
containing the
LibertyRestEndpoint
class. This adds a REST endpoint which you can access at /rest
There is also a test class named
it.rest.LibertyRestEndpointTest
that will test the REST endpoint to ensure it is working.
For the complete feature documentation, see the jaxrs-2.0 feature description in IBM Knowledge Center.
Inside the project there is a application.servlet package
containing the
LibertyServlet
class. This adds a servlet with an endpoint which you can access at /servlet
There is also a test named
it.servlet.LibertyServletTest
that will test the servlet's endpoint to ensure it is working.
For the complete feature documentation, see the servlet-3.1 feature description in IBM Knowledge Center.
For the complete feature documentation, see the jpa-2.1 feature description in IBM Knowledge Center.