A Java Servlet based web application that calculates student grades based on marks entered through an HTML form.
This project demonstrates form handling, servlet processing, and dynamic result generation using Java and Apache Tomcat.
- Student grade calculation
- HTML form input handling
- Dynamic result display
- Servlet based backend processing
- Simple web application deployment
- Java
- Servlet API
- HTML5
- Apache Tomcat
GRADECALCAPP/
│
├── calc.html
│
└── WEB-INF/
├── web.xml
└── classes/
└── GradeServlet.java
- User enters marks in the HTML form
- Form data is sent to the servlet
- Servlet processes marks
- Grade/result is calculated
- Output is displayed in browser
- Install Apache Tomcat
- Copy project into Tomcat
webappsfolder - Start Tomcat server
- Open browser and run:
http://localhost:8080/GRADECALCAPP
- Java Servlet development
- Request and response handling
- Form data processing
- Dynamic web application creation
- Web deployment using Apache Tomcat
Jigyasu Kumar
KIIT University
B.Tech CSE