<?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>Himu's Attempt at Blogging</title>
	<atom:link href="http://mhimu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhimu.wordpress.com</link>
	<description>Tidbits from my thoughts</description>
	<lastBuildDate>Thu, 12 Jan 2012 07:26:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mhimu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Himu's Attempt at Blogging</title>
		<link>http://mhimu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mhimu.wordpress.com/osd.xml" title="Himu&#039;s Attempt at Blogging" />
	<atom:link rel='hub' href='http://mhimu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Spring MVC Error Handling</title>
		<link>http://mhimu.wordpress.com/2010/09/27/spring-mvc-error-handling/</link>
		<comments>http://mhimu.wordpress.com/2010/09/27/spring-mvc-error-handling/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 09:41:01 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/?p=61</guid>
		<description><![CDATA[This is not a tutorial of any sort. I&#8217;m adding this post to record the error-handling techniques of Spring MVC. Catching Errors can be caught in two places: Inside a validator (extended from Validator) Inside a controller 1. Validator In the validate() overridden method, we can use two approaches: a) Using the errors object: errors.rejectValue(field, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=61&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2010/09/27/spring-mvc-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring MVC Tutorial &#8211; Using Tiles 2</title>
		<link>http://mhimu.wordpress.com/2009/12/09/spring-mvc-tutorial-using-tiles-2/</link>
		<comments>http://mhimu.wordpress.com/2009/12/09/spring-mvc-tutorial-using-tiles-2/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:53:02 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[tiles 2]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/12/09/spring-mvc-tutorial-using-tiles-2/</guid>
		<description><![CDATA[This post is also based on my previous work: Spring MVC Tutorial &#8211; Hibernate Integration – build a Spring MVC app using Hibernate from the ground up. Spring MVC Tutorial &#8211; Paging through Hibernate and Selection Handling – add table/list browsing support utilizing paging in Hibernate, add a page navigation bar, add checkbox handling against [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=55&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/12/09/spring-mvc-tutorial-using-tiles-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring MVC Tutorial &#8211; Paging Through Hibernate and Selection Handling</title>
		<link>http://mhimu.wordpress.com/2009/11/26/spring-mvc-tutorial-paging-through-hibernate-and-selection-handling/</link>
		<comments>http://mhimu.wordpress.com/2009/11/26/spring-mvc-tutorial-paging-through-hibernate-and-selection-handling/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:31:28 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[paging]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/11/26/spring-mvc-tutorial-paging-through-hibernate-and-selection-handling/</guid>
		<description><![CDATA[In this installment, I&#8217;m expanding the project done in Spring MVC Tutorial &#8211; Hibernate Integration to include: Browsing/paging through a table with a navigation bar found in various forum sites and ASP.NET GridView (e.g. First 3 4 5 6 7 Last) Showing checkboxes against each row of the table for selective action The related project [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=53&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/11/26/spring-mvc-tutorial-paging-through-hibernate-and-selection-handling/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring MVC Tutorial &#8211; Hibernate Integration</title>
		<link>http://mhimu.wordpress.com/2009/11/16/spring-mvc-tutorial-hibernate-integration/</link>
		<comments>http://mhimu.wordpress.com/2009/11/16/spring-mvc-tutorial-hibernate-integration/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:44:00 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/11/16/spring-mvc-tutorial-hibernate-integration/</guid>
		<description><![CDATA[After a long gap… For introduction to Spring MVC in particular, see Spring MVC Tutorial and Spring MVC Tutorial 2. The project done in STS can be downloaded from my Box.net account. The project libraries you will have to edit to match your setup. Along with learning to integrate Hibernate, I’ll be introducing some new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=50&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/11/16/spring-mvc-tutorial-hibernate-integration/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>

		<media:content url="http://mhimu.files.wordpress.com/2009/11/springmvchibernatestsprj.png" medium="image">
			<media:title type="html">Spring MVC - Hibernate STS Project</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://mhimu.wordpress.com/2009/06/01/44/</link>
		<comments>http://mhimu.wordpress.com/2009/06/01/44/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 00:37:11 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/06/01/44/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=44&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/06/01/44/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>

		<media:content url="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTI*MzgzODI*MzQzNCZwdD*xMjQzODM4MzA2OTk4JnA9MTQ2NDgxJmQ9Jm49d29yZHByZXNzJmc9MSZ*PSZvPWM4NTBiOGI*ZmY5YTQ5YmQ5MmExZjA5NThhNzA5ZjYwJm9mPTA=.gif" medium="image" />

		<media:content url="http://s03.flagcounter.com/count/NdWw/bg=FFFFFF/txt=000000/border=CCCCCC/columns=6/maxflags=18/viewers=3/labels=1/" medium="image">
			<media:title type="html">free counters</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL &#8211; Dynamic Date Range, Number Range in Oracle, SQL Server, and DB2/400</title>
		<link>http://mhimu.wordpress.com/2009/05/07/sql-dynamic-date-range-number-range-in-oracle-sql-server-and-db2400/</link>
		<comments>http://mhimu.wordpress.com/2009/05/07/sql-dynamic-date-range-number-range-in-oracle-sql-server-and-db2400/#comments</comments>
		<pubDate>Thu, 07 May 2009 05:03:47 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[iSeries]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[common table expression]]></category>
		<category><![CDATA[CTE]]></category>
		<category><![CDATA[date range]]></category>
		<category><![CDATA[DB2/400]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[range band]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/05/07/sql-dynamic-date-range-number-range-in-oracle-sql-server-and-db2400/</guid>
		<description><![CDATA[Often, we need to make coverage reports that span over a period of time and where all points in the period do not contain data. Assume a shop has 50 outlets and we want to find the number of sales in each branch over the past ten days. Business is bad in some areas and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=39&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/05/07/sql-dynamic-date-range-number-range-in-oracle-sql-server-and-db2400/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>ODI &#8211; Incremental Update and Surrogate Key using Database Sequence</title>
		<link>http://mhimu.wordpress.com/2009/05/04/odi-incremental-update-and-surrogate-key-using-database-sequence/</link>
		<comments>http://mhimu.wordpress.com/2009/05/04/odi-incremental-update-and-surrogate-key-using-database-sequence/#comments</comments>
		<pubDate>Mon, 04 May 2009 10:35:41 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Data Integrator]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/05/04/odi-incremental-update-and-surrogate-key-using-database-sequence/</guid>
		<description><![CDATA[I am writing this because it had me lose my sanity for some time. If, You’re using Oracle Data Integrator You’ve defined a dimension table with a surrogate key even if it is not a SCD type 2 (recommended by Kimball) The surrogate key is maintained through a database sequence (Oracle sequence in my case) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=38&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/05/04/odi-incremental-update-and-surrogate-key-using-database-sequence/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>ODI &#8211; How to Reverse Flat Files</title>
		<link>http://mhimu.wordpress.com/2009/05/01/odi-how-to-reverse-flat-files/</link>
		<comments>http://mhimu.wordpress.com/2009/05/01/odi-how-to-reverse-flat-files/#comments</comments>
		<pubDate>Fri, 01 May 2009 09:15:22 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Oracle Data Integrator]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/2009/05/01/odi-how-to-reverse-flat-files/</guid>
		<description><![CDATA[The most important thing to remember before using flat files as datastores in ODI is that the Designer looks for them in the client PC where it runs. I haven’t tried using a UNC (\\computer\share\…) but that should work. ODI comes pre-configured with a folder for dealing with flat files – in the Topology Manger, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=37&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/05/01/odi-how-to-reverse-flat-files/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory Authentication using Java/JNDI</title>
		<link>http://mhimu.wordpress.com/2009/03/18/active-directory-authentication-using-javajndi/</link>
		<comments>http://mhimu.wordpress.com/2009/03/18/active-directory-authentication-using-javajndi/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 07:20:40 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[JNDI]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve successfully performed AD authentication using JNDI from Java. It is almost a copy of the code found in Mauricio Rojas Blog. Thanks Mauricio! The ADAuthenticator class tries to connect to the AD using the given credentials and retuns a Map containing some information of the user if authentication succeeds. It can be instantiated to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=30&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/03/18/active-directory-authentication-using-javajndi/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
		<item>
		<title>iSeries, Oracle Reports 10g and ODBC-JDBC</title>
		<link>http://mhimu.wordpress.com/2009/02/03/iseries-oracle-reports-10g-and-odbc-jdbc/</link>
		<comments>http://mhimu.wordpress.com/2009/02/03/iseries-oracle-reports-10g-and-odbc-jdbc/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 06:02:32 +0000</pubDate>
		<dc:creator>mhimu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhimu.wordpress.com/?p=23</guid>
		<description><![CDATA[I&#8217;ve been pulling my hair on this issue: A complex sql with subqueries and a union written and executed OK in iSeriese Navigator for V5R4. Then I copied and pasted the same SQL in the query definition window of Oracle Reports Builder JDBC query dialog. The connection to iSeries is through the JDBC-ODBC bridge driver. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhimu.wordpress.com&amp;blog=1482807&amp;post=23&amp;subd=mhimu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhimu.wordpress.com/2009/02/03/iseries-oracle-reports-10g-and-odbc-jdbc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84f21bf7ec27ac85f56ce889714706e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhimu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
