Skip to content

A CRUD example of Articles (title and text) in a java web application. The spring framework is used, integrated with JSF and JPA with Hibernate. The PostgreSQL is used as database system.

Notifications You must be signed in to change notification settings

leonardovaleriano/CRUD-java-jsf-spring-jpa-hibernate-postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

A Java Web Application for a simple CRUD

This is a web application for a CRUD of Articles (title and text) in a java. The application uses the spring framework integrated with JSF, JPA, and Hibernate. The PostgreSQL is used as the database system.

Before use this project, set the username and password of the database in the applicationContext.xml file. The file is in src/main/webapp/WEB-INF/ folder.

This project uses Maven to manage the dependencies, build the source code and package the application. For all that, open a terminal in the project folder and execute the following command:

mvn clean package

The tomcat is used as the application server. To run the server, open a terminal in the project folder and execute:

sh target/bin/webapp

Thanks!

About

A CRUD example of Articles (title and text) in a java web application. The spring framework is used, integrated with JSF and JPA with Hibernate. The PostgreSQL is used as database system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published