<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>GrassField</title>
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java, JDBC, JEE, SQL</description>
	<pubDate>Sat, 26 Jul 2008 19:30:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>log4j:WARN No appenders could be found for logger</title>
		<link>http://blog.grassfield.org/2008/04/23/log4jwarn-no-appenders-could-be-found-for-logger/</link>
		<comments>http://blog.grassfield.org/2008/04/23/log4jwarn-no-appenders-could-be-found-for-logger/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 18:22:25 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[log4j]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/23/log4jwarn-no-appenders-could-be-found-for-logger/</guid>
		<description><![CDATA[
I had written a simple core-java program to test the log4j functionality. I decided to test RollingFileAppender and console appender with that. Everything goes fine, till I run the file. When I run the file I count see the log; instead I have seen a warning like
log4j:WARN No appenders could be found for logger
when I [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/23/log4jwarn-no-appenders-could-be-found-for-logger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Integrating tomcat 6.0 and Eclipse europa</title>
		<link>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/</link>
		<comments>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 16:20:36 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[tomcat]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/</guid>
		<description><![CDATA[Till now I was using eclipse and tomcat separately, I was not that much serious about deployment, generally I goto the web application folder and edit/compile there itself. I know tomcat can be integrated with Eclipse, but I never tried. Today I have no other go. I need to do it. Here are the steps.
Register [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/20/integrating-tomcat-60-and-eclipse-europa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure</title>
		<link>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/</link>
		<comments>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:19:30 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[Mandriva]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[jdbc]]></category>

		<category><![CDATA[Errors]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/</guid>
		<description><![CDATA[
Today I had a new install of Mandriva 2008 linux. I wrote a java code to test the mysql connectivity. It ended with the following exception.
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Last packet sent to the server was 0 ms ago.
Alas, deeper google search gives me a solution that told about the mysql connectivity parameter in /etc/my.cnf
skip-networking
This parameter [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another interesting Eclipse plugin - UML (reverse engineering)</title>
		<link>http://blog.grassfield.org/2008/04/19/another-interesting-eclipse-plugin-uml-reverse-engineering/</link>
		<comments>http://blog.grassfield.org/2008/04/19/another-interesting-eclipse-plugin-uml-reverse-engineering/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 22:00:34 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[celebrations]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/19/another-interesting-eclipse-plugin-uml-reverse-engineering/</guid>
		<description><![CDATA[ 
I was searching for an eclipse plugin to reverse engineer the code developed by salto-db-generator for hibernate.  I found slime eclipse plugin, that automatically support many features like use-case diagrams, class diagrams etc.
This can be downloaded from http://www.mvmsoft.de/content/plugins/slime/index.htm
 A getting started page is found at http://www.mvmsoft.de/content/plugins/slime/help/gettingstarted/installation.htm
Please find attached a class diagram generated by the plugin
Attachment:
automated UML diagram
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/19/another-interesting-eclipse-plugin-uml-reverse-engineering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An eclipse plugin to automate Hibernate development</title>
		<link>http://blog.grassfield.org/2008/04/19/an-eclipse-plugin-to-automate-hibernate-development/</link>
		<comments>http://blog.grassfield.org/2008/04/19/an-eclipse-plugin-to-automate-hibernate-development/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 21:05:50 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[appreciation]]></category>

		<category><![CDATA[hibernate]]></category>

		<category><![CDATA[POJO]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/19/an-eclipse-plugin-to-automate-hibernate-development/</guid>
		<description><![CDATA[
Yesterday I was digging a new pit, about Hibernate. It was very interesting to create the mapping xml files. But when number of table increases, when the table has many number of fields, it is highly error prone, time consuming. I was searching for an eclipse plugin to automate this, and found one.
http://salto-db.sourceforge.net/salto-db-generator/
Salto-db Generator is [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/19/an-eclipse-plugin-to-automate-hibernate-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Letter to Mamootty from Free Software Community</title>
		<link>http://blog.grassfield.org/2008/04/18/open-letter-to-mamootty-from-free-software-community/</link>
		<comments>http://blog.grassfield.org/2008/04/18/open-letter-to-mamootty-from-free-software-community/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:44:32 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[condemn]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/18/open-letter-to-mamootty-from-free-software-community/</guid>
		<description><![CDATA[
Microsoft will be signing up Malayalam movie star Mammootty as one of the brand ambassadors for the Computer Literacy programme that is to be organized soon in Kerala, a Southern Indian State well known for its pro-free software policies. This is an open letter by Free Software Activists, Supporters and Users of Kerala to Mammootty.
http://fci.wikia.com/wiki/Open_Letter_To_Mammooty
]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/18/open-letter-to-mamootty-from-free-software-community/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting started with Hibernate</title>
		<link>http://blog.grassfield.org/2008/04/17/getting-started-with-hibernate/</link>
		<comments>http://blog.grassfield.org/2008/04/17/getting-started-with-hibernate/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 18:00:15 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[hibernate]]></category>

		<category><![CDATA[POJO]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/17/getting-started-with-hibernate/</guid>
		<description><![CDATA[
I am trying to implement a demo with hibernate, for 6 months. Since I am not working with any hibernate, and because of my laziness too, I couldnt do that. Today I have taken some action to get it started.
This post will help you to insert and retrieve a value to/from a simple table using [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/17/getting-started-with-hibernate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>kanimozhi dot org dot in - An online magazine in Tamil for &#8216;healthy&#8217; computing</title>
		<link>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/</link>
		<comments>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:32:48 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[unix]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/</guid>
		<description><![CDATA[
For those who cannot read tamil, this is an announcement regarding Kanimozhi - a new online tamil magazine
 On 13-Apr-08, at 7:18 AM, ம. ஸ்ரீ ராமதாஸ் wrote:
வணக்கம்,
இன்றைய தினம் புத்தாண்டு கொண்டாடும் அனைவருக்கும் இனிய புத்தாண்டு நல்வாழ்த்துக்களை பகிர்ந்து கொள்கிறோம். கட்டற்ற கணிநுட்பத்தை ஒரு இணைய இதழின் மூலமாக உங்கள் அனைவரின் முன் படைக்கத் துவங்குவதில் பெருமகிழ்ச்சி அடைகிறோம்.
கணிமொழியின் முதல் இதழ் ஆறு கட்டுரைகள் கொண்டதாக உங்கள் [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/15/kanimozhi-dot-org-dot-in-an-online-magazine-in-tamil-for-healthy-computing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Techies protest proprietary standards - seek policy : The Hindu</title>
		<link>http://blog.grassfield.org/2008/04/15/techies-protest-proprietary-standards-seek-policy-the-hindu/</link>
		<comments>http://blog.grassfield.org/2008/04/15/techies-protest-proprietary-standards-seek-policy-the-hindu/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 14:40:39 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[condemn]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/15/techies-protest-proprietary-standards-seek-policy-the-hindu/</guid>
		<description><![CDATA[

Techies protest proprietary standards; seek policy
Deepa Kurup
ISO adopts Microsoft’s Office Open XML as a document standard
13 of 19 members of BIS voted against Microsoft’s OOXML
More than technical flaws identified in OOXML’s document
BANGALORE: Ever since the International Standardisation Organisation (ISO) vote on April 2 adopted Microsoft’s Office Open XML (OOXML) as a document standard, techie blogs [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/15/techies-protest-proprietary-standards-seek-policy-the-hindu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A professional accountant called GNUCASH - success story</title>
		<link>http://blog.grassfield.org/2008/04/13/a-personal-account-called-gnucash-success-story/</link>
		<comments>http://blog.grassfield.org/2008/04/13/a-personal-account-called-gnucash-success-story/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 13:45:52 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
		
		<category><![CDATA[success story]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/13/a-personal-account-called-gnucash-success-story/</guid>
		<description><![CDATA[All,
I am writing this post on a beautiful Sunday evening. I am trying to deploy an account software to maintain my own personal accounts. As a funny attempt, I tried to start writing my own code, out of laziness and lack of time I left it in halfway and searched for a simple software in [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/13/a-personal-account-called-gnucash-success-story/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
