TINY MVC FRAMEWORK FOR CRUD PROJECTS
by Daniel Uribe Ayvar
A tiny and simple MVC Framework for CRUD projects, include:
- Basic Model Objects such as Person, Address and Base BO(id, description).
- Generic interfaces for Delegate, Service and DAO with CRUD methods(save, update, delete, find).
- A parametrized QueryManager method for process and execute statements.
- A singleton class to connect MySql databases through file.properties.
- loading...