Enterprise Java
-
Getting Started With The JBoss EAP 7 Quickstarts
Now, that the beta of latest Red Hat JBoss Enterprise Application Platform7 is out, it is about time to explore…
Read More » -
Docker Machine, Swarm and Compose for multi-container and multi-host applications with Couchbase and WildFly
This blog will explain how to create multi-container application deployed on multiple hosts using Docker. This will be achieved using Docker Machine,…
Read More » -
Pre Java EE 7 alternative to JPA 2.1 unsynchronized persistence context
Unsynchronized persistence context in Java EE 7 JPA 2.1 introduced the concept of unsynchronized persistence context which allows fine grained…
Read More » -
Using Apache Drill REST API to Build ASCII Dashboard With Node
Apache Drill has a hidden gem: an easy to use REST interface. This API can be used to Query, Profile…
Read More » -
A Refresher – Top 10 Java EE 7 Backend Features
This is the second part in my little Java EE 7 refresher series. After a first introduction with a brief…
Read More » -
Quick Web App Prototyping with Spring Boot & MongoDB
Back in one of my previous projects I was asked to produce a little contingency application. The schedule was tight…
Read More » -
One to many XML mapping in Hibernate
One to many relationship states that a single instance of an entity is associated with multiple instances of the another entity.…
Read More » -
Real time sentiment analysis example with Apache Storm
Real Time Sentiment Analysis refers to processing streams of natural language text (or voice) in order to extract subjective information.…
Read More » -
Microservices and Java EE
Microservices based architectures are everywhere these days. We learn so much about how today’s innovators, like Netflix and Amazon use…
Read More »