-
Software Development
Code Quality stage using Jenkins
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a…
Read More » -
Enterprise Java
Prime-UI, JAX-RS with Jersey and Gson on Oracle Cloud
The Oracle Cloud is around everywhere these days. It had a rough start with Larry denying the need for a…
Read More » -
DevOps
Virtual Host + Nginx + Tomcat
In my Virtual Host + Apache httpd server + Tomcat + mod_jk connector post has lots of comments. and i…
Read More » -
DevOps
Tomcat Clustering Series Part 5 : NginX as Load Balancer
This is my fifth part of the Tomcat Clustering Series.[Check the video below for better understanding]. In this post we…
Read More » -
Enterprise Java
Your logs are your data: logstash + elasticsearch
Topic of today’s post stays a bit aside from day-to-day coding and development but nonetheless covers a very important subject:…
Read More » -
Android Games
AndEngine for Android Game Development Cookbook Giveaway – Roundup
Fellow geeks, Our giveaway of Packt Publishing’s books on Andengine has ended. You may find the original post for the…
Read More » -
Enterprise Java
ActiveMQ Clustering, Durable Subscribers, and Virtual Topics to the rescue
So you want to do publish-subscribe with ActiveMQ across distributed topics and be reliable. You can just use durable subscriptions,…
Read More » -
Software Development
Common pitfalls in benchmarking
Every once in awhile each and every one of us is trying to measure performance of certain parts of the…
Read More » -
Enterprise Java
Implementing custom Future
Last time we learned the principles behind java.util.concurrent.Future<T>. We also discovered that Future<T> is typically returned by libraries or frameworks.…
Read More »