Posted on November 27th, 2007 by balajidl
While developing and testing the Java EE web applications, people often needs a way to immediately web-view the changes that they have made in their JSP or HTML or Javascript. For people who are using Eclipse or intelliJ as their IDE might also like to see their changes in serverside Java files applied over the [...]
Filed under: Java | No Comments »
Posted on November 22nd, 2007 by priyanshu
Concept to auto-wire relationships among spring enabled beans has always been there. The idea with auto-wiring is to get away from the tedious task of specifying and more importantly maintaining explicit wiring. Originally it was supported to be done by name, by type, by constructors or auto-detect and then you had the option to auto-wire [...]
Filed under: Java, Spring | 4 Comments »
Posted on November 5th, 2007 by Vikas Hazrati
The following post talks about my first brush with Guice based on a couple of hours that I spent on it for the past few days. I would not get into burning fire of comparing Guice with Spring as there has already been a lot of debate on that. Personally in my view it is [...]
Filed under: Java | 3 Comments »