This repository contains the source code for a web application named "My Blog," developed using Java technologies such as Servlets, JSP, JSTL, and JDBC. The purpose of this application is to provide hands-on experience with building a full-fledged web application using these technologies. The application is based on an existing HTML template, and it serves as a practical example for learning and practicing Java web development.
- Develop a web application using Java technologies: Servlets, JSP, JSTL, JDBC.
- Utilize Eclipse IDE for development.
- Create a full-fledged web application based on a pre-designed HTML template.
The web application, "My Blog," is built using Java technologies:
- Servlets: Handling server-side logic and interaction.
- JSP (JavaServer Pages): Rendering dynamic content on the client side.
- JSTL (JavaServer Pages Standard Tag Library): Simplifying JSP-based development with reusable tags.
- JDBC (Java Database Connectivity): Managing interactions with the database.
- Integrated Development Environment (IDE): IntelliJ IDEA.
- HTML Template: A pre-designed HTML template is chosen as the UI basis for creating the web application.
Additionally, there is a "spring-version" branch available that demonstrates the same application built using Spring framework functionality.