Java
-

Getting Started With JHipster, Part 2
So you’re back! In the last installment of this series, we created a JHipster application taking the monolithic route. It was the…
Read More » -

Java on the AWS cloud using Lambda
Amazon Web Services gets more popular by the day. Java is a first class citizen on AWS and it is…
Read More » -

Spring Security and Custom Password Encoding
On a previous post we added password encoding to our spring security configuration using jdbc and md5 password encoding. However…
Read More » -

JavaOne 2016 Observations by Proxy
I was not able to attend JavaOne 2016 and so am happy to see numerous resources online that allow me…
Read More » -

Free Webinar: The New Way to Debug Java in Production
What are some of the most useful Java production debugging techniques? You never know what might happen when you deploy…
Read More » -

Spring Security and Password Encoding
On previous posts we dived into spring security. We implemented security backed by jdbc, security based on custom jdbc queries…
Read More » -

Blood, Sweat, and Writing Automated Integration Tests for Failure Scenarios
Last winter, I wrote and released a service for a client I am still working with. Overall the service has…
Read More » -

Java EE schedulers
Java EE application servers have native scheduling support and, in most of the applications, there is no need to include…
Read More » -

Scan DynamoDB Items with DynamoDBMapper
Previously we covered how to query a DynamoDB database either using DynamoDBMapper or the low level java api. Apart from…
Read More »


