CRUD operations in a table without use of database
A simple project using pure JSF and MVC architecture that allow create, read, update and delete data, in this case, a movie catalog.
Sceenshot (click to see demonstration on YouTube)
This project can be adaptable to any souce of data, allowing to manipulate rows without need to external databases. Below some examples of how it works.
Import... -> General -> Project from Folder or Archive.
- Right click on the project -> Properties
- Project Aspects
- In Runtimes, select the application server
Marcio Kriiger - in/marciokriiger - marciovonkriiger@gmail.com
https://github.com/marciokriiger/jsf-crud-movie
Special thanks to Rafael Santos da Silva - rafssilva, who helped me in the implementation of this project.