<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Mind Diary</title>
	<atom:link href="http://minddiary.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://minddiary.com</link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 27 Feb 2010 11:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://minddiary.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Wink &#8211; A framework for RESTful web services from Apache</title>
		<link>http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 07:27:17 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Apache Wink 1.0 is a complete Java based solution for implementing and consuming REST based Web Services. The goal of the Wink framework is to provide a reusable and extendable set of classes and interfaces that will serve as a foundation on which a developer can efficiently construct applications. 

Wink consists of a Server module<p><a href="http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/">Wink &ndash; A framework for RESTful web services from Apache</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/' rel='bookmark' title='Permanent Link: Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;'>Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</a> <small>Apache CXF is an open source services framework which is...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 4): Testing'>Creating Web services using Apache CXF (Part 4): Testing</a> <small>To test this we can follow the same client program...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Java]]></coop:keyword>
		<coop:keyword><![CDATA[REST]]></coop:keyword>
		<coop:keyword><![CDATA[Web Service]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
	</item>
		<item>
		<title>Spring Interview Questions Part: 2</title>
		<link>http://minddiary.com/2009/08/14/spring-interview-questions-part-2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/08/14/spring-interview-questions-part-2/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:43:09 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Interview]]></category>
		<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://minddiary.com/?p=622</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->


What are important ApplicationContext implementations in spring framework?


ClassPathXmlApplicationContext – This context loads a context definition from an XML file located in the class path, treating context definition files as class path resources.
FileSystemXmlApplicationContext – This context loads a context definition from an XML file in the filesystem.
XmlWebApplicationContext – This context loads the context definitions from an<p><a href="http://minddiary.com/2009/08/14/spring-interview-questions-part-2/">Spring Interview Questions Part: 2</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/09/spring-interview-questions-part-1/' rel='bookmark' title='Permanent Link: Spring Interview Questions Part: 1'>Spring Interview Questions Part: 1</a> <small> What is mean by Dependency Injection? Or What do...</small></li>
<li><a href='http://minddiary.com/2009/04/11/a-really-good-spring-book-from-packt-spring-web-flow-2-web-development/' rel='bookmark' title='Permanent Link: A really good Spring book from Packt! &quot;Spring Web Flow 2 Web Development&quot;'>A really good Spring book from Packt! &quot;Spring Web Flow 2 Web Development&quot;</a> <small>If you know Spring Application Framework and keen to study...</small></li>
<li><a href='http://minddiary.com/2009/06/09/a-review-of-spring-web-flow-framework-book-from-packt/' rel='bookmark' title='Permanent Link: A review of &#8220;Spring Web Flow 2 Web Development&#8221; book from Packt.'>A review of &#8220;Spring Web Flow 2 Web Development&#8221; book from Packt.</a> <small>About Spring Web Flow Spring Web Flow allowing us to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/08/14/spring-interview-questions-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Interview]]></coop:keyword>
		<coop:keyword><![CDATA[Interview Tips]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Spring Framework]]></coop:keyword>
		<coop:keyword><![CDATA[Spring MVC]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.</title>
		<link>http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:38:55 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
What is WSDL and what its Structure?

A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data being exchanged,<p><a href="http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/">Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/' rel='bookmark' title='Permanent Link: Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.'>Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</a> <small>Why people are interested in CODE-FIRST approach? Answer is simple....</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 3): Configurations'>Creating Web services using Apache CXF (Part 3): Configurations</a> <small>We have to declare Spring Context Listener, CXF Servlet, Spring...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</title>
		<link>http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:48:03 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Contract First]]></category>
		<category><![CDATA[WSDL]]></category>
		<category><![CDATA[XSD]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Why people are interested in CODE-FIRST approach? Answer is simple. No need to go through the complexities of XML, XSD, WSDL structure. Just code in any of your favorite programming language and create the WSDL file using any of your tools/frameworks. I had taken some interviews these days for a Webservice-SOA project. Honestly it was<p><a href="http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/">Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/' rel='bookmark' title='Permanent Link: Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.'>Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.</a> <small>What is WSDL and what its Structure? A WSDL document...</small></li>
<li><a href='http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/' rel='bookmark' title='Permanent Link: Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;'>Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</a> <small>Apache CXF is an open source services framework which is...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Contract First]]></coop:keyword>
		<coop:keyword><![CDATA[WSDL]]></coop:keyword>
		<coop:keyword><![CDATA[XSD]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 4): Testing</title>
		<link>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:30:20 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
