Skip to content

jjsendor/phonebook

Repository files navigation

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:

  1. home.jsp
  2. ContactForm.jsp

Controller

ContactController.java contains the only controller that controls the Contact entity.

About

Simple phonebook app using Spring Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages