Skip to content

A simple Student CRUD project to represent the integrations of Spring, PrimeFaces and HSQLDB.

Notifications You must be signed in to change notification settings

turkdogan/student-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple Student CRUD project to represent the integrations of Spring, PrimeFaces and HSQLDB.

The view tier (HTML/JSF) interacts JSF controllers directly. Controllers inject and use Spring based services, reach database indirectly through Spring services. Database connections are performed by using Spring Repository Beans.

Running the Application

Following maven commands can be run (you can execute mvn jetty:run directly without compile and package statements):

mvn clear
mvn compile
mvn package
mvn test (executes unit and integration tests)
mvn jetty:run (runs application on embedded jetty server)

Notes

  • The maven is configured to run on Jetty server.
  • Please not that, every time the server runs, the database is initialized.

Possible implementations

  • Authentication/Authorization
  • UTF-8 Encoding
  • Locale configurations
  • Better styling

About

A simple Student CRUD project to represent the integrations of Spring, PrimeFaces and HSQLDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published