Creating Web services using Apache CXF (Part 1) : The Basics.

As we discussed in the previous post, CXF is the combination of two projects: Celtix developed by IONA and XFire developed by Codehaus working together at the Apache Software Foundation.    

Apache CXF- An ultimate web service open source framework : Lets start learning…

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…”

Spring Interview Questions Part: 1

What is mean by Dependency Injection? Or What do you mean by Inversion of Control? Dependency injection (DI) is a programming design pattern and architectural model, sometimes also referred to as inversion of control or IOC, although technically speaking, dependency injection specifically refers to an implementation of a particular form of IOC. Dependancy Injection describesContinue reading “Spring Interview Questions Part: 1”

A review of “Spring Web Flow 2 Web Development” book from Packt.

About Spring Web Flow Spring Web Flow allowing us to represent the UI flow in (part of) a web application in a clear and simple way. It has several advantages: The UI flow in a web application is clearly visible by looking at the corresponding web flow definition (typically in an XML file). Web FlowsContinue reading “A review of “Spring Web Flow 2 Web Development” book from Packt.”