Enterprise Java
-
EasyCriteria has evolved to uaiCriteria. New name and more features
Hello, how are you? I am very happy to announce the release of the uaiCriteria, the EasyCriteria evolution. Was it…
Read More » -
How to build and clear a reference data cache with singleton EJBs, Ehcache and MBeans
In this post I will present how to build a simple reference data cache in Java EE, using singleton EJBs…
Read More » -
Spring Rest API with Swagger – Exposing documentation
Once you create API documentation it is important to make it available to the stakeholders. In ideal case, this published documentation…
Read More » -
Using the Neo4j browser with Embedded Neo4j
There are times when you have an application using Neo4j in embedded mode but also need to play around with…
Read More » -
Batching (collapsing) requests in Hystrix
Hystrix has an advanced feature of collapsing (or batching) requests. If two or more commands run similar request at the…
Read More » -
Apache Camel please explain me what these endpoint options mean
In the upcoming Apache Camel 2.15, we have made Camel smarter. It is now able to act as a teacher…
Read More » -
Java EE 7 / JAX-RS 2.0 – CORS on REST
Java EE REST application usually works well out of the box on a development machine where all server side resources…
Read More » -
Create WildFly OpenShift application using Command Line Tools
A new instance of WildFly can be easily provisioned on OpenShift by using the quick start. Just a single click,…
Read More » -
Spring boot based websocket application and capturing http session id
I was involved in a project recently where we needed to capture the http session id for a websocket request…
Read More »