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.
- 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.
- 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
- Clone this repository:
git clone https://github.com/VikramGujar/java-enterprise-playground