<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Code, Just Code.</title>
	<atom:link href="http://cchweblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cchweblog.wordpress.com</link>
	<description>Learn something new every day</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:04:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cchweblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Code, Just Code.</title>
		<link>http://cchweblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cchweblog.wordpress.com/osd.xml" title="Code, Just Code." />
	<atom:link rel='hub' href='http://cchweblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Configure Ant Task for Running SoapUI as JUnit Test</title>
		<link>http://cchweblog.wordpress.com/2012/01/18/configure-ant-task-for-running-soapui-as-junit-test/</link>
		<comments>http://cchweblog.wordpress.com/2012/01/18/configure-ant-task-for-running-soapui-as-junit-test/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 18:51:22 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Bamboo]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[SoapUI]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=515</guid>
		<description><![CDATA[There have been some blog posts regarding running SoapUI using either testrunner.bat or testrunner.sh scripts coming with SoapUI installation. You can choose either bat or sh script based on your OS. But what if I need a solution that works on both Windows and Linux? There  are also posts mentioning reading the SoapUI project file and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=515&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2012/01/18/configure-ant-task-for-running-soapui-as-junit-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure Clover and Sonar Ant Tasks for Code Coverage</title>
		<link>http://cchweblog.wordpress.com/2012/01/18/490/</link>
		<comments>http://cchweblog.wordpress.com/2012/01/18/490/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:18:04 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Clover]]></category>
		<category><![CDATA[Sonar]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=490</guid>
		<description><![CDATA[Using Cobertura or Clover to generate code coverage reports is a relatively straightforward task as there have been some examples out there to begin with. On the other hand, being able to see coverage number generated by Clover in Sonar console takes a little bit extra configuration as Sonar by default is using Cobertura as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=490&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2012/01/18/490/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Using OpenSessionInViewFilter in Spring Web Application</title>
		<link>http://cchweblog.wordpress.com/2009/10/10/using-opensessioninviewfilter-in-spring-web-application/</link>
		<comments>http://cchweblog.wordpress.com/2009/10/10/using-opensessioninviewfilter-in-spring-web-application/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:18:14 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=467</guid>
		<description><![CDATA[A way too simple Spring 2.5 web application to show how to use OpenSessionInViewFilter together with Hibernate. I. web.xml configuration &#60;?xml version="1.0" encoding="ISO-8859-1"?&#62; &#60;web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"&#62; &#60;listener&#62; &#60;listener-class&#62;org.springframework.web.context.ContextLoaderListener &#60;/listener-class&#62; &#60;/listener&#62; &#60;context-param&#62; &#60;param-name&#62;contextConfigLocation&#60;/param-name&#62; &#60;param-value&#62;/WEB-INF/springapp-service.xml /WEB-INF/springapp-data.xml &#60;/param-value&#62; &#60;/context-param&#62; &#60;filter&#62; &#60;filter-name&#62;hibernateFilter&#60;/filter-name&#62; &#60;filter-class&#62; org.springframework.orm.hibernate3.support.OpenSessionInViewFilter &#60;/filter-class&#62; &#60;init-param&#62; &#60;param-name&#62;sessionFactoryBeanName&#60;/param-name&#62; &#60;param-value&#62;sessionFactory&#60;/param-value&#62; &#60;/init-param&#62; &#60;/filter&#62; &#60;filter-mapping&#62; &#60;filter-name&#62;hibernateFilter&#60;/filter-name&#62; &#60;url-pattern&#62;*.htm&#60;/url-pattern&#62; &#60;/filter-mapping&#62;          [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=467&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/10/10/using-opensessioninviewfilter-in-spring-web-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Integration Test with Maven</title>
		<link>http://cchweblog.wordpress.com/2009/06/25/integration-test-with-maven/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/25/integration-test-with-maven/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:00:07 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=444</guid>
		<description><![CDATA[A collection of posts found on the internet focusing on how to tweak/enhance Maven to perform integration tests. Integration testing with maven 2.0 &#8211; by Julien Dechmann Getting Coverage For Integration Tests &#8211; by Ulrik Sandberg Integration tests with Maven (Part 1): Failsafe Plugin &#8211; by velo Unit tests are not integration tests &#8211; by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=444&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/25/integration-test-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>[WARNING] File encoding has not been set</title>
		<link>http://cchweblog.wordpress.com/2009/06/24/warning-file-encoding-has-not-been-set/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/24/warning-file-encoding-has-not-been-set/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 01:51:10 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=437</guid>
		<description><![CDATA[[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! Saw this warning message when using failsafe maven plugin, found the fix after a little search. In the pom file, add the following property inside the &#60;properties&#62; section. &#60;properties&#62; &#60;project.reporting.outputEncoding&#62;UTF-8&#60;/project.reporting.outputEncoding&#62;        &#60;/properties&#62; Posted in Maven Tagged: Maven<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=437&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/24/warning-file-encoding-has-not-been-set/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing Spring MVC application &#8211; Annotation based Controller and JPA</title>
		<link>http://cchweblog.wordpress.com/2009/06/20/developing-spring-mvc-application-annotation-based-controller-and-jpa/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/20/developing-spring-mvc-application-annotation-based-controller-and-jpa/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 19:17:52 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=419</guid>
		<description><![CDATA[This application is based on the sample Spring MVC application described in the &#8220;Developing a Spring Framework MVC application step-by-step&#8221; document in the Spring Framework 2.5 download. The differences are Annotation based Controller class JPA based persistence using Hibernate Maven based project configuration Test classes are upgraded to use JUnit 4 annotation I. Annotation based [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=419&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/20/developing-spring-mvc-application-annotation-based-controller-and-jpa/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>

		<media:content url="http://cchweblog.files.wordpress.com/2009/06/spring-mvc-hello.gif?w=300" medium="image">
			<media:title type="html">spring-mvc-hello</media:title>
		</media:content>

		<media:content url="http://cchweblog.files.wordpress.com/2009/06/spring-mvc-increase-price.gif?w=300" medium="image">
			<media:title type="html">spring-mvc-increase-price</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring MVC &#8211; Resolving Locale and Externalizing Locale-Sensitive Text Messages</title>
		<link>http://cchweblog.wordpress.com/2009/06/16/spring-mvc-resolving-locale-and-externalizing-locale-sensitive-text-messages/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/16/spring-mvc-resolving-locale-and-externalizing-locale-sensitive-text-messages/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:52:45 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=400</guid>
		<description><![CDATA[A sample Spring MVC application to show how to Retrieve the current Locale Resolver Retrieve the current Locale Set a new Locale Display different version of the same message for different locales I. Spring MVC Setup Setting up a Spring MVC application is pretty straight forward, here are the web.xml file and application context xml [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=400&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/16/spring-mvc-resolving-locale-and-externalizing-locale-sensitive-text-messages/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>

		<media:content url="http://cchweblog.files.wordpress.com/2009/06/spring-locale-screenshot1.gif?w=300" medium="image">
			<media:title type="html">spring-locale-screenshot</media:title>
		</media:content>

		<media:content url="http://cchweblog.files.wordpress.com/2009/06/spring-locale-cookie.gif?w=300" medium="image">
			<media:title type="html">spring-locale-cookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing Spring Web Flow 2 Application</title>
		<link>http://cchweblog.wordpress.com/2009/06/06/developing-spring-web-flow-2-application/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/06/developing-spring-web-flow-2-application/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:10:02 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Web Flow]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=336</guid>
		<description><![CDATA[This is a series of posts about developing a Shopping Cart web application using Spring Web Flow 2. It is not intended to be a step by step tutorial of how to develop a Spring Web Flow application but rather to show some of the key features and implementation ideas of a Spring Web Flow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=336&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/06/developing-spring-web-flow-2-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing Spring Web Flow 2 Application part 6 – Misc and References</title>
		<link>http://cchweblog.wordpress.com/2009/06/01/developing-spring-web-flow-2-application-part-6-misc-and-references/</link>
		<comments>http://cchweblog.wordpress.com/2009/06/01/developing-spring-web-flow-2-application-part-6-misc-and-references/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:19:29 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Web Flow]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=342</guid>
		<description><![CDATA[As part of “Developing Spring Web Flow 2 Application” series, this post shows some application details and reference document. This Shopping Cart application is developed based on the work done in this tutorial and Spring Web Flow Reference Application. There are still some implementation details not finished, such as: Credit Card Expiration Date validation logic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=342&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/06/01/developing-spring-web-flow-2-application-part-6-misc-and-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing Spring Web Flow 2 Application part 5 &#8211; Persistence</title>
		<link>http://cchweblog.wordpress.com/2009/05/27/developing-spring-web-flow-2-application-part-5-persistence/</link>
		<comments>http://cchweblog.wordpress.com/2009/05/27/developing-spring-web-flow-2-application-part-5-persistence/#comments</comments>
		<pubDate>Wed, 27 May 2009 13:58:41 +0000</pubDate>
		<dc:creator>cchweblog</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Web Flow]]></category>

		<guid isPermaLink="false">http://cchweblog.wordpress.com/?p=235</guid>
		<description><![CDATA[As part of “Developing Spring Web Flow 2 Application” series, this post shows the following features: Persistence (from: Spring Web Flow Reference Guide) Web Flow offers &#8220;flow managed persistence&#8221; where a flow can create, commit, and close a object persistence context for you. Spring Web Flow provides a flow scoped PersistenceContext on flow startup and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cchweblog.wordpress.com&amp;blog=5858221&amp;post=235&amp;subd=cchweblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cchweblog.wordpress.com/2009/05/27/developing-spring-web-flow-2-application-part-5-persistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">cchweblog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
