Enterprise Java
-
Microservices in the Enterprise: Friend or Foe?
A micro approach to a macro problem? The microservice hype is everywhere, and although the industry can’t seem to agree…
Read More » -
Starting multiple JBoss A-MQ JVMs on the same machine
So I haven’t been blogging as much recently — just been really busy. But my New Year’s resolution is to…
Read More » -
Where can I run EJBs ?
EJBs are built for more than just a Java EE application server. They can also execute in a Java EE…
Read More » -
Quick way to check if the REST API is alive – GET details from Manifest file
There might be cases when you want to quickly verify if your REST API, that is deployed either on dev, test…
Read More » -
Pushing the Limits – Howto use AeroGear Unified Push for Java EE and Node.js
At the end of 2014 the AeroGear team announced the availability of the Red Hat JBoss Unified Push Server on…
Read More » -
A beginner’s guide to Java Persistence locking
Implicit locking In concurrency theory, locking is used for protecting mutable shared data against hazardous data integrity anomalies. Because lock…
Read More » -
Apache TomEE + JMS. It has never been so easy.
I remember old days of J2EE (1.3 and 1.4) that it was incredibly hard to start a project using JMS.…
Read More » -
JAX-RS 2.0 : Server side Processing Pipeline
The inspiration for this post was the Processing Pipeline section in the JAX-RS 2.0 specification doc (Appendix C). I like…
Read More » -
EE Servlet 3: How to Setup Backend Services in a Web Application
In a web application, providing user interfacing (UI) is often only half of the job. Many applications have requirements that’s…
Read More »