Skip to content
/ mvc Public

This repository contains different MVC implementations.

Notifications You must be signed in to change notification settings

isabiq/mvc

Repository files navigation

Model View Controller (MVC)

This repository contains four differents MVC implementations based on differents references.

The projects are all implemented using the same example, which is a library managing authors and books. The aim is to make the comparison between the projects easy and rational. In every project, you'll find a brief description of the patterns respected and how the tiers of the MVC are implemented. You'll find also some advantages and limitations regarding every approach and the resulting class diagram.

Environment

  • jdk 1.8
  • maven 3.5.0

Compile

mvn clean package

Run

Every project contains an App class with a main method to run the application.

Contributing

All suggestions, contributions and reactions are welcome.

About

This repository contains different MVC implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages