-
Enterprise Java
State Does Not Belong In The Code
What is “state” in your web application? It’s the data that gets stored (regardless of the destination – memory, database,…
Read More » -
Enterprise Java
Spring Thread Pool Services
Thread Pools are very important to execute synchronous & asynchronous processes. This article shows how to develop and monitor Thread…
Read More » -
Scala
Apache Camel – A little Scala DSL example
So we have a Scala DSL in Apache Camel for many years now, and I guess its about time I…
Read More » -
Enterprise Java
Tomcat & IntelliJ – Deploy war files outside webapps folder
At present I am working on developing an Android application that needs to be supported by a slew of REST…
Read More » -
Enterprise Java
Google Appengine Staging Server Howto
Out of the box, Google’s App Engine supports versioned deployments. You can switch back and forth between revisions very easily,…
Read More » -
Enterprise Java
Spring MVC – Flash Attributes
Latest Spring Framework incarnation (3.1) brought interesting feature called Flash Attributes. It is remedy for the problem mentioned a long…
Read More » -
Enterprise Java
Set up a Java EE 6 development environment
This tutorial explains in short how to set-up a typical environment to develop Java EE 6 based applications. There is…
Read More » -
Core Java
Manipulating Java Class Files with ASM 4 – Part Two: Tree API
What is ASM tree API: ASM Tree API is the part of ASM that lets you create/modify the class in…
Read More » -
Android Core
Android – Read file from Assets
Description: First of all, let me give you a link: AssetManager, through this class we can easily access any files…
Read More »