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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
Creating External DSLs using ANTLR and Java
In my previous post quite sometime back I had written about Internal DSLs using Java. In the book Domain Specific…
Read More » -
Getting Started With Spring’s MVC Test Framework – Part 2
The first blog in this mini-series introduced the Spring MVC Test Framework and demonstrated its use in unit testing Spring MVC…
Read More » -
JPA 2 | Fetch Joins and whether we should use them
Introduction Recently I have been working with FETCH JOINS in JPA 2 to fetch the data eagerly from the Database…
Read More »