phonebook Simple phonebook app using Spring Framework MVC Model Contact entity is the only entity in this simple app. View There are 2 views in this simple app: home.jsp ContactForm.jsp Controller ContactController.java contains the only controller that controls the Contact entity.