<?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>Balaji Natarajan</title>
	<atom:link href="http://balajinatarajan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://balajinatarajan.wordpress.com</link>
	<description>Java musings</description>
	<lastBuildDate>Mon, 09 Jan 2012 06:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='balajinatarajan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Balaji Natarajan</title>
		<link>http://balajinatarajan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://balajinatarajan.wordpress.com/osd.xml" title="Balaji Natarajan" />
	<atom:link rel='hub' href='http://balajinatarajan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SCEA Preparation: Day 2</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-2/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-2/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:09:20 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCEA]]></category>
		<category><![CDATA[Glassfish]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=160</guid>
		<description><![CDATA[Design patterns and Installing glassfish server Design Patterns They say &#8220;Learning technology&#8221; and &#8220;Learning to design with technology&#8221; are different and if you have to accomplish the later you must know design patterns. In the context of present day&#8217;s framework era, like Spring, JBoss Seam, plumbing codes have been taken out virtually from the developers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=160&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="background:white none repeat scroll 0 0;"><span style="font-family:Candara;color:black;font-size:x-small;"><span style="font-size:10.5pt;font-family:Candara;color:black;">Design patterns and Installing glassfish server<br />
<a name="11ed046f4a0c2c16_cutid1"></a><br />
<strong><span style="font-weight:bold;">Design Patterns</span></strong><br />
They say &#8220;Learning technology&#8221; and &#8220;Learning to design with technology&#8221; are different and if you have to accomplish the later you must know design patterns. In the context of present day&#8217;s framework era, like Spring, JBoss Seam, plumbing codes have been taken out virtually from the developers. Also the pioneers of these frameworks built it with excellent orchestration of design patterns. So if you know various aspects of Spring/Seam, do you ever need to learn Design Patterns? Why whould you have to learn MVC (Definitely you are not going to write Servlets and JSPs) when there is Spring MVC/Sun-Seam JSF available out there?<br />
<span style="text-decoration:underline;">Design patterns are the key to understand any frameworks.</span> Even if a new framework incarnates in the market, knowing the design patterns and its application, <em><span style="font-style:italic;">your learning curve is very very less</span></em>.<br />
Design Patterns are the ARCHITECT&#8217;s LANGUAGE. Hope i would have convinced a bit about design patterns.</p>
<p>Coming back to our SCEA thingy, Design Patterns are at first priority in my SCEA preparation. Following are the 2 excellent books, the first one being indispensable and cannot be missed out.</span></span></p>
<p style="background:white none repeat scroll 0 0;margin-left:.5in;"><span style="font-family:Candara;color:black;font-size:x-small;"><span style="font-size:10.5pt;font-family:Candara;color:black;"> </span></span></p>
<ol type="1">
<li><span style="font-family:Candara;color:black;font-size:x-small;"><span style="font-size:10.5pt;font-family:Candara;">Design      Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma,      Richard Helm, Ralph Johnson, John M. Vlissides</span></span></li>
<li><span style="font-family:Candara;color:black;font-size:x-small;"><span style="font-size:10.5pt;font-family:Candara;">Core J2EE      Patterns: Best Practices and Design Strategies (2nd Edition) by Deepak      Alur, Dan Malks, and John Crupi</span></span></li>
</ol>
<p style="background:white none repeat scroll 0 0;"><span style="font-family:Candara;color:black;font-size:x-small;"><span style="font-size:10.5pt;font-family:Candara;color:black;"><br />
I have backed these books from library and started reading it. First book is not language specific (examples given in C++), whereas the second entirely deals with J2EE patterns (most of these patterns (mainly relating to EJB) are now irrelevant, you can skip them safely). I have started reading the first book, finished with Composite View pattern and parallely referring the 2nd book for J2EE (now Java EE) specific things. Following few blogs will be more about design patterns &amp; UML and less about EJB &amp; Webservices as learning the former influences a lot in learning the later.</p>
<p>Online Resource: (If you dont have enough enthusiasm to read a whole book on design patterns)<br />
1. <a href="http://www.fluffycat.com/Java-Design-Patterns/" target="_blank"><span style="color:silver;"><span style="color:silver;">http://www.fluffycat.com/Java-Design-Patterns/</span></span></a> (Code examples are very useful to learn)</p>
<p>Video tutorial:<br />
<a href="http://sourcemaking.com/design-patterns-vidtut?a=5527" target="_blank"><span style="color:silver;"><span style="color:silver;">http://sourcemaking.com/design-patterns-vidtut?a=5527</span></span></a></p>
<p><strong><span style="font-weight:bold;">Installing glassfish server</span></strong><br />
Practice, Practice and Practice. Repeat this word 1000 times here. We need an application server for practice. Tomcat will do (as an application server) with present advancements in persistence area. Yet we need a traditional application server. Glassfish is what i would suggest. If you love tomcat, you will love Glassfish too. I use Linux (Ubuntu) at home and installed Glassfish without any hassles. Installed it today in Windows after tackling few problems and ran it. Will include the installation steps (both Linux and Windows) here asap.</p>
<p>EOD 2, I am all set to learn Design patterns (finished Composite View pattern) and my Glassfish server is ready to run my examples. </span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=160&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>
	</item>
		<item>
		<title>SCEA Preparation: Day 1</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-1/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-1/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:05:56 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCEA]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[SCBCD]]></category>
		<category><![CDATA[SCJP]]></category>
		<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[Webservices]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=158</guid>
		<description><![CDATA[The wait is over. Two and a half years over and now i am all set to prepare for Sun Certified Enterprise Architect (SCEA 5.0). They say, that we need at least 5 years of experience (not mandatory) to get SCEA certified. What i believe is, in the course of preparation, we will learn and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=158&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The wait is over. Two and a half years over and now i am all set to prepare for Sun Certified Enterprise Architect (SCEA 5.0). They say, that we need at least 5 years of experience (not mandatory) to get SCEA certified. What i believe is, in the course of preparation, we will learn and accomplish a lot. I will update this blog honestly with consistency about my preparation. Following are the very high level information about SCEA and what i am now heading to.<br />
<strong>SCEA:</strong> (Brief Story, will get updated) It certifies you as a better architect. It identifies you as a architect than a programmer. It expects you as a person who can develop a solution to a problem and deliver that as a model which should be implemented by others. It is claimed as the Pinnacle of Sun certifications. Following are the important areas it covers</p>
<p>1. Design Patterns<br />
2. Model Driven Architecture (MDA) and UML 2.0<br />
3. EJB<br />
4. Webservices<br />
5. Security</p>
<p><strong>My very brief preparation agenda</strong><br />
Currently i have accomplished SCJP and SCWCD. Now i am preparing for SCBCD (Sun Certified Business Component Developer for Java EE 1.5) and SCDJWS (Sun Certified Developer for Java WebServices) simultaneously. Well, these two preparations are absolutely helpful for your SCEA. You can ask me, why we need to do SCBCD and SCDJWS when we can directly take SCEA. Remember, SCEA identifies you as an architect whereas SCBCD and SCDJWS identifies you as a programmer. Following a certification ladder like this SCJP -&gt; SCWCD -&gt; SCBCD -&gt; SCDJWS -&gt; SCEA is always good.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=158&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/13/scea-preparation-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Glassfish on Ubuntu Linux</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/12/installing-glassfish-on-ubuntu-linux/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/12/installing-glassfish-on-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 19:17:29 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=152</guid>
		<description><![CDATA[Successfully installed Glassfish server on Ubuntu 8.04 for my certification preparation. What haunts is that the 256 MB Laptop cannot uphold the heavy/lite glassfish server. I am thinking to install a more light weight Linux, may be xubuntu for running glassfish server and deploy example apps. Following is the ultra-quick list of commands that will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=152&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Successfully installed Glassfish server on Ubuntu 8.04 for my certification preparation. What haunts is that the 256 MB Laptop cannot uphold the heavy/lite glassfish server. I am thinking to install a more light weight Linux, may be xubuntu for running glassfish server and deploy example apps. </p>
<p>Following is the ultra-quick list of commands that will take you in no time installing Glassfish on Ubuntu 8.04 (Hardy Heron) Linux. Those in bold letters are the commands. Open a terminal and execute these in sequence.</p>
<ol>
<li><strong>java -version</strong>   // Check java version. It must be either Java 1.5 or Java 1.6. If not install Java by typing <strong>sudo apt-get install sun-java6-jdk</strong>. It asks your password, after you enter it, it will install Java 6.</li>
<li><strong>wget http://java.net/download/javaee5/v2ur2/promoted/Linux/glassfish-installer-v2ur2-b04-linux.jar</strong>   // get the link of latest glassfish server jar for linux from https://glassfish.dev.java.net/public/downloadsindex.html</li>
<li><strong>java -Xmx256m -jar glassfish-installer-v2ur2-b04-linux.jar</strong>   // Click Accept in the license window that opens</li>
<li><strong>cd glassfish</strong></li>
<li><strong>sudo chmod -R +x lib/ant/bin</strong>   // Enter password</li>
<li><strong>lib/ant/bin/ant -f setup.xml</strong>   //Run ant script</li>
<li><strong>cd bin</strong>   //Go to the directory (usually bin) where asadmin command is available. You can find this by simple <strong>ls</strong> command or through GUI file xplorer</li>
<li><strong>./asadmin</strong>   //Run asadmin</li>
<li>asadmin&gt; <strong>start-database</strong></li>
<li>asadmin&gt; <strong>start-domain domain1</strong></li>
<li>Type http://localhost:4848/ in browser and login as username: admin and password: adminadmin</li>
<li>asadmin&gt; <strong>exit</strong>   // To shutdown the server, type this in the terminal window</li>
</ol>
<p>Following is the screenshot of Glassfish server admin console. It comes with default derby database and very much intuitive. This will be of great aid to practice our EJB and Webservice examples and i am going to use it to the maximum to leverage maximum.<br />
<a href="http://balajinatarajan.files.wordpress.com/2009/01/screenshot1.png"><img src="http://balajinatarajan.files.wordpress.com/2009/01/screenshot1.png?w=300&#038;h=211" alt="screenshot1" title="screenshot1" width="300" height="211" class="alignleft size-medium wp-image-156" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=152&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/12/installing-glassfish-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>

		<media:content url="http://balajinatarajan.files.wordpress.com/2009/01/screenshot1.png?w=300" medium="image">
			<media:title type="html">screenshot1</media:title>
		</media:content>
	</item>
		<item>
		<title>Registered Linux User #482988</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/11/registered-linux-user-482988/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/11/registered-linux-user-482988/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:44:49 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=149</guid>
		<description><![CDATA[Registered myself as a linux user in http://counter.li.org/ Registered my machine too. And here is the logo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=149&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Registered myself as a linux user in http://counter.li.org/ <br />
Registered my machine too.<br />
And here is the logo<br />
<a href="http://balajinatarajan.files.wordpress.com/2009/01/482988.png"><img src="http://balajinatarajan.files.wordpress.com/2009/01/482988.png?w=128&#038;h=74" alt="482988" title="482988" width="128" height="74" class="alignleft size-thumbnail wp-image-150" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=149&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/11/registered-linux-user-482988/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>

		<media:content url="http://balajinatarajan.files.wordpress.com/2009/01/482988.png?w=128" medium="image">
			<media:title type="html">482988</media:title>
		</media:content>
	</item>
		<item>
		<title>Beginning JBOSS Seam</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/02/beginning-jboss-seam/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/02/beginning-jboss-seam/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:36:57 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Seam]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=134</guid>
		<description><![CDATA[Just got a copy of from my friend Dinakaran to spend my time over the weekend after i promised my Project Manager to develop an Enterprise Framework using Seam within January end. Turned few pages in train while returning to home and the Introduction by Joseph Nusairat is very easy to start with the concept. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=134&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just got a copy of<br />
<a href="http://www.amazon.com/Beginning-JBoss%C2%AE-Seam-Novice-Professional/dp/1590597923"><img src="http://ecx.images-amazon.com/images/I/51ZrljKXtKL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg"></a><br />
from my friend <a href="http://dinakaranonline.wordpress.com/">Dinakaran</a> to spend my time over the weekend after i promised my Project Manager to develop an Enterprise Framework using Seam within January end. Turned few pages in train while returning to home and the Introduction by Joseph Nusairat is very easy to start with the concept. Finished first chapter and really surprised by the &#8220;Hello World&#8221; example using JSF and Seam (with just a @annotated Java Bean and a JSF JSP &#8211; thats it). Hope it will go well and i need to complete this book over the next week to start with my end-end healthcare Enterprise Framework. So i just got this book because it is the only one available on the topic &#8220;Seam&#8221; in our library. What Seam books you read? and What would you prefer?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=134&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/02/beginning-jboss-seam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51ZrljKXtKL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" medium="image" />
	</item>
		<item>
		<title>Wish you a Happy New Year 2009!</title>
		<link>http://balajinatarajan.wordpress.com/2009/01/01/wish-you-a-happy-new-year-2009/</link>
		<comments>http://balajinatarajan.wordpress.com/2009/01/01/wish-you-a-happy-new-year-2009/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 03:46:16 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=132</guid>
		<description><![CDATA[I wish everyone in this world a very Happy New Year 2009! Let this year 2009 brings happiness, joy and peace. Let the God bless our planet earth with all enriching nature and peace! My resolutions are many for this year but not limited to To complete SCEA and help more people on the way. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=132&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wish everyone in this world a very Happy New Year 2009!<br />
Let this year 2009 brings happiness, joy and peace.<br />
Let the God bless our planet earth with all enriching nature and peace!<br />
My resolutions are many for this year but not limited to </p>
<ul>
<li>To complete SCEA and help more people on the way.</li>
<li>To watch more English movies without subtitle</li>
<li>To read more books</li>
<li>To develop better relationships and keeping up their promises</li>
<li>To not to get angry and keeping cool myself at all times</li>
<li>To develop and incubate a project to get something tangible out of my knowledge</li>
<li>To participate in forums, conference and open source development</li>
<li>To make new friends</li>
<li>To donate more i did in 2008</li>
</ul>
<p>Hope i achieve all of those listed above and others in this 2009.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=132&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2009/01/01/wish-you-a-happy-new-year-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>
	</item>
		<item>
		<title>How do i read a list of files that starts with a pattern?</title>
		<link>http://balajinatarajan.wordpress.com/2008/12/29/how-do-i-read-a-list-of-files-that-starts-with-a-pattern/</link>
		<comments>http://balajinatarajan.wordpress.com/2008/12/29/how-do-i-read-a-list-of-files-that-starts-with-a-pattern/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 04:50:14 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=93</guid>
		<description><![CDATA[I have been working with files quite a long time now and i got a requirement from my friend to read a list of files that starts with a specific pattern. For example, you must return a list of all files that starts with &#8217;2008-12-&#8217; in a directory. Thanks to DevDaily.com for it gave me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=93&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been working with files quite a long time now and i got a requirement from my friend to read a list of files that starts with a specific pattern. For example, you must return a list of all files that starts with &#8217;2008-12-&#8217; in a directory. Thanks to DevDaily.com for it gave me a very good start from <a href="http://www.devdaily.com/blog/post/java/read-files-matching-certain-pattern-from-directory/">here</a>. That program deals with reading a list of files that starts with an underscore &#8220;_&#8221;. Following is the program to <strong>read a list of files that starts with a specific pattern</strong> and here in this example you can pass the &#8220;pattern&#8221; as an argument.</p>
<table border="1">
<tbody>
<tr>
<td>
<pre>public void readFiles()
{
	String pattern = "2008-12-";
	String startingDirectory = "C:/";
	String[] listOfFilesToParse =
                getListOfFilesMatchingPattern(startingDirectory,pattern);
}
String[] getListOfFilesMatchingPattern(String aDirectory,String pattern)
{
    class StartingWithFilter implements FilenameFilter
    {
	private String pattern;
	public StartingWithFilter(){
		pattern = "";
	}
	public StartingWithFilter(String s){
		pattern = s;
	}
	public boolean accept(File dir, String s)
      	{
        	if ( s.startsWith(pattern) ) return true;
        	return false;
      	}
    }
    return new java.io.File(aDirectory).
             list( new StartingWithFilter(pattern) );
}</pre>
</td>
</tr>
</tbody>
</table>
<p>Hope that Helps <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=93&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2008/12/29/how-do-i-read-a-list-of-files-that-starts-with-a-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>
	</item>
		<item>
		<title>Installed Ubuntu 7.04 and connected to Internet</title>
		<link>http://balajinatarajan.wordpress.com/2008/12/27/installed-ubuntu-704-and-connected-to-internet/</link>
		<comments>http://balajinatarajan.wordpress.com/2008/12/27/installed-ubuntu-704-and-connected-to-internet/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 06:55:40 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=91</guid>
		<description><![CDATA[Brought my virus attacked PC back to life by installing Ubuntu 7.04 (Fiesty Fawn). Days ago Earlier, I had many complaints reg. the speed of my laptop having only 256 MB RAM. I consciously chose the number of applications populating my task bar to cope up with my laptop&#8217;s speed. Yet the XP installed machine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=91&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Brought my virus attacked PC back to life by installing Ubuntu 7.04 (Fiesty Fawn).<br />
<strong>Days ago</strong><br />
Earlier, I had many complaints reg. the speed of my laptop having only 256 MB RAM. I consciously chose the number of applications populating my task bar to cope up with my laptop&#8217;s speed. Yet the XP installed machine became slower and slower and one day i recognized that my PC is full of virus. The funniest part of it came when i typed &#8220;www.orkut.com&#8221;, the browser(Google Chrome) closed and an alert popped up saying &#8220;Orkut banned me!&#8221;, LOL <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong>Rescue</strong><br />
I had lot of programs, my mini-project and stuffs like that in my pc to be recovered. I packaged all those important files, removed jars (which i download again from net) and uploaded in gmail. I suspect, since a keylogger virus is in my machine, my gmail password may be stolen. Anyway, i was through with the upload and then i asked my friend to change all my google account passwords and other important passwords from his pc.<br />
<strong>Linuxomania</strong><br />
Sometime back, similar virus invasion happened to my desktop computer and i installed Fedora, but there was a problem in screen resolution. Yes, i accept adopting linux is not that much easy at first, it takes time to learn things, yet you must be patient. I can say, that linux is best for newbies if they are offered with an internet connection.<br />
Now, i have to install some linux distro in my laptop. As i surfed through the cd bag, my hands found ubuntu cds (5.x and 7.04). First of all, i was afraid of 7.04 since i thought my 256 MB RAM will not be sufficient enough to install this. I just put it in my cd drive and reboot the machine. Minutes gone, it never turned up, at last a message said that there is a problem in starting GNOME. No thought of giving up, i put the 5.x version, it was through and i successfully formatted my system, installed the core system and yikes! the installation of additional packages went into a toss. Its because the cd is bit old and with few scratches.<br />
Now, with this half baked installation, i can only login in text mode. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
<strong>Installing Ubuntu 7.04</strong><br />
Never giving up again, i now put my 7.04 again. To my surprise, it booted up well, live cd thing did the magic and i am into GUI. Waugh! There was an icon in the desktop saying &#8216;install&#8217;. I clicked it and the installation was fine enough. I reboot the machine without cd and its worked fine. i logged into GUI without any hassle.<br />
<strong>Problem in connecting to internet</strong><br />
As i told earlier, if you are new to linux, you must be gifted with internet connection to make your life easier in linux world. When i opened Firefox and fired a request to www.google.com it turned out with &#8220;server could not be found&#8221;. We have an adsl router at home with my brother&#8217;s laptop and mine in the network.<br />
i just borrowed my brother&#8217;s laptop and sought help over the forums. Spent 2 hard days with it, at last i fixed the problem with my brother&#8217;s help. I did the following in succession and i don&#8217;t know what made it work.<br />
1.Deleted iftab file from /etc and reboot the machine<br />
2.sudo ifconfig eth0 192.168.1.1 up, then did ping 192.168.1.1 and it worked!<br />
3.sudo ifconfig eth0 up<br />
4.sudo ifconfig eth0 192.168.1.5 (192.168.1.5 is the ip i assigned to my machine)<br />
5.Now pinged 192.168.1.1, 192.168.1.2(my brother&#8217;s laptop in the same network), ping www.google.com &#8211; all worked successfully and i am writing this post from Ubuntu.<br />
Meanwhile, ensure whether you have plugged the ethernet cable into your machine, coz, i wasted some 2 hours troubleshooting my pc without ethernet cable plugged in. LOL. :&gt; Also some switching off/on the router helps in other cases.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=91&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2008/12/27/installed-ubuntu-704-and-connected-to-internet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>
	</item>
		<item>
		<title>Podcast on Ajax &#8211; Part 1 &#8211; Introduction to Ajax</title>
		<link>http://balajinatarajan.wordpress.com/2008/12/07/podcast-on-ajax-part-1-introduction-to-ajax/</link>
		<comments>http://balajinatarajan.wordpress.com/2008/12/07/podcast-on-ajax-part-1-introduction-to-ajax/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 17:19:19 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=61</guid>
		<description><![CDATA[Whoa! At last i did it. I came up successfully with my first ever podcast on Ajax. With lot of mistakes, uh-uh s, discontinuity, I am sure you&#8217;l like it anyway. My apologies too for the mistakes made. I must thank Derek K Miller from Penmachine from where i got the introductory and conclusion music for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=61&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whoa! At last i did it. I came up successfully with my first ever podcast on Ajax. With lot of mistakes, uh-uh s, discontinuity, I am sure you&#8217;l like it anyway. My apologies too for the mistakes made.</p>
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.fileden.com%2Ffiles%2F2008%2F12%2F7%2F2214781%2Fajax-podcast.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span>
<p>I must thank Derek K Miller from <a href="http://penmachine.com/musicpages/demos.html">Penmachine</a> from where i got the introductory and conclusion music for the podcast. Music track used for this podcast is &#8220;More/Less Red than red&#8221;.</p>
<p>Your comments are most welcome that will help me to improve in the podcasts to come.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=61&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2008/12/07/podcast-on-ajax-part-1-introduction-to-ajax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.fileden.com/files/2008/12/7/2214781/ajax-podcast.mp3" length="14538809" type="audio/mpeg" />
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/2008/12/7/2214781/ajax-podcast.mp3" medium="audio">
			<media:player url="http://balajinatarajan.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.fileden.com/files/2008/12/7/2214781/ajax-podcast.mp3" />
		</media:content>
	</item>
		<item>
		<title>Dealing with the Design Patterns</title>
		<link>http://balajinatarajan.wordpress.com/2008/11/30/dealing-with-the-design-patterns/</link>
		<comments>http://balajinatarajan.wordpress.com/2008/11/30/dealing-with-the-design-patterns/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:52:13 +0000</pubDate>
		<dc:creator>Balaji Natarajan</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://balajinatarajan.wordpress.com/?p=41</guid>
		<description><![CDATA[Design Patterns are the best way to deal with your OO goodness! Yes, right after you have learned what inheritance is, what polymorphism is, what interfaces are, next, on way the way is to learn how better to use them together to realize a real world model. Often design pattern are given least importance and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=41&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Design Patterns are the best way to deal with your OO goodness! Yes, right after you have learned what inheritance is, what polymorphism is, what interfaces are, next, on way the way is to learn how <strong>better </strong>to use them together to realize a real world model. Often design pattern are given least importance and we stick to the normal way of coding things, i.e., procedural way. As a layman corolory, having a sharp chisel and hammer will never make you a skillful carpentar. You must know how well to use them and you must have a design in mind. That&#8217;s an OO thinking.<span id="more-41"></span></p>
<p>Well, if i give you a job of constructing a bridge across the river in your town, would you be taking the offer, definitley yes, even if you dont know how and where to start. As we are Newton and Edison, first, you will be resorting to already reaserched solutions because they were proven to be successful. Similarly, when coming to OO and modeling, there are, believe me!, pre-built solutions and they are called &#8220;Design Patterns&#8221;. Design Patterns give you a direction and those are all not a concrete implementation. They may be language and platform independent and applicable to a wide variety of problems. </p>
<p>I am going to recommend this book very strongly, yes, it is <strong>Design Patterns: Elements of Reusable Object-Oriented Software</strong> by Erich Gamma and others. Needless to say, it is a bible and not tied to a specific language or platform. Ofcourse, the examples are coded in C++ but i dont think it would be a difficult one to pick up since C++ is the start of moder OO concepts. </p>
<p><a href="http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612"><img src="http://ecx.images-amazon.com/images/I/51Rs5KgdLTL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" alt="" /></a></p>
<p>I am working on Java and we have design patterns specific to Java language but does not take any considerable deviation from what you may read from the aforementioned book. Patters related to Java are called as <strong>Core J2EE Patterns </strong>and you can find an excellent reference to it here at sun website. <a href="http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html">http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html</a> .The patterns are conceptually related and you can click on any pattern to know more about it in detail. There is also forum dedicated to Patterns and OO by Sun and you can enjoy participating in this forum here <a href="http://forums.sun.com/forum.jspa?forumID=425">http://forums.sun.com/forum.jspa?forumID=425</a></p>
<p>I have an idea of doing case studies in every pattern with examples and come up with a blog for each one. So, wait for it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balajinatarajan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balajinatarajan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balajinatarajan.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balajinatarajan.wordpress.com&amp;blog=3133825&amp;post=41&amp;subd=balajinatarajan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balajinatarajan.wordpress.com/2008/11/30/dealing-with-the-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Balajee</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51Rs5KgdLTL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" medium="image" />
	</item>
	</channel>
</rss>
