Project containing basic configuration of Spring with Jetty and Hibernate.
- Spring's configuration of
DispatcherServlet
is defined in web.xml - Hibernate configuration is specified in dispatcher-servlet.xml
- Example of creating
Controller
handler using spring can be found in UserController.java - Example of creating
REST APIs
with spring can be found in RestUserController.java.