Apache CXF is an open source services framework which is a result of the merge between the XFire and Celtix projects. CXF helps us build and develop services using JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such asContinue reading “Apache CXF- An ultimate web service open source framework : Lets start learning…”
Category Archives: Apache
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?”
‘Six’ best web frameworks in Java
A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. Here is the list of SIX best web frameworks which we are using in Java. Each oneContinue reading “‘Six’ best web frameworks in Java”
Building a LAMP server in Linux
In the previous week I had configured LAMP in our server. Being a person who had worked in php for some months, actually I was not much aware of setting this in Linux. On my php days I was only using the easy windows bundle “phptriad” for coding… Being a man who is not muchContinue reading “Building a LAMP server in Linux”
