https://github.com/vikramgujar/java-enterprise-playground
https://github.com/vikramgujar/java-enterprise-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikramgujar/java-enterprise-playground
- Owner: VikramGujar
- Created: 2025-01-06T17:11:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:23:28.000Z (3 months ago)
- Last Synced: 2025-02-19T09:26:48.885Z (3 months ago)
- Language: Java
- Size: 22.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Java Web Application
This repository contains a **dynamic web application** built using **Advanced Java** technologies, including:
- **JDBC**
- **Servlets**
- **JSP**The project demonstrates key concepts of server-side development in Java, such as database connectivity, session management, and dynamic page rendering.
---
## Features
- **Database Integration**: Implements JDBC for seamless data connectivity.
- **Dynamic Pages**: Uses JSP for rendering dynamic web content.
- **Server-Side Logic**: Built using Java Servlets for backend functionality.
- **Modular Design**: Clean separation of concerns for maintainable code.---
## Technologies Used
- **Java SE/EE**
- **JDBC**: For database operations
- **Servlets**: For backend processing
- **JSP**: For frontend page rendering
- **Oracle Database**: As the data store
- **Apache Tomcat**: As the web server---
## How to Run the Project
1. Clone this repository:
```bash
git clone https://github.com/VikramGujar/java-enterprise-playground