To test this we can follow the same client program which is given in the CXF site.<p><a href="http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/">Creating Web services using Apache CXF (Part 4): Testing</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 2): Development'>Creating Web services using Apache CXF (Part 2): Development</a> <small>We need to set-up the project  environment first. Please download...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 3): Configurations'>Creating Web services using Apache CXF (Part 3): Configurations</a> <small>We have to declare Spring Context Listener, CXF Servlet, Spring...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 3): Configurations</title>
		<link>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:42:00 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
We have to declare Spring Context Listener, CXF Servlet, Spring Context Location and URL Mapping.<p><a href="http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/">Creating Web services using Apache CXF (Part 3): Configurations</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 4): Testing'>Creating Web services using Apache CXF (Part 4): Testing</a> <small>To test this we can follow the same client program...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 2): Development'>Creating Web services using Apache CXF (Part 2): Development</a> <small>We need to set-up the project  environment first. Please download...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 2): Development</title>
		<link>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 13:50:59 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
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
- geronimo-activation.jar (Or the Sun equivalent) [6]
-<p><a href="http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/">Creating Web services using Apache CXF (Part 2): Development</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 4): Testing'>Creating Web services using Apache CXF (Part 4): Testing</a> <small>To test this we can follow the same client program...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/' rel='bookmark' title='Permanent Link: Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.'>Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</a> <small>Why people are interested in CODE-FIRST approach? Answer is simple....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 1) : The Basics.</title>
		<link>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:02:09 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
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.
If you want an Enterprise support  for CXF then please find the following links.
Open Source FUSE Services Framework &#8211; based on CXF
FUSE open source community
FUSE Forums
<p><a href="http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/">Creating Web services using Apache CXF (Part 1) : The Basics.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/' rel='bookmark' title='Permanent Link: Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;'>Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</a> <small>Apache CXF is an open source services framework which is...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 4): Testing'>Creating Web services using Apache CXF (Part 4): Testing</a> <small>To test this we can follow the same client program...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 3): Configurations'>Creating Web services using Apache CXF (Part 3): Configurations</a> <small>We have to declare Spring Context Listener, CXF Servlet, Spring...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Spring Framework]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</title>
		<link>http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:43:15 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
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 as<p><a href="http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/">Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 1) : The Basics.'>Creating Web services using Apache CXF (Part 1) : The Basics.</a> <small>As we discussed in the previous post, CXF is the...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 4): Testing'>Creating Web services using Apache CXF (Part 4): Testing</a> <small>To test this we can follow the same client program...</small></li>
<li><a href='http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 2): Development'>Creating Web services using Apache CXF (Part 2): Development</a> <small>We need to set-up the project  environment first. Please download...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Spring Framework]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[jax-ws]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>The Second Level Cache in Hibernate : Settings and Configurations.</title>
		<link>http://minddiary.com/2009/06/09/the-second-level-cache-in-hibernate-settings-and-configurations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://minddiary.com/2009/06/09/the-second-level-cache-in-hibernate-settings-and-configurations/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 12:35:30 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[hibernate Cache]]></category>
		<category><![CDATA[second level cache]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/09/the-second-level-cache-in-hibernate-settings-and-configurations/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
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 will<p><a href="http://minddiary.com/2009/06/09/the-second-level-cache-in-hibernate-settings-and-configurations/">The Second Level Cache in Hibernate : Settings and Configurations.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/06/09/list-of-cache-providers-in-hibernate-and-their-concurrency-support-details/' rel='bookmark' title='Permanent Link: List of Cache Providers in Hibernate and their Concurrency Support details'>List of Cache Providers in Hibernate and their Concurrency Support details</a> <small>Here in this port you can find the list of...</small></li>
<li><a href='http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/' rel='bookmark' title='Permanent Link: Creating Web services using Apache CXF (Part 3): Configurations'>Creating Web services using Apache CXF (Part 3): Configurations</a> <small>We have to declare Spring Context Listener, CXF Servlet, Spring...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/09/the-second-level-cache-in-hibernate-settings-and-configurations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<coop:keyword><![CDATA[Hibernate]]></coop:keyword>
		<coop:keyword><![CDATA[hibernate Cache]]></coop:keyword>
		<coop:keyword><![CDATA[second level cache]]></coop:keyword>
	</item>
	</channel>
</rss>
