<?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/"
	>

<channel>
	<title>Random Thoughts</title>
	<atom:link href="http://blog.inflinx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SiteMesh And Script Tag</title>
		<link>http://blog.inflinx.com/2010/07/29/sitemesh-and-script-tag/</link>
		<comments>http://blog.inflinx.com/2010/07/29/sitemesh-and-script-tag/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:04:54 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[SiteMesh]]></category>
		<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[sitemesh]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=463</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/07/29/sitemesh-and-script-tag/';
var dzone_title = 'SiteMesh And Script Tag';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
In a Sitemesh application I recently had to read code inside &#60;script&#62; tags of the decorated pages and use it in the decorator page. After little research, I found this solution. Based on this, I extended the HTMLPageParser and created a ScriptExtractionRule. The ScriptExtractionRule extends the BlockExtractingRule and retrives the content inside script tag. However [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/07/29/sitemesh-and-script-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Multi Module Versioning</title>
		<link>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/</link>
		<comments>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 22:13:34 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[multi-module]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=451</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/';
var dzone_title = 'Maven Multi Module Versioning';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Recently I have been working on a Maven multi module project with ear, war and ejb artifacts. It has been a pleasant experience till I got to versioning my modules. Consider a multi module project with the following structure: parent-project &#124; &#124;- child-moudle &#124; &#124; &#124; &#124;&#8211;pom.xml &#124; &#124;- pom.xml The parent project pom.xml holds [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/28/maven-multi-module-versioning/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating Maven Archetypes &#8211; Spring MVC Example</title>
		<link>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/</link>
		<comments>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:18:39 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[m2Eclipse]]></category>
		<category><![CDATA[Arhcetype]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=433</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/';
var dzone_title = 'Creating Maven Archetypes &#8211; Spring MVC Example';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Maven Archetypes are project templates that allow users easily create new projects. Maven Archetypes are great way to share best practices and enforce consistency beyond Maven&#8217;s standard directory structure. For example, an organization can provide its developers an archetype bundled with company&#8217;s approved CSS and JavaScript libraries. Recently, I have been creating a lot of [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/16/creating-maven-archetypes-spring-mvc-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring + JTA + JPA + JMS</title>
		<link>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/</link>
		<comments>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:36:03 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[JMS]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[JTA]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=415</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/';
var dzone_title = 'Spring + JTA + JPA + JMS';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
I recently worked on a Spring application that used Hibernate as JPA provider and JTA for transaction demarcation. In this post I will create a simple Order Processing Message Driven Bean that showcases this integration. I will be using an Oracle database and deploy the application on a WebLogic 10.3 server. To keep things manageable, [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/08/spring-jta-jpa-jms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JRebel &#8211; First Impressions</title>
		<link>http://blog.inflinx.com/2010/04/02/jrebel-first-impressions/</link>
		<comments>http://blog.inflinx.com/2010/04/02/jrebel-first-impressions/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 18:07:43 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[JRebel]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=411</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/04/02/jrebel-first-impressions/';
var dzone_title = 'JRebel &#8211; First Impressions';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
I have been wanting to try JRebel for a long time and finally installed the 30 day trial version on Eclipse. The Windows Installer made the installation very easy. The documentation in the Configuration Wizard was great help to complete IDE integration. I am using JRebel in a Spring 3.x project and the only problem [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/04/02/jrebel-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
