A simple Java app for learning how JDBC works. Creating a simple Java app that connects to a database which has a worker table, company table and address table. Runs simple CRUD operations on it. Uses a commind line interface for user input.
Expanding the app to use Java EE JSP api. Creating simple pages that interact with the previously generated backend.
Implementing the Spring frameworks into the project. Using the Spring MVC for the backend. Hibernate validation for validating user input.