Skip to content
/ sakila Public

Example Project for Vaadin, Hilla and Thymeleaf using the Sakila Database Model

License

Notifications You must be signed in to change notification settings

simasch/sakila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Project for Vaadin, Hilla and Thymeleaf using the Sakila Database Model

Projects

The business logic and data access code is contained in the backend project.

The UI is implemented with Vaadin, Hilla and Thymeleaf and each technology has its own project.

Sakila Database

The Sakila sample database was initially developed by Mike Hillyer, a former member of the MySQL AB documentation team. It is intended to provide a standard schema that can be used for examples in books, tutorials, articles, samples, and so forth. The Sakila sample database also serves to highlight features of MySQL such as Views, Stored Procedures, and Triggers.
Source: https://dev.mysql.com/doc/sakila/en/sakila-introduction.html

This example uses a PostgreSQL version from https://github.com/jOOQ/sakila