Spring
-
Enterprise Java
Create JNDI resources for JUnit testing using Spring
Until recently, I had static methods setting up my in memory database (HSQLDB). I called these methods in setUp/tearDown of…
Read More » -
Enterprise Java
OAuth 2.0 Token Management with Stormpath and Spring Boot
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Enterprise Java
Getting Started with SpringBoot in Intellij IDEA Community Edition
We can use Intellij IDEA Community Edition for working with SpringBoot applications as we don’t need support for configuring servers…
Read More » -
Enterprise Java
Spring Boot & Multi module projects – Adding module specific property files
Hello! In this post I will show you several ways how you can add module specific properties files in a…
Read More » -
Enterprise Java
Identity Management in Spring Boot with Twilio and Stormpath in 15 Minutes
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Enterprise Java
Single Sign-on for Java in 20 Minutes with Spring Boot and Heroku
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
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 » -
Enterprise Java
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 » -
Enterprise Java
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 »