/jsf-todo-list

simple tasks with jsf

Primary LanguageJava

ToDoList

simple annotation project, using PostgreSQL database to save annotations

First Steps

  • git clone in the project
  • run update on maven project
  • configure in eclipse the build path and compiler version for Java 17.0.3
  • configure deployment assembly for maven dependencies
  • configure the persistence.xml file for your database
  • mount tomcat with project and upload

Task

  • Create Front-End (JSF)
  • Create ManagedBean
  • Create Entities and Connection with DataBase