Enterprise Java
-
Spring Rest API with Swagger – Integration and configuration
Nowadays, exposed APIs are finally getting the attention they deserve and companies are starting to recognize their strategic value. However,…
Read More » -
Poking around your REST application with a scriptable endpoint
I love the fact that JDK comes with a ScriptEngine. It’s so flexible when you want to evaluate and troubleshoot…
Read More » -
Beginner’s Guide to Hazelcast Part 4
This is the fourth installment of my Hazelcast series. If one has not seen the other 3, I suggest one…
Read More » -
Beginner’s Guide to Hazelcast Part 3
This is a continuation of a series of posts on how to use Hazelcast from a beginner’s point of view. …
Read More » -
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More » -
Stateless Spring Security Part 2: Stateless Authentication
This second part of the Stateless Spring Security series is about exploring means of authentication in a stateless way. If you missed…
Read More » -
Java EE 7 Batch Processing and World of Warcraft – Part 1
This was one of my sessions at the last JavaOne. This post is going to expand the subject and look…
Read More » -
Easy REST endpoints with Apache Camel 2.14
Apache Camel has a new release recently, and some of the new features were blogged about by my colleague Claus…
Read More » -
How to use Hibernate to generate a DDL script from your Play! Framework project
Ok, so you have been using the hibernate property name=“hibernate.hbm2ddl.auto” value=“update” to continuously update your database schema, but now you…
Read More »