We need to set-up the project environment first. Please download the following JARs. Versions Used : CXF 2.2.2 Download Link : CXF Site Download Link Spring 2.5.6 Download Link : SpringSource Download site The following jars are required for all CXF usage: But you will be getting it through CXF Download. – cxf.jar – commons-logging.jar –Continue reading “Creating Web services using Apache CXF (Part 2): Development”
Monthly Archives: June 2009
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…”
The Second Level Cache in Hibernate : Settings and Configurations.
A Hibernate Session is a transaction-level cache of persistent data. We can configure a cluster or JVM-level (SessionFactory-level) cache on a class-by-class and collection-by-collection basis. We can also plug in a clustered cache into Hibernate. At the time of providing cache we need to understand that when we are updating the persistence DB it willContinue reading “The Second Level Cache in Hibernate : Settings and Configurations.”
