Enterprise Java
-
Building Spring Boot RESTful Service + Spring Boot Actuator
Overview What is REST? REST(REpresentational State Transfer) is the architectural style the web is built on and has become a…
Read More » -
Introducing OpenHub framework
This article introduces OpenHub framework – new open-source integration solution based on Apache Camel. The article responds to questions why you should…
Read More » -
AWS: Spinning up a Neo4j instance with APOC installed
One of the first things I do after installing Neo4j is install the APOC library, but I find it’s a…
Read More » -
Redis Client Lettuce 5 GA released
After a 13 months development phase and 208 solved tickets, it is my pleasure to announce general availability of Lettuce…
Read More » -
What is JSON Processing (JSON-P API)?
Introduction to JSON-P in Java EE The Java API for JSON Processing 1.0 (JSR 353) is a low level, lightweight…
Read More » -
Generate P2 Repository From Maven Artifacts In 2017
Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That…
Read More » -
DispatcherServlet of Spring MVC – 10 things Java Developer should know
If you have worked with Spring MVC then you should know what is a DispatcherServlet? It’s actually the heart of Spring…
Read More » -
Introduction to Errai Framework
Errai is a framework developed and maintained by Red Hat in an attempt to combine the good aspects of the…
Read More » -
Secure REST Service with OAuth2 Tokens
1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure REST…
Read More »