In my daily life I am using some of the Web 2.0 applications very frequently. Here is the list of first TEN apps. 1. Gmail : My mail Box 2. Google Reader : To update my knowledge 3. WordPress : To express myself. 4. Google Docs : For storing and editing my Docs online. 5.Continue reading “TEN web 2.0 applications are frequently using by me.”
Monthly Archives: February 2008
Problem faced with jDom XPath ;)
Today I had faced an issue related with jDom Xpath. In my project I am using Xpath to get Nodes from a web service request. But during this parsing a ‘Class not found exception‘ was throwing continuously and the funny thing is, the class which was not finding was already existing in that jar file.Continue reading “Problem faced with jDom XPath ;)”
How to change port number in JBoss App Server?
As we all know that JBoss is running on port number 8080 as default. If you want to change the port number of your JBoss (jBoss 4) then thats also too easy. Just follow the following steps… Click here to Read Full Article
What is Continous Integration and Continous Integration Servers?
The words of Mr.Martin Fowler… Continuous Integration(CI) is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teamsContinue reading “What is Continous Integration and Continous Integration Servers?”
