Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 564 Bytes

i13 Enterprise Note-taking

This is a small example project demonstrating Java EE including JavaServer Faces, REST services and JPA.

Setting up environment

  • Install Java 8
  • Install IDE, e.g., Eclipse or IntelliJ
  • Install Maven
  • Configure your IDE to use the Maven installation (default in most IDEs is an embedded version)
  • Install JBoss

Getting started

Configure an application server in your IDE and run. As a first step try to add a delete function.