-
Enterprise Java
Using Http Session with Spring based web applications
There are multiple ways to get hold of and use an Http session with a Spring based web application. This…
Read More » -
Core Java
Playing with Java 8 – Lambdas and Concurrency
So Java 8 was released a while back, with a ton of features and changes. All us Java zealots have…
Read More » -
Enterprise Java
Storm event processor – GC log file per worker
In the last three months, I am working with a new team building a product for Big Data analytics on…
Read More » -
Software Development
Development “Methodologies”
Below are several development “methodologies” that are popular and even industry-standard: Hype-Driven Development – you are either a startup, or…
Read More » -
Enterprise Java
Jibx Jersey2 Integration
Jersey2 provides inbuilt support for Jackson and JAXB. But Jibx is not supported by default. To use Jibx in conjunction…
Read More » -
Software Development
Knowing the bits
We use complex systems. My mother once said that there could be little leprechauns behind the TV screen redrawing the…
Read More » -
Core Java
Live Templates in IntelliJ
As described here, IntelliJ’s live templates let you easily insert predefined code fragments into your source code. I have posted…
Read More » -
Enterprise Java
Dropwizard: painless RESTful JSON HTTP web services
Java developers looking for a quick, painless way of creating production-ready RESTful JSON HTTP web services should consider the Dropwizard…
Read More » -
Software Development
How to get rid of helper and utils classes
There you go once again, while performing a code review or after having justified a quick coding in the name…
Read More »