basics

Maven 2 – An overview

Maven 2 features View more presentations from Angel Ruiz. Maven 2 in the real world View more presentations from carlo.bonamico.


Adding values to Apache Logging – httpd

Apache HTTP server logs are source of very valuable information. Many trends, usage analysis can be extracted from these logs. Some times you may not get the information you require in the logs as it is not logged by the server like time taken by the request or port of the server serving the request. [...]


Apache Commons

An overview of many commons libraries. Will try to cover the popular ones in separate posts. Apache Commons – Don\'t re-invent the wheel View more presentations from tcurdt.


Why re-invent the wheel? Apache Commons – Lang

While coding what we do most? I think checking the Object variable if it is not null before using it. There are various things which we do usually in our code like iterating an Array for deleting the item, Escaping Strings for a particular use, Adding days to the current date, Adding an item in [...]


i18n framework for HTML pages – jQuery

The problem is quite simple. You have HTML pages as your front end and you are not using any server side scripting to display your pages i.e. you are not using jsp or php or servlets to get HTML content. Application is HTML pages and javascript which is using Ajax to talk to back end [...]