Skip to content

GeekHirushaDev/Web-II-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web II Projects

Overview

This repository contains two distinct projects:

  1. Hibernate Project: A Java-based web application utilizing Hibernate ORM for database operations.
  2. Project 5: A project with both backend and frontend components, designed to demonstrate a complete web application workflow.

Features

Hibernate Project

  • Implements Hibernate ORM for database interaction.
  • Includes CRUD operations for entities such as Brand, Product, and Users.
  • Advanced search and update functionalities.

Project 5

  • Backend:
    • Java-based backend with database connectivity.
    • Includes essential configurations and libraries for smooth operation.
  • Frontend:
    • HTML and JavaScript-based user interface.
    • Pages include index.html, login.html, and all-users.html.

Technologies Used

Hibernate Project

  • Java
  • Hibernate ORM
  • MySQL
  • Libraries:
    • Gson
    • SLF4J
    • Ehcache

Project 5

  • Java (Backend)
  • MySQL
  • HTML, CSS, JavaScript (Frontend)

Setup Instructions

Hibernate Project

  1. Clone the repository.
  2. Configure the database connection in hibernate.cfg.xml.
  3. Build the project using the provided build.xml.
  4. Deploy the application to a compatible server (e.g., GlassFish).

Project 5

  1. Clone the repository.
  2. Navigate to the Backend folder and configure the database connection.
  3. Build the backend using the provided build.xml.
  4. Deploy the backend to a server.
  5. Serve the frontend files from the Frontend folder.

Author

This projects is developed and maintained by GeekHirusha Dev.

About

Continue from Day 40

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors