-
Core Java
ArrayList Using Memory Mapped File
Introduction In-Memory computing is picking up due to affordable hardware, most of the data is kept in RAM to meet…
Read More » -
Enterprise Java
Passivation and Activation of View Objects with Transient Attributes
Within passivation/activation cycle of application modules the framework passivates and activates view objects as well. Usually the framework saves information…
Read More » -
Enterprise Java
Monitor full page, non AJAX, requests to be notified
Recently, working on new charts and chart “exporting service” in JSF, I’ve faced a quite common problem. When you execute…
Read More » -
Enterprise Java
Getting started with the Neo4j Java Rest Binding (Heroku deployment)
Believe it or not, the last couple of days were my first attempt at using Neo4j’s Java Rest Binding. My…
Read More » -
Android Core
Android UML: Design an App – Part 1
One aspect that was in my opinion not covered in many blogs around, included mine too, it is the process…
Read More » -
Core Java
5 Coding Hacks to Reduce GC Overhead
In this post we’ll look at five ways in which we can use efficient coding to help our garbage collector…
Read More » -
Agile
Commitment considered harmful
Some Agile evangelists are very keen on the idea of “Commitment.” i.e. the development team “commit” to doing an amount…
Read More » -
Core Java
C++ like Java for low latency
Overview Previously I wrote an article on C like Java. This is term I had come across before. However, on…
Read More » -
Scala
Managing congested actors in Akka
There comes a time in an Akka application when an actor can longer handle increasing load. Since each actor can…
Read More »