Skip to content

mxtss/Blog_web_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Blog Web Application

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.

Features

  1. Develop a web application using Java technologies: Servlets, JSP, JSTL, JDBC.
  2. Utilize Eclipse IDE for development.
  3. Create a full-fledged web application based on a pre-designed HTML template.

Technical Details

The web application, "My Blog," is built using Java technologies:

  1. Servlets: Handling server-side logic and interaction.
  2. JSP (JavaServer Pages): Rendering dynamic content on the client side.
  3. JSTL (JavaServer Pages Standard Tag Library): Simplifying JSP-based development with reusable tags.
  4. JDBC (Java Database Connectivity): Managing interactions with the database.
  5. Integrated Development Environment (IDE): IntelliJ IDEA.
  6. HTML Template: A pre-designed HTML template is chosen as the UI basis for creating the web application.

Spring-Version Branch

Additionally, there is a "spring-version" branch available that demonstrates the same application built using Spring framework functionality.

About

An example of a full web app using Java: Servlets, JSP, JSTL, JDBC, HTML, Eclipse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 76.8%
  • CSS 19.9%
  • JavaScript 3.3%