This article is about my experience with Object Oriented programming in Java and C++. http://javarevisited.blogspot.com/2010/10/fundamentals-of-object-orien...
The front controller design pattern means that all requests that come for a resource in an application will be handled by a single handler and then di http://extreme-java.blogspot.com/2011/04/understanding-front-controlle...
One can define the session timeout time in the web.xml of a web application and can also set it programmatically by using the Session API. http://extreme-java.blogspot.com/2011/03/web-application-automatically...
If you notice, many web applications deployed over the web have .do or .action at the end of URL. One can deliberately use these kinds of url http://extreme-java.blogspot.com/2011/03/struts-extension-suffix-do-ac...
Enterprise Java Application development is growing every day and new features being introduced but the the beginners have always start from the basics http://extreme-java.blogspot.com/2011/03/interview-technical-questions...
The question is how many String objects are created after the last line is compiled by Java http://extreme-java.blogspot.com/2011/03/how-many-string-objects-are-c...
Recently, I came across a web based application with Struts, EJB and Stored Procedures http://extreme-java.blogspot.com/2011/03/java-bad-practices.html
The exception chaining terminology may be new to a few Java developers of Enterprise Java Applications but we all have seen chained exceptions at some http://extreme-java.blogspot.com/2011/03/java-chained-exceptions.html
ANT is essential java build tool which is used on almost all java project to setup build and deploy process, this article explains some basics of ANT http://javarevisited.blogspot.com/2010/10/ant-basics.html
Quite frequently, we read in Java books that we can inherit from Exception/RuntimeExcetion classes or implement the Throwable interface in order to cr http://extreme-java.blogspot.com/2011/03/java-custom-exception-classes...
This tutorial is about understanding remote debugging and doing setup of remote debuggin in eclipse for debuggin java process http://javarevisited.blogspot.com/2011/02/how-to-setup-remote-debuggin...
n my opinion Thread is the most wonderful feature of JAVA and I remember when I started learning JAVA in one of programming class in India how importa http://javarevisited.blogspot.com/2011/02/how-to-implement-thread-in-j...
I have been working in FIX protocol for almost 5 years when I started working on FIX protocol I looked upon internet for some good tutorial which coul http://javarevisited.blogspot.com/2011/02/fix-protocol-session-or-admi...