This repository contains two distinct projects:
- Hibernate Project: A Java-based web application utilizing Hibernate ORM for database operations.
- Project 5: A project with both backend and frontend components, designed to demonstrate a complete web application workflow.
- Implements Hibernate ORM for database interaction.
- Includes CRUD operations for entities such as
Brand,Product, andUsers. - Advanced search and update functionalities.
- 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, andall-users.html.
- Java
- Hibernate ORM
- MySQL
- Libraries:
- Gson
- SLF4J
- Ehcache
- Java (Backend)
- MySQL
- HTML, CSS, JavaScript (Frontend)
- Clone the repository.
- Configure the database connection in
hibernate.cfg.xml. - Build the project using the provided
build.xml. - Deploy the application to a compatible server (e.g., GlassFish).
- Clone the repository.
- Navigate to the
Backendfolder and configure the database connection. - Build the backend using the provided
build.xml. - Deploy the backend to a server.
- Serve the frontend files from the
Frontendfolder.
This projects is developed and maintained by GeekHirusha Dev.