Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iammahesh123/jsp-post-method-demo
This project demonstrates form processing using JavaServer Pages (JSP) with both the GET and POST methods
https://github.com/iammahesh123/jsp-post-method-demo
css get html javaserver-pages post servlets
Last synced: 5 days ago
JSON representation
This project demonstrates form processing using JavaServer Pages (JSP) with both the GET and POST methods
- Host: GitHub
- URL: https://github.com/iammahesh123/jsp-post-method-demo
- Owner: iammahesh123
- Created: 2024-03-07T08:42:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T22:03:57.000Z (10 months ago)
- Last Synced: 2024-03-09T22:44:40.308Z (10 months ago)
- Topics: css, get, html, javaserver-pages, post, servlets
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form Processing Project
This project demonstrates form processing using JavaServer Pages (JSP) with both the GET and POST methods. It consists of two JSP files:### submitForm.jsp:
An HTML form where users can input their name, email, subscription preference, and gender. The form is submitted using the POST method to processPost.jsp.
### processPost.jsp:
A JSP file that processes the form data sent via POST method and displays the submitted information.
## SetupTo run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/iammahesh123/JSP-Post-Method-Demo.git
```
2. Deploy the project to a servlet container such as Apache Tomcat.
3. Access the application through the web browser.
## Technologies Used
- JavaServer Pages (JSP)
- HTML
- CSS
## Usage
1. Access the form submission page through the provided URL.
2. Fill out the form with your name, email, subscription preference, and gender.
3. Click the "Submit" button.
4. View the processed form data on the resulting page.
## Contributions
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.## License
This project is licensed under the [MIT License](LICENSE).