-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nsylmz edited this page Feb 9, 2014
·
3 revisions
Movie Project is an example Spring based web application project. The application consists of two pages which are actors and movies. Actors Page provides user with managing(CRUD operations) an actor. In Movies Page, you can manage(CRUD operations) a movie and you can also add an actor that is defined in actors page, to selected movie. For Project guideline, see this wiki page.
- MySQL
- JPA
- Hibernate
- Spring Core and Transactoin Management
- Spring MVC (with jackson jar - JSON bind library)
- JavaScript (with additional libraries like Jquery UI)
- JSP
- Apache Tiles Definition (viewing template)
- Tomcat (Wep App Server)