The most common ways of deploying a web application to Tomcat are either straightaway copy the exploded war file structure to $CATALINA_HOME/webapps or to do the more cumbersome task of compiling the web application to a war file and then using the tomcat manager to upload it. Both ways are the most used ones. But […]
Here is an interesting concept which I came across just recently and considered it worth sharing. I was reading about inner classes concepts where in, there is a type of inner class called the local inner class. Local inner classes are those classes which reside within the function of a method belonging to an outer […]
JavaWorld has published a useful research paper which discusses how to discern which design patterns and frameworks would work best for your enterprise applications, written by Chris Richardson. As a developer it is very essential to know about the different strategies one would adopt in a particular business scenario. This paper helps you in making […]
The question which majority of we developers ask always is “Which framework should I use for my application?” or “Which framework is the best to use?”
The answer to these questions always comes in as “it depends” because requirements differ project wise. It might not be the case that the project which you might be working […]
Knowing about different techniques of searching in Google, has the biggest advantage in saving precious time. The more you optimize your queries, the more faster you get what you were looking for and finally the more quicker your work gets done. Its a bit of ‘more’ in everything when Google search tricks are […]
Most business in today’s open market are demanding their websites & web application to have multilingual support. This is in order to attract non-English speaking audiences to increase their customer base and make people comfortable using the application in their native language. But for this, it would require an existing business application to be customized […]
Yahoo has launched its latest offering. An online webcam portal named Yahoo! Live. The concept somewhat similar to Youtube, might just scream out loud about the intentions on the part of Yahoo that if it wants to take the place of Google, it has to follow its footsteps too. But the name Live is […]