Skip to content

This project demonstrates simple form processing using JavaServer Pages (JSP) with the GET method.

Notifications You must be signed in to change notification settings

iammahesh123/JSP-GET-Method-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GET Form Processing

This project demonstrates simple form processing using JavaServer Pages (JSP) with the GET method.

File Structure

  • index.jsp: HTML form for collecting user input.
  • processGet.jsp: Processes form data submitted via the GET method and displays a greeting message with the user's name and email.

Usage

  1. Open index.jsp in a web browser.
  2. Fill in the name and email fields in the form.
  3. Submit the form.
  4. The processGet.jsp page will display a greeting message with the submitted name and email.

Technologies Used

  • Javaserver Pages
  • HTML
  • CSS
  • GET Method

Installation

  1. Ensure you have a Java Servlet container like Apache Tomcat installed.
  2. Deploy the project files in the container's webapps directory.
  3. Access the application via a web browser.

Dependencies

No external dependencies.

Contributing

Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.

Clone the Repository

To clone this repository, run the following command:

git clone https://github.com/iammahesh123/JSP-GET-Method-Demo.git

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This project demonstrates simple form processing using JavaServer Pages (JSP) with the GET method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages