Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Servlet is a server-side Java component used to handle client requests and generate dynamic responses in web applications. It runs inside a web container like Tomcat and processes HTTP requests using doGet() and doPost(). Servlets work with JSP, JDBC, and MVC architecture.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages