Skip to content

SonaniAkshit/Jsp-Servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSP Servlet Project Collection

Welcome to the JSP Servlet Project Collection! This repository contains a variety of Java web application examples using JSP (JavaServer Pages) and Servlets. Whether you're a beginner or an experienced developer, you'll find practical, real-world projects to help you learn and master Java web development.


🚀 Features

  • CRUD Operations: Full Create, Read, Update, Delete functionality using Servlets and JSP.
  • Login Systems: Secure login forms with session management.
  • XML Integration: Examples of using XML for data storage and configuration.
  • JSTL Usage: Projects demonstrating JavaServer Pages Standard Tag Library.
  • Session Management: Learn how to manage user sessions in web apps.
  • Calculator & Search Forms: Utility web apps for hands-on practice.
  • Well-Structured Examples: Each project is self-contained and easy to run.

🗂️ Folder Structure

/ (root)
│
├── CRUD Appication Using Servlet/   # CRUD app with Servlets & JSP
├── 8JSPLoginForm/                  # Login form example
├── WebApplication1/                # General web app template
├── ...                             # Other example projects
└── README.md                       # This file

🛠️ Technologies Used

  • Java EE (Servlets, JSP)
  • Apache Tomcat (recommended)
  • JSTL
  • XML
  • HTML, CSS

⚡ Getting Started

Prerequisites

  • JDK 8 or higher
  • Apache Tomcat 8+ (or any compatible servlet container)
  • IDE (NetBeans, Eclipse, IntelliJ IDEA, etc.)

Running a Project

  1. Clone the repository:
    git clone https://github.com/yourusername/jsp-servlet.git
  2. Import a project folder (e.g., CRUD Appication Using Servlet) into your IDE as an existing project.
  3. Build the project using your IDE or ant if available.
  4. Deploy to Tomcat:
    • Copy the web directory contents to your Tomcat webapps folder, or
    • Use your IDE's deployment feature.
  5. Access in browser:
    • Visit http://localhost:8080/YourProjectName

🤝 Contributing

Contributions are welcome! Please open issues or submit pull requests for improvements, bug fixes, or new examples.

📬 Contact

  • Developer: Akshit Sonani
  • Email: sonaniakshit684.com
  • GitHub: SonaniAkshit

🔥 Happy Coding! 🚀

⭐ Star this repository if you find it helpful!

About

JSP Servlet Project Collection! This repository contains a variety of Java web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors