<?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>Toss a coin</title>
	<atom:link href="http://www.bewareofthebear.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bewareofthebear.com</link>
	<description>Throw a dice</description>
	<lastBuildDate>Fri, 16 Apr 2010 00:09:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Testing JPA with JUnit, Spring and Maven</title>
		<link>http://www.bewareofthebear.com/java/testing-jpa-with-junit-spring-and-maven/</link>
		<comments>http://www.bewareofthebear.com/java/testing-jpa-with-junit-spring-and-maven/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 23:56:14 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=197</guid>
		<description><![CDATA[Problem Majority of enterprise applications use database as a persistence layer. JPA framework allows developers to manage relational data in their J2SE and J2EE applications. While knowledge about JPA domain modeling techniques is widespread and available, there is little known about persistence layer testing. In this post I will describe the process of setting up [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/testing-jpa-with-junit-spring-and-maven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ext JS PagingToolbar PageResizer</title>
		<link>http://www.bewareofthebear.com/ext-js/ext-js-pagingtoolbar-pageresizer/</link>
		<comments>http://www.bewareofthebear.com/ext-js/ext-js-pagingtoolbar-pageresizer/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 04:47:43 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Ext JS]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=166</guid>
		<description><![CDATA[Problem An Ext.PagingToolbar allows paging over a large amount of data in chunks of predefined size. Adding it to a grid is pretty straightforward: bbar: new Ext.PagingToolbar({ pageSize: 10, store: store, displayInfo: true }) and it works perfectly with fixed size grids, however, when grid is placed in a resizable window, a possibility of changing [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/ext-js/ext-js-pagingtoolbar-pageresizer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ext JS Integration with Spring</title>
		<link>http://www.bewareofthebear.com/java/ext-js-integration-with-spring/</link>
		<comments>http://www.bewareofthebear.com/java/ext-js-integration-with-spring/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 22:56:27 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=120</guid>
		<description><![CDATA[Problem Create Ext JS grid able to read data in XML format. Provide XML data from Spring controller. Bind it all together. To demonstrate an integration between Ext JS and Spring frameworks I am going to use one of Ext JS grid samples &#8211; Progress Bar Pager. This grid displays Dow Jones components using Ext.data.ArrayReader [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/ext-js-integration-with-spring/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hibernate One-To-One Associations with a Shared Primary Key</title>
		<link>http://www.bewareofthebear.com/java/hibernate-one-to-one-associations-with-shared-primary-key/</link>
		<comments>http://www.bewareofthebear.com/java/hibernate-one-to-one-associations-with-shared-primary-key/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:13:28 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=80</guid>
		<description><![CDATA[Problem Mapping One to One association with JPA is pretty straitforward. The following entities: Employee.java package com.application.onetoone.model; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToOne; import javax.persistence.Table; @Entity @Table(name = &#34;EMPLOYEES&#34;) public class Employee { private Integer employeeId; private Desk desk; @Id @GeneratedValue(strategy = GenerationType.AUTO) [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/hibernate-one-to-one-associations-with-shared-primary-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Generic Dao with ParameterizedType</title>
		<link>http://www.bewareofthebear.com/java/hibernate-generic-dao-with-parameterizedtype/</link>
		<comments>http://www.bewareofthebear.com/java/hibernate-generic-dao-with-parameterizedtype/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 02:57:46 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Generics]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=53</guid>
		<description><![CDATA[Problem Most likely, each DAO class implements basic CRUD operations. Since these are the same for all possible entities, it makes perfect sense to have one generic DAO class which implements common CRUDs and extend it when necessary adding anything which is required by a specific entity instance. Simple generic DAO should implement the following [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/hibernate-generic-dao-with-parameterizedtype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instantiate Generic Type Parameters with Reflection</title>
		<link>http://www.bewareofthebear.com/java/instantiating-generic-type-parameters/</link>
		<comments>http://www.bewareofthebear.com/java/instantiating-generic-type-parameters/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:22:16 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Generics]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=23</guid>
		<description><![CDATA[Java generics are checked for type correctness at compile time, when a generic type is instantiated, the compiler removes generic type information by a type erasure technique. A generic class is translated to a raw type – generic type without any type arguments. Consequently, when a type is not known during both compile time and [...]]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/instantiating-generic-type-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://www.bewareofthebear.com/java/hello-world/</link>
		<comments>http://www.bewareofthebear.com/java/hello-world/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 20:16:23 +0000</pubDate>
		<dc:creator>The Bear</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bewareofthebear.com/?p=1</guid>
		<description><![CDATA[Hello World. public class HelloWorld { public static void main(String[] args) { System.out.println(&#34;Hello World!&#34;); } }]]></description>
		<wfw:commentRss>http://www.bewareofthebear.com/java/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
