Skip to content
Peter edited this page Sep 7, 2022 · 8 revisions

Welcome

This is the framework I use for building my applications, it comprises a few modules:

  • guice - an application framework built on top of Google Guice, Thymeleaf and Hibernate 4 to simplify the process of writing REST services and simple web projects
  • stdlib: misc. useful functions library (some of which are obsolete due to the Apache Commons project). One interesting aspect is Timecode and SampleCount which are designed to ease the process of working with SMPTE Timecode in Java
  • service-manager: a very simple service and configuration registry
  • user-manager: a simple OAuth2 server that provides single sign-on for applications
  • util/carbon-client: API to simplify working with Harmonic/Rhozet Carbon instances using their socket interface (and processing Carbon's XML format)

Getting Started

Javadoc

Javadoc is available at https://petergeneric.github.io/stdlib/