<?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>It's Only Software&#187; FYI: Eclipse 3.4 (&#8220;Ganymede&#8221;) + Hibernate IDE = NoClassDefFoundError &#8211; It&#8217;s Only Software</title>
	<atom:link href="http://www.mularien.com/blog/category/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:43:17 +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>FYI: Eclipse 3.4 (&#8220;Ganymede&#8221;) + Hibernate IDE = NoClassDefFoundError</title>
		<link>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/</link>
		<comments>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 05:36:16 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/</guid>
		<description><![CDATA[A heads up in case anyone is thinking about using these together. Currently (Aug 18, 2008), the release version of Hibernate IDE (aka the Hibernate Eclipse plugin) does not work with Eclipse 3.4 (&#8220;Ganymede&#8221;) without one of 2 things:

Unjarring, copying, and rejarring a file from Eclipse 3.3
Using the Hibernate IDE Nightly Update Site

Discussion for this [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Auto-Expanding Collections as JDBC Parameters with Spring SimpleJdbcTemplate</title>
		<link>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/</link>
		<comments>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 12:54:58 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/</guid>
		<description><![CDATA[One of the most irritating limitations of plain JDBC is that queries with a variable number of parameters are notoriously painful to deal with. The most common case of this is with the IN clause, which by definition is intended to accept a variable length argument list. JDBC, for those who don&#8217;t know, does not [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solving Problems with International (UTF-8) Data using Hibernate, Oracle, and Tomcat</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/</link>
		<comments>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 11:19:02 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/</guid>
		<description><![CDATA[Ran into a very interesting issue the other day relating to storing NLS character data in Oracle via Hibernate, running in the Tomcat servlet container. It turns out the solution is not entirely obvious (or well-documented), so I thought I&#8217;d jot the important bits down.
NVARCHAR2 is a data type assigned to a column that is [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bleeding Edge Transactional Wicket Web Applications with Warp and Guice</title>
		<link>http://www.mularien.com/blog/2007/11/28/bleeding-edge-transactional-wicket-web-applications-with-warp-and-guice/</link>
		<comments>http://www.mularien.com/blog/2007/11/28/bleeding-edge-transactional-wicket-web-applications-with-warp-and-guice/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 01:47:35 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[guice]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[warp]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/28/bleeding-edge-transactional-wicket-web-applications-with-warp-and-guice/</guid>
		<description><![CDATA[One of the reasons that I think Spring has become so popular in web applications is that there simply hasn&#8217;t been another widespread web application stack that (1) is free, (2) is not Java EE, and (3) doesn&#8217;t involve JSF.
Wicket (which I&#8217;ve written about in passing before) is a great component-based web framework that integrates [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/11/28/bleeding-edge-transactional-wicket-web-applications-with-warp-and-guice/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Guice Impressions from a Spring Veteran</title>
		<link>http://www.mularien.com/blog/2007/11/02/guice-impressions-from-a-spring-veteran/</link>
		<comments>http://www.mularien.com/blog/2007/11/02/guice-impressions-from-a-spring-veteran/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 02:28:02 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[guice]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/02/guice-impressions-from-a-spring-veteran/</guid>
		<description><![CDATA[I decided to do a quick investigation of Google&#8217;s Guice dependency injection framework. The impetus for this was the recent excitement on TheServerSide regarding Guice vs. Spring, and the ensuing (and always entertaining) TSS discussion thread.
Being a long-time (4+ years) Spring user myself, I decided to download Guice, read through the docs, and have a [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/11/02/guice-impressions-from-a-spring-veteran/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Using Spring and Hibernate Annotations</title>
		<link>http://www.mularien.com/blog/2007/10/29/quick-tip-using-spring-and-hibernate-annotations/</link>
		<comments>http://www.mularien.com/blog/2007/10/29/quick-tip-using-spring-and-hibernate-annotations/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 15:01:47 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/10/29/quick-tip-using-spring-and-hibernate-annotations/</guid>
		<description><![CDATA[Hibernate Annotations provides a complete implementation of EJB 3 / JPA-compatible annotations. It is possible to use Hibernate annotations with the native Hibernate API. You use Hibernate annotated classes in the same way that you would use XML mapping files. This is a great strategy if you&#8217;d like to prepare for a transition to JPA, [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/10/29/quick-tip-using-spring-and-hibernate-annotations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handy Hibernate 3 Logger Reference</title>
		<link>http://www.mularien.com/blog/2007/04/25/handy-hibernate-3-logger-reference/</link>
		<comments>http://www.mularien.com/blog/2007/04/25/handy-hibernate-3-logger-reference/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 13:49:45 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=14</guid>
		<description><![CDATA[In my [admittedly] limited 3 years of using Hibernate, I&#8217;ve found that a lot of folks are confused about what loggers to use when trying to debug Hibernate issues.

These people (myself included, on occasion) will end up opening the floodgates and doing something like this (log4j) syntax:
&#38;lt;logger name="org.hibernate"&#38;gt;
&#38;lt;level value="DEBUG"&#38;gt;
&#38;lt;/level&#38;gt;
&#38;lt;/logger&#38;gt;
While this (obviously) works, Hibernate is nothing [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/04/25/handy-hibernate-3-logger-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
