Enterprise Java
-
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 » -
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 » -
Query DynamoDB Items with DynamoDBMapper
On a previous post we issued queries on a DynamoDB database using the low level java api. Querying using the…
Read More » -
5 Practical Tips for Building Your Spring Boot API
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Spring boot with Spring Security and NoSQL
In the previous post we set up a spring security configuration by providing custom queries for user and authority retrieval…
Read More »