jsp-servlet-basics
A simple Java CRUD demo showing how JSP views, Servlets, and an H2 database work together using plain JDBC and embedded Tomcat. Great for learning classic Java web app flow end-to-end.
JAVA, JSP, SERVLET
A simple Java CRUD demo showing how JSP views, Servlets, and an H2 database work together using plain JDBC and embedded Tomcat. Great for learning classic Java web app flow end-to-end.
JAVA, JSP, SERVLET
A practical walkthrough of how I built a JSP + Servlet CRUD app using embedded Tomcat, JDBC, and H2.
JAVA, WEB DEVELOPMENT, TUTORIAL, ARCHITECTURE