Final project built on JSF (Java EE) as an assignment in subject Development of Corporative Applications, at Universidade Federal do Paraná.
Lessons Learned |
Technologies |
Environment Setup |
Features
Project developed by: Julio L. Muller and other 3 contributors
Judicial systems developed on Jakarta EE as part of college assignment. The objective was to develop 2 separate systems using the frameworks JSF and Hibernate to practice these technologies as well as the integration among them, using REST API.
Frontend:
Backend:
Development:
To run any of the applications of this project, besides the development resources and JDK listed above, you will need to configure the hibernate.cfg.xml
file with your local database information in BOTH systems, since they are completely separate and running in different database instances. To do that, access [project]/src/main/resources/
and create a copy of file hibernate.cfg.xml.example
renaming it as hibernate.cfg.xml
(without the .example), and update this copy with your local connection information.
Hibernate is configured to create the database schema whenever the application is deployed, so don’t worry about running SQL scripts besides the CREATE DATABASE
.