Enterprise Java
-
Java on the AWS cloud using Lambda, Api Gateway and CloudFormation
On a previous post we implemented a java based aws lambda function and deployed it using CloudFront. Since we have our…
Read More » -
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 » -
Apache Camel 2.18 Released – Whats included
This week Apache Camel 2.18.0 was released. This release is a significant release which I will highlight in this blog post.…
Read More » -
Event-Sourcing and CQRS in Practise
Anyone that has tried to implement a fully ACID compliant system knows that there are a lot of considerations you…
Read More » -
Getting started with Apache Flink and Kafka
Introduction Apache Flink is an open source platform for distributed stream and batch data processing. Flink is a streaming data…
Read More » -
How To: Insert and Read From a Database using Json
In this article we will create a plugin for Speedment that generates serialization and deserialization logic using Gson to make…
Read More » -
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 »