Java Servlet Projects Collection
This repository contains three Java-based web applications developed using Servlets, JSP, Maven, and Apache Tomcat. These projects demonstrate core concepts of Java Web Development, including request handling, form processing, and MVC-based structure.
FormSubmit: FormSubmit is a Java Servlet-based project that handles HTML form submissions and processes user input on the server side.
Key Features:
Servlet-based form handling
HTTP request & response processing
Clean package structure
Maven-based project setup
Technologies Used:
Java
Servlet API (Jakarta)
Maven
Apache Tomcat