Enterprise Java
-
5 Common Hibernate Exceptions and How to Fix Them
See how you can easily solve the most common issues with Hibernate Hibernate is probably the most popular JPA implementation…
Read More » -
Insert Items to DynamoDB Tables using Java
On a previous article we learned how to create DynamoDB Tables using Java. Next step is to insert items to the…
Read More » -
JGroups: Leader election without additional infrastructure
Hi there, in this post I’ll show how you can solve the problem of leader election without using any additional infrastructure…
Read More » -
A Simple Web App with Spring Boot, Spring Security 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 » -
Create DynamoDB tables with Java
On this post we will create Tables on a DynamoDB Database the java way. Before getting started we need to have…
Read More » -
Spring Cloud Zuul Support – Configuring Timeouts
Spring Cloud provides support for Netflix Zuul – a toolkit for creating edge services with routing and filtering capabilities. Zuul Proxy support…
Read More » -
Create Resilient Camel applications with Hystrix DSL
Apache Camel is a mature integration library (over 9 years old now) that implements all the patterns from Enterprise Integration…
Read More » -
JSON Web Tokens With Spring Cloud Microservices
At Keyhole, we have published several blogs about Microservices. We’ve talked about architectural patterns used in a Microservices environment such…
Read More » -
Load balancing with Apache Camel
In this example we will show you how to use Apache Camel as a load balancer for your system. In…
Read More »