-
Enterprise Java

Why I like Spring bean aliasing
Spring framework is widely used as a dependency injection container, and that’s for good reasons. First of all, it facilitates…
Read More » -
Enterprise Java

WebSocket and Java
WebSocket is a cool new(ish) technology that allows real-time, two-way communication between the browser and the server, with almost no…
Read More » -
Core Java

GitHub’s 10,000 most Popular Java Projects – Here are The Top Libraries They Use
As Java developers working with a language that’s both mature yet highly evolving, we’re faced with a constant dilemma whenever…
Read More » -
Core Java

Applying ForkJoin – from optimal to fast
JDK 7 is well into the hands of developers by now and most people have heard of ForkJoin, yet not…
Read More » -
Enterprise Java

Building Distributed Workflow Applications on Amazon with Camel
Pipeline with SNS-SQS A workflow consist of independent tasks performed in particular sequence determined by dynamic conditions. Very often a…
Read More » -
Software Development

Throughput and latency: performance tuning made simple
Many of our previous topics have measured the behaviour of certain systems in terms of either latency or throughput. As…
Read More » -
Software Development

Node.js Non-Blocking IO Model
Now-a-days developers know about Node.js as a server -side javascript execution platform. According to nodejs.org,- “Node.js is a platform built…
Read More » -
Core Java

Anatomy of a Java Decompiler
A decompiler, simply put, attempts to reverse the transformation of source code to object code. But there are many interesting…
Read More » -
Software Development

We Analyzed 30,000 GitHub Projects – Here Are The Top 100 Libraries in Java, JS and Ruby
One of the biggest dilemmas developers face every day is which software libraries to use. Go with the hot new…
Read More »





