Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/springboot-jsf-primefaces-jpa
A Java Spring Boot JSF PrimeFaces JPA Web Application
https://github.com/persteenolsen/springboot-jsf-primefaces-jpa
Last synced: 29 days ago
JSON representation
A Java Spring Boot JSF PrimeFaces JPA Web Application
- Host: GitHub
- URL: https://github.com/persteenolsen/springboot-jsf-primefaces-jpa
- Owner: persteenolsen
- Created: 2019-06-29T11:20:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T14:19:26.000Z (about 3 years ago)
- Last Synced: 2024-11-07T09:46:24.750Z (3 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Java Spring Boot JSF PrimeFaces JPA Web Application
This Java Spring Boot JSF PrimeFaces MVC Web application was made by the following technology:
- springboot-jsf-primefaces-jpa at GitHub
- Updated dependencies to use another MySQL DB
- Migration from Java 8 to Java 11
- Visual Studio Code with the Microsoft Java Extension Pack
- Microsoft Azure App Service with a Free App Service Plan for web hosting
- JVM memory have been set to an alocation of 512 MB both initial and max because of the limited physial memory
- MySQL Database
- Tomcat JDBC Datasource instead of the default HikariCP
- JSF, PrimeFaces, Entity Model as well as a Service and JPA Repository layer for mapping the Model to the Database
- Maven as build tool
- JPA implemented by Hibernate for initializing the Database and mapping objects
- Hibernate Validator and Apache Commons Validater for server side form validation- PrimeFaces for the View part ( GUI )