-
Enterprise Java
Project Student: Webservice Server with Jersey
This is part of Project Student. Other posts are Webservice Client With Jersey, Business Layer and Persistence with Spring Data.…
Read More » -
Enterprise Java
Project Student: Webservice Client with Jersey
This is part of Project Student. Other posts are Webservice Client with Jersey, Business Layer and Persistence with Spring Data.…
Read More » -
Enterprise Java
What is Spring Data?
(This is related to Project Student and I will revisit this topic later.) Spring Data came up in passing in…
Read More » -
Career
Revisiting Certifications
The job market is currently in a lull so I’ve been talking to a few new recruiters and gotten a…
Read More » -
Enterprise Java
Creating Vulnerability Assessment Artifacts Using Maven Assembly
This article will discuss using Maven Assembly to create artifacts that can be provided to third-party vulnerability assessment sites (e.g.,…
Read More » -
Enterprise Java
Spring-injected Beans in JPA EntityListeners
In Database Encryption Using JPA Listeners I discussed transparent encryption using a JPA EntityListener. This approach was transparent in the…
Read More » -
Core Java
Creating Password-Based Encryption Keys
This article discusses creating password-based encryption PBE keys. First a reminder of earlier points – as a rule you should,…
Read More » -
Enterprise Java
Database Encryption Using JPA Listeners
I recently had to add database encryption to a few fields and discovered a lot of bad advice out there.…
Read More » -
Core Java
Database and Webapp Security
Threat Model This is a discussions on database and webapp security loosely based on the quick reference page on my…
Read More »