<?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>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Apache JAMES Mail Server</title>
		<link>http://blog.inflinx.com/2011/01/21/using-apache-james-mail-server/</link>
		<comments>http://blog.inflinx.com/2011/01/21/using-apache-james-mail-server/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 03:32:25 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[JAMES]]></category>
		<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=518</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/2011/01/21/using-apache-james-mail-server/';
var dzone_title = 'Using Apache JAMES Mail Server';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Recently, I needed an open source email server for testing purposes and I came across JAMES project. The Java Apache Mail Enterprise Server or JAMES is an open source mail application platform that among many other things is a full-fledged e-mail server. It is a pure Java implementation (built on Spring Framework) and supports all [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2011/01/21/using-apache-james-mail-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flex 4 Custom Validators in 5 Minutes</title>
		<link>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/</link>
		<comments>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:44:29 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Spark Components]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=483</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/10/12/flex-4-custom-validators-in-5-minutes/';
var dzone_title = 'Flex 4 Custom Validators in 5 Minutes';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Flex out of the box provides several validators that can be used for validating user input. These validators are bundled in the mx.validator package. However, there will be times where we might need to write our own validators. In this post, I will create a custom validator that can be used for validating a combo [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAX-WS Using WebLogic 10.3</title>
		<link>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/</link>
		<comments>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 05:59:20 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[JAX WS]]></category>
		<category><![CDATA[JAXB]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=468</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/10/09/jax-ws-using-weblogic-10-3/';
var dzone_title = 'JAX-WS Using WebLogic 10.3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
The Java API for XML Web Services or JAX-WS provides a simple, easy to understand architecture for developing and deploying web services. In this post I will be creating a simple Task List CRUD application that showcases the JAX WS technology. I will be using Eclipse IDE for development and WebLogic 10.3.0 for deployment. Weblogic [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>6</slash:comments>
		</item>
	</channel>
</rss>

