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 » -
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 » -
Installing the Red Hat Container Development Kit 2.2 release
When an application developer or architect tasked with exploring the possibilities that containerized applications offer, nothing is easier than the…
Read More » -
Getting Started With jHipster, Part 1
So, you want to stay on the leading edge of technology, but feel overwhelmed by all the moving parts. You’re…
Read More » -
Integrate Wiremock into Spring Boot Java Web Application for Mocking External Dependencies
Introduction WireMock is a mock server for HTTP-based APIs. Some might consider it a service virtualization tool or a mock…
Read More »