<?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>BrainStorm</title>
	<atom:link href="http://puspendu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://puspendu.wordpress.com</link>
	<description>Nothing Special for Generics</description>
	<lastBuildDate>Sat, 01 Oct 2011 07:42:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='puspendu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b711d346c40228cc9ea8381831744e5b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BrainStorm</title>
		<link>http://puspendu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://puspendu.wordpress.com/osd.xml" title="BrainStorm" />
	<atom:link rel='hub' href='http://puspendu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Apache Derby 10.7.1.1 New Features</title>
		<link>http://puspendu.wordpress.com/2011/01/08/apache-derby-10-7-1-1-new-features/</link>
		<comments>http://puspendu.wordpress.com/2011/01/08/apache-derby-10-7-1-1-new-features/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 17:56:08 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Persistence]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=63</guid>
		<description><![CDATA[Finally, I have got a chance today to review new features of Apache Derby 10.7.1.1. Quite Promising! Still I need to check effect of these new features from JPA Tooling perspective of Eclipse and other IDEs, as well as ORM code generation tools e.g. Hibernate, EclipseLink etc. Definer&#8217;s rights &#8211; Procedures and functions can now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=63&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2011/01/08/apache-derby-10-7-1-1-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to call a stored procedure and map resultset to entity with Derby and EclipseLink</title>
		<link>http://puspendu.wordpress.com/2010/12/26/how-to-call-a-stored-procedure-and-map-resultset-to-entity-with-derby-and-eclipselink/</link>
		<comments>http://puspendu.wordpress.com/2010/12/26/how-to-call-a-stored-procedure-and-map-resultset-to-entity-with-derby-and-eclipselink/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 16:03:27 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=56</guid>
		<description><![CDATA[Assume you have a stored procedure in your Derby/JavaDB instance with following signature: APP.PICK_AIRLINES(AIRLINE CHAR(2)) This stored procedure returns a resultset that you want to map with your Entity class, say, Airline. Firstly I should let you know that, till date, Apache Derby [my version is 10.5] does not support Named Parameter in Callable Statements. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=56&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2010/12/26/how-to-call-a-stored-procedure-and-map-resultset-to-entity-with-derby-and-eclipselink/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>Synching JPA Cache With Database in Multi-Application Environment Automatically &#8212; No Such Magic</title>
		<link>http://puspendu.wordpress.com/2010/12/22/sync-jpa-database-multiple-application/</link>
		<comments>http://puspendu.wordpress.com/2010/12/22/sync-jpa-database-multiple-application/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:30:06 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[distributed cache]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[jpa jpa 2]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=42</guid>
		<description><![CDATA[1.      We have a system in which 2 applications share the same database instance. Application 1 uses BC4J, while Application 2 uses Toplink/JPA. Because of the Toplink cache, all the changes persisted to DB done by Application 1 is not recognized by Application 2, unless we bounce the Application 2 server, or we wait for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=42&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2010/12/22/sync-jpa-database-multiple-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hibernate as JPA provider for Entity Beans in EJB3</title>
		<link>http://puspendu.wordpress.com/2010/09/20/hibernate-as-jpa-provider-for-entity-beans-in-ejb3/</link>
		<comments>http://puspendu.wordpress.com/2010/09/20/hibernate-as-jpa-provider-for-entity-beans-in-ejb3/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 18:04:46 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[Java EE 6 Tutorial]]></category>
		<category><![CDATA[jpa]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=30</guid>
		<description><![CDATA[In recent past I was having a discussion with a person from a large MNC who wondered when I told that I have used Hibernate with EJB 3 entity beans , then asked me the significance of using such configuration. Well, I tried my level-best to make him understand that, but alas! the person who [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=30&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2010/09/20/hibernate-as-jpa-provider-for-entity-beans-in-ejb3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding Java EE 6 and CDI</title>
		<link>http://puspendu.wordpress.com/2010/05/23/javaee-6-context-and-depedency-injection/</link>
		<comments>http://puspendu.wordpress.com/2010/05/23/javaee-6-context-and-depedency-injection/#comments</comments>
		<pubDate>Sun, 23 May 2010 16:31:13 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Context & Dependency Injection in Java EE 6 tutorial]]></category>
		<category><![CDATA[Java EE 6 Tutorial]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=15</guid>
		<description><![CDATA[As Java EE 6 tutorial says: The two most fundamental services provided by CDI are as follows: Contexts: The ability to bind the lifecycle and interactions of stateful components to well-defined but extensible lifecycle contexts Dependency injection: The ability to inject components into an application in a type-safe way, including the ability to choose at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=15&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2010/05/23/javaee-6-context-and-depedency-injection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>FLV as Desktop Sharing Transport instead of JPEG</title>
		<link>http://puspendu.wordpress.com/2008/08/18/flv-as-desktop-sharing-transport-instead-of-jpeg/</link>
		<comments>http://puspendu.wordpress.com/2008/08/18/flv-as-desktop-sharing-transport-instead-of-jpeg/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:37:49 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Openmeetings]]></category>
		<category><![CDATA[Desktop Share]]></category>
		<category><![CDATA[FLV Enoding]]></category>
		<category><![CDATA[Fresh Thoughts]]></category>
		<category><![CDATA[java flv library]]></category>
		<category><![CDATA[Screen Share]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/?p=6</guid>
		<description><![CDATA[An efficient way to Share or Record your Screen using FLV Encoding with Java..<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=6&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2008/08/18/flv-as-desktop-sharing-transport-instead-of-jpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hibernate JPA GUID Generation</title>
		<link>http://puspendu.wordpress.com/2007/07/08/hibernate-jpa-guid-generation/</link>
		<comments>http://puspendu.wordpress.com/2007/07/08/hibernate-jpa-guid-generation/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 09:36:20 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence & OR Mapping]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/2007/07/08/hibernate-jpa-guid-generation/</guid>
		<description><![CDATA[ Copy and Paste the Blue colored Lines . @Id @Column(name = &#8220;Id&#8221;, unique = true, nullable = false, insertable = true, updatable = true, length = 45) @GeneratedValue(generator=&#8221;db-guid&#8221;) @GenericGenerator(name=&#8221;db-guid&#8221;, strategy = &#8220;guid&#8221;)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=4&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2007/07/08/hibernate-jpa-guid-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Class or Jar Files to EXE</title>
		<link>http://puspendu.wordpress.com/2007/07/08/java-class-or-jar-files-to-exe/</link>
		<comments>http://puspendu.wordpress.com/2007/07/08/java-class-or-jar-files-to-exe/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 20:32:26 +0000</pubDate>
		<dc:creator>Puspendu Banerjee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PlatForm Specific]]></category>

		<guid isPermaLink="false">http://puspendu.wordpress.com/2007/07/08/java-class-or-jar-files-to-exe/</guid>
		<description><![CDATA[Use JSMooth. It&#8217;s Free and GPL/LGPLed http://jsmooth.sourceforge.net/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puspendu.wordpress.com&amp;blog=1314076&amp;post=3&amp;subd=puspendu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://puspendu.wordpress.com/2007/07/08/java-class-or-jar-files-to-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92e20053d43e1f0ce5f59aa4251a507?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">puspendu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
