Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 380 Bytes

ServerBlog

Project repository used to develope the examples used by this blog series on serverside Java.

The project splits into two parts:

  • server side code: everything in scr/main
  • client application: AdministrationApp

The server consists of an embedded Jetty instance and a Jersey API utilizing Hibernate and SQLite3 for storage.