-
Enterprise Java
How to Set Up a Secure REST API with Spring
As you all know, Spring Boot is a toolkit that makes it super easy to quickly develop powerful web services.…
Read More » -
Enterprise Java
Quick Tip To Prevent Your Caches From Exploding
There are many scenarios when you can benefit from caching commonly used objects in your application, especially in web and…
Read More » -
Enterprise Java
Creating a REST API with Speedment and Spring
With the 4th release of Spring Boot, developing enterprise applications for the web have become so much easier. Something that…
Read More » -
Core Java
Hack Speedment into Your Own Personal Code Generator
Speedment is an Open Source toolkit that can be used to generate Java entities and managers for communicating with a…
Read More » -
Core Java
Auto-Generate Optimized Java Class Specializations
If you visited JavaOne this year you might have attended my presentation on “How to Generate Customized Java 8 Code…
Read More » -
Enterprise Java
What’s New in Speedment 3.0
If you have followed my blog you know that I have been involved in the open-source project Speedment for a…
Read More » -
Enterprise Java
Database CRUD Operations in Java 8 Streams
The biggest obstacle to overcome when starting out with a new tool is to get your head around how to…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 »