<?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>GrassField &#187; Uncategorized</title>
	<atom:link href="http://blog.grassfield.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Increment with hibernate generator</title>
		<link>http://blog.grassfield.org/2009/06/28/increment-with-hibernate-generator/</link>
		<comments>http://blog.grassfield.org/2009/06/28/increment-with-hibernate-generator/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 23:12:17 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=217</guid>
		<description><![CDATA[This is continuation of my previous post.
We discussed with different type of generators for primary keys and we have seen an example with &#8216;assigned&#8217; previously. We can see &#8216;generator&#8216; in this post.
RoseIndia says we shouldnt use this in clustered invironment.
Create a table using the following structure.
Let your DTO be like this
package hib;

public class Book {
 [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2009/06/28/increment-with-hibernate-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show light on Hibernate mapping file</title>
		<link>http://blog.grassfield.org/2009/06/28/show-light-on-hibernate-mapping-file/</link>
		<comments>http://blog.grassfield.org/2009/06/28/show-light-on-hibernate-mapping-file/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 22:00:47 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=209</guid>
		<description><![CDATA[
This is in continuation of my previous post.
Lets take the hibernate mapping file and get to the tags used in that file.

&#60;?xml version="1.0"?&#62;
&#60;!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"&#62;

&#60;hibernate-mapping&#62;
 &#60;class name="hib.Contact" table="CONTACT"&#62;
 &#60;id name="id" type="long" column="ID" &#62;
 &#60;generator/&#62;
 &#60;/id&#62;

 &#60;property name="firstName"&#62;
 &#60;column name="FIRSTNAME" /&#62;
 &#60;/property&#62;
 &#60;property name="lastName"&#62;
 &#60;column name="LASTNAME"/&#62;
 &#60;/property&#62;
 &#60;property name="email"&#62;
 &#60;column name="EMAIL"/&#62;
 &#60;/property&#62;
 &#60;/class&#62;
&#60;/hibernate-mapping&#62;

We [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2009/06/28/show-light-on-hibernate-mapping-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Post for WordPress 2.7</title>
		<link>http://blog.grassfield.org/2009/04/03/first-post-for-wordpress-27/</link>
		<comments>http://blog.grassfield.org/2009/04/03/first-post-for-wordpress-27/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 04:38:53 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2009/04/03/first-post-for-wordpress-27/</guid>
		<description><![CDATA[hai, friends it&#8217;s test posting for wordpress 2.1 to 2.7 upgrading&#8230;.  
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2009/04/03/first-post-for-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting Sony Ericsson W810i to Mandriva and executing AT commands with Java</title>
		<link>http://blog.grassfield.org/2009/02/23/connecting-sony-ericcson-w810i-to-mandriva-and-executing-at-commands-with-java/</link>
		<comments>http://blog.grassfield.org/2009/02/23/connecting-sony-ericcson-w810i-to-mandriva-and-executing-at-commands-with-java/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:39:09 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[Sony Ericsson]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2009/02/23/connecting-sony-ericcson-w810i-to-mandriva-and-executing-at-commands-with-java/</guid>
		<description><![CDATA[
Hi,
This post is to document the steps I overcome to connect my sony ericsson W810 as a serial modem with windows and linux and passing AT commands to it. My ultimate aim is to operate the phone in command line.
My Windows experience is sour, since sun doesnt offer its javax.comm version of jar for windows. [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2009/02/23/connecting-sony-ericcson-w810i-to-mandriva-and-executing-at-commands-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence</title>
		<link>http://blog.grassfield.org/2008/03/28/javaioutfdataformatexception-invalid-byte-1-of-1-byte-utf-8-sequence/</link>
		<comments>http://blog.grassfield.org/2008/03/28/javaioutfdataformatexception-invalid-byte-1-of-1-byte-utf-8-sequence/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 18:18:07 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[core java]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/03/28/javaioutfdataformatexception-invalid-byte-1-of-1-byte-utf-8-sequence/</guid>
		<description><![CDATA[
Hi,
I have taken a short break! There are many more error messages, which are keep on accumulating behind the screens. But I am so lazy to put them in grassfield.
Anyway, today I got interrupted with an interesting exception
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence
The scenario was,  I am trying to parse an xml [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/03/28/javaioutfdataformatexception-invalid-byte-1-of-1-byte-utf-8-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bind values to jndi</title>
		<link>http://blog.grassfield.org/2007/10/09/bind-values-to-jndi/</link>
		<comments>http://blog.grassfield.org/2007/10/09/bind-values-to-jndi/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:06:18 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=61</guid>
		<description><![CDATA[The following code demonstrates how to bind your values to jndi. It requires weblogic server running in the specified environment.
/*
* HomeCache.java
*
* Created on August 26, 2007, 10:05 AM
*
* This is the basic home cache i will be using to get the weblogic environment
*/
package vanavani;
import javax.naming.*;
import java.util.*;
/**
*
* @author pandian
*/
public class HomeCache
{
InitialContext ic;
/** Creates a new instance [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/10/09/bind-values-to-jndi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coordinates of elements in DIV &#8211; Firefox and IE</title>
		<link>http://blog.grassfield.org/2007/07/12/coordinates-of-elements-in-div-firefox-and-ie/</link>
		<comments>http://blog.grassfield.org/2007/07/12/coordinates-of-elements-in-div-firefox-and-ie/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 18:26:13 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/?p=54</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/07/12/coordinates-of-elements-in-div-firefox-and-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.grassfield.org/2007/06/23/hello-world/</link>
		<comments>http://blog.grassfield.org/2007/06/23/hello-world/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 03:09:11 +0000</pubDate>
		<dc:creator>Pandian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/06/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Data Area Passed to the System Call is Too Small</title>
		<link>http://blog.grassfield.org/2007/06/06/the-data-area-passed-to-the-system-call-is-too-small/</link>
		<comments>http://blog.grassfield.org/2007/06/06/the-data-area-passed-to-the-system-call-is-too-small/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 18:20:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=49</guid>
		<description><![CDATA[I got the following error in Firefox, while opening a new window with specified parameters, &#8220;the data area passed to the system call is too small&#8221;. there is some limitation in the length of the query string that is being passed (GET) request. automatically it gets screwed and the error is simply written in the [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/06/06/the-data-area-passed-to-the-system-call-is-too-small/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FastHashMap &#8211; a map for multithreaded environment</title>
		<link>http://blog.grassfield.org/2007/05/22/fasthashmap-a-map-for-multithreaded-environment/</link>
		<comments>http://blog.grassfield.org/2007/05/22/fasthashmap-a-map-for-multithreaded-environment/#comments</comments>
		<pubDate>Tue, 22 May 2007 18:42:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=41</guid>
		<description><![CDATA[
when we need a map kind of object, there are several options. while working with threads, there arises an issue, we are going for HashTable. When we use Hashtable, one thread has to wait with some other thread is playing with the map, which is unnecessary. One of my team mate had used some classes [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2007/05/22/fasthashmap-a-map-for-multithreaded-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
