Java Spring MVC and JDBC CRUD Tutorial (Web App using Eclipse, Tomcat, MySQL and JUnit)

Learn how to develop a Java web application to manage information in a relational database using Spring MVC and Spring JDBC. You will see how Spring simplifies writing code with JDBC. - Sofware programs used: Java Development Kit, MySQL Community server, Apache Tomcat server, Eclipse IDE. - Technologies used: Spring framework, Spring MVC, Spring JDBC, Java Servlet, JSP, JSTL, JUnit, Maven. You can also refer to text-based version:
Back to Top