-
Core Java
Playing With Java Concurrency
Recently I needed to transform some filet that each has a list (array) of objects in JSON format to files…
Read More » -
Enterprise Java
Running Java Mission Control and Flight Recorder against WildFly and EAP
Java Mission Control (JMC) enables you to monitor and manage Java applications without introducing the performance overhead normally associated with these…
Read More » -
Core Java
Thread local storage in Java
One of the rarely known features among developers is Thread-local storage. The idea is simple and need for it comes…
Read More » -
Core Java
How and Why is Unsafe used in Java?
Overview sun.misc.Unsafe has been in Java from at least as far back as Java 1.4 (2004). In Java 9, Unsafe will…
Read More » -
Enterprise Java
Lightweight Integration with Java EE and Camel
Enterprise Java has different flavors and perspectives. Starting at the plain platform technology, which is well known as Java EE…
Read More » -
Career
Why Technical Resumes Need a Profile (because we’re dumb)
There is significant variation in résumé format across candidates. Name and contact information is always on top, but on any given day…
Read More » -
Software Development
Use Cases for Elasticsearch: Analytics
In the last post in this series we have seen how we can use Logstash, Elasticsearch and Kibana for doing…
Read More » -
Enterprise Java
RabbitMQ – Processing messages serially using Spring integration Java DSL
If you ever have a need to process messages serially with RabbitMQ with a cluster of listeners processing the messages,…
Read More » -
Enterprise Java
Updates on CDI 2.0
CDI 2.0 is the next version of Contexts and Dependency Injection for the Java EE Platform and a candidate for…
Read More »