Java
-
Almost named method arguments in JDK 8
Sometimes it would be really nice to have named method parameter in Java, this doesn’t look likely for a long…
Read More » -
Which memory is faster Heap or ByteBuffer or Direct ?
Java is becoming new C/C++ , it is extensively used in developing High Performance System. Good for millions of Java…
Read More » -
Understanding the OutOfMemoryError
Whenever you find yourself staring a stacktrace with OutOfMemoryError in it, it should all be crystal clear. The program has…
Read More » -
Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More » -
Jersey Client: Testing external calls
Jim and I have been doing a bit of work over the last week which involved calling neo4j’s HA…
Read More » -
Why REST is so important
This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…
Read More » -
Securing HTTP-based APIs With Signatures
I work at EMC on a platform on top of which SaaS solutions can be built. This platform has a…
Read More » -
Getting Started with Google GSON
In Java world, JSON is becoming de facto standard for data exchange format over XML because of its ease of…
Read More » -
Erlang for Java Developers
You probably haven’t noticed, but it’s a couple of weeks since I last posted a blog. There is reason for…
Read More »