-
Enterprise Java
Apache Derby Database Users and Permissions
Abstract Apache Derby is awesome! Especially in a Microservices environment where the data for services (may) shrink and not require…
Read More » -
Core Java
Bootstrap CDI 2.0 in Java SE
Abstract This is a quick reference for bootstrapping CDI 2.0 in a Java SE application. CDI 2.0 (JSR 365) Maven…
Read More » -
Enterprise Java
JDBC Connections Cheat Sheet
Abstract This is a quick reference for JDBC connections for common databases. I seem to have to lookup this information…
Read More » -
Core Java
Choosing Java Cryptographic Algorithms Part 3 – Public/Private key asymmetric encryption
Abstract This is the 3rd of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
Read More » -
Core Java
Choosing Java Cryptographic Algorithms Part 2 – Single key symmetric encryption
Abstract This is the 2nd of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
Read More » -
Core Java
Choosing Java Cryptographic Algorithms Part 1 – Hashing
Abstract This is the 1st of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
Read More » -
Core Java
Java Bean Validation Basics
This post summarizes some quick and easy examples for the most common things you would want to do with the…
Read More » -
Enterprise Java
High Availability (HA), Session Replicated, Multi-VM Payara Cluster
Abstract While researching how to create a high availability (HA), session replicated, multi-machined Payara/GlassFish cluster I discovered I couldn’t find…
Read More »