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 ;)”
Author Archives: Lijin
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?”
Glassfish features…
Here is some key features of Glassfish, the Open Source Application Server for Java EE 5. These info I got from ArunGupta’s blog. He summarizes the features in his latest post. Fastest open source application server (883.66, highly scalable). Centralized management of clusters and instances distributed across multiple servers. Microsoft .NET 3.0 interoperability Java BusinessContinue reading “Glassfish features…”
