Skip to content
nsylmz edited this page Feb 9, 2014 · 3 revisions

Project Summary

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.

Used Technologies

  • 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)
Clone this wiki locally