Did you always think about what creative stuff you can do with your photos? Well, I do most of the times and end up editing some of my most favorite ones and putting in some artistic touch. I always feel that, enriching the photos gives them a whole new dimension to look from. It might [...]
All you internet power users, here’s the time to rejoice and keep your fingers crossed for the big occasion. Firefox, the king of browsers is all set to launch in its grandeur form and it is going to be more amazing than ever. Firefox version 3, the highly expected launch, is coming near. The guys [...]
BEA had invited people across India for attending their TechDays sessions of which Adobe was the event partner. I had registered for it almost a month ago. It was held on May 9th Friday at The Leela, a five star hotel in Andheri, Mumbai. The timings for the session were from 9:00 am [...]
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 [...]