pbuchholz
Doeing software architecture and development mainly in Java and JavaScript. My focus is on Cloud Architecture. I try to learn at least one new thing a day.
Pinned Repositories
authorizationserver
Project to learn how token based authentication and authorization works with OAuth2.
ConcurrentDataStructures
Contains some tests and examples for concurrent data structures.
CosmicLauncher
Simple task scheduler which schedules executables based on timetables and timetable entries.
database_login_module
Contains a simple JAAS login module which uses a relational database to perform user authentication.
distributed-cache
DistributedCache build using Java EE 8 and Apache Kafka for synchronization between several cache instances.
identifierservice
JAX-WS based WebService which can be used to build a service which creates unique identifiers backed by a relational database.
jfs2017_unleashing_java_security
Presentation Java Forum Stuttgart 2017 - Unleashing Java Security
menu_poc
Contains a simple menu based on JavaScript.
ObjectRelationalMapper
Simple object relational mapper (ORM) to map java objects to a relational database and vice versa.
rule.ee
Simple rule engine allowing to describe and execute rules using java objects.
pbuchholz's Repositories
pbuchholz/authorizationserver
Project to learn how token based authentication and authorization works with OAuth2.
pbuchholz/ConcurrentDataStructures
Contains some tests and examples for concurrent data structures.
pbuchholz/CosmicLauncher
Simple task scheduler which schedules executables based on timetables and timetable entries.
pbuchholz/database_login_module
Contains a simple JAAS login module which uses a relational database to perform user authentication.
pbuchholz/distributed-cache
DistributedCache build using Java EE 8 and Apache Kafka for synchronization between several cache instances.
pbuchholz/identifierservice
JAX-WS based WebService which can be used to build a service which creates unique identifiers backed by a relational database.
pbuchholz/jfs2017_unleashing_java_security
Presentation Java Forum Stuttgart 2017 - Unleashing Java Security
pbuchholz/menu_poc
Contains a simple menu based on JavaScript.
pbuchholz/ObjectRelationalMapper
Simple object relational mapper (ORM) to map java objects to a relational database and vice versa.
pbuchholz/rule.ee
Simple rule engine allowing to describe and execute rules using java objects.
pbuchholz/springboot-mvn-archetype
Simple maven archetype to create spring-boot based applications.