Project update: Project Patterns (MVC, Services with DAO and DTO), Maven, JPA, Hibernate, MySQL, exceptions, services, infrastructure.
Old Project: https://github.com/PedroKawan/LoginRegister
- Sorry for the Readme, but I'm not familiar with MarkDown! 😅👏
This project is a update 'evolution' of project LoginRegister = Repository.
Here has been add patterns, controllers, servicies, JPA, Hibernate, MySQL, and others.
The screens have been updated, security in login and register with warnings and exceptions!
Project Tree, changes of old project 'LoginRegister'
Model View Controll(MVC), Data Access Object (DAO), Services, Data Transfer Object (DTO)Access to DataBase with hibernate
Abstraction of the object! only to view in web or screen!
Login Security ('email not found', 'password not match with email')
Register Security('name' or 'email' has already been registered, 'password has no letters')

