A professional Java-based web application for managing tasks, built with Jakarta EE, Hibernate, and SQL Server.
- Backend: Java 11, Jakarta EE 10
- Frontend: JSP, JSTL
- ORM / Database: Hibernate (JPA), Microsoft SQL Server
- Build Tool: Maven
- Clone the repository:
git clone https://github.com/Thuong404-lab/ProjectPRJ_TasksManager.git
- Database Configuration: Configure your SQL Server connection settings in the project's configuration file (e.g.,
persistence.xmlorhibernate.cfg.xml). - Build the project:
mvn clean install
- Deploy: Deploy the generated
.warfile (located in thetargetdirectory) to your preferred application server (e.g., Tomcat, GlassFish).
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.