<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Eclipselink in J2SE RCP Applications</title>
	<atom:link href="http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/</link>
	<description>A discourse on programming</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:21:46 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cris</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-13484</link>
		<dc:creator>cris</dc:creator>
		<pubDate>Sat, 17 Jan 2009 07:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-13484</guid>
		<description>&quot;This isn&#039;t as much of a deal breaker as it sounds at first, you just have to violate DRY for Entity Classes, which aren&#039;t all that interesting in the first place. There&#039;s nothing stopping you from defining common interfaces or Abstract classes that entities from multiple bundles share.&quot;

Can you explain this in more detail ,maybe just a short example plz ?

Thx a lot</description>
		<content:encoded><![CDATA[<p>&#8220;This isn&#8217;t as much of a deal breaker as it sounds at first, you just have to violate DRY for Entity Classes, which aren&#8217;t all that interesting in the first place. There&#8217;s nothing stopping you from defining common interfaces or Abstract classes that entities from multiple bundles share.&#8221;</p>
<p>Can you explain this in more detail ,maybe just a short example plz ?</p>
<p>Thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sofastar</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-13441</link>
		<dc:creator>sofastar</dc:creator>
		<pubDate>Fri, 09 Jan 2009 16:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-13441</guid>
		<description>This tutorial helped me a lot with getting EclipseLink up and almost running in an RCP Application. Almost because of one little difference. In your example code you just added two dependencies:
- javax.persistence
- org.eclipse.persistence.jpa

With this configuration everything was running, except it was not possible to use either @NamedQuery annotations or a Query (like: &quot;select p from Person p&quot;). Whenever these two things appeared somewhere in my code, a classDefNotFoundError was thrown...

To solve the problem, I had to add another dependencie:
- org.eclipse.persistence.antlr

Now everything is working. This How-To was very helpful as a starting point!</description>
		<content:encoded><![CDATA[<p>This tutorial helped me a lot with getting EclipseLink up and almost running in an RCP Application. Almost because of one little difference. In your example code you just added two dependencies:<br />
- javax.persistence<br />
- org.eclipse.persistence.jpa</p>
<p>With this configuration everything was running, except it was not possible to use either @NamedQuery annotations or a Query (like: &#8220;select p from Person p&#8221;). Whenever these two things appeared somewhere in my code, a classDefNotFoundError was thrown&#8230;</p>
<p>To solve the problem, I had to add another dependencie:<br />
- org.eclipse.persistence.antlr</p>
<p>Now everything is working. This How-To was very helpful as a starting point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EclipseLink - Persistence für OSGI &#171; Just kidding..</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-12975</link>
		<dc:creator>EclipseLink - Persistence für OSGI &#171; Just kidding..</dc:creator>
		<pubDate>Mon, 24 Nov 2008 22:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-12975</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Nuri</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-11067</link>
		<dc:creator>Marc Nuri</dc:creator>
		<pubDate>Thu, 25 Sep 2008 06:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-11067</guid>
		<description>Very good and well explained tutorial.
I found specially interesting the part on &quot;Caching in a thick client&quot;. Although this issue is very important for a J2SE application performance, its not well explained neither on toplink or eclipselink documentation/wiki.
New users who use eclipseLink in j2se should take special concern with this. It&#039;s also important if your database is accessed by to web application servers.</description>
		<content:encoded><![CDATA[<p>Very good and well explained tutorial.<br />
I found specially interesting the part on &#8220;Caching in a thick client&#8221;. Although this issue is very important for a J2SE application performance, its not well explained neither on toplink or eclipselink documentation/wiki.<br />
New users who use eclipseLink in j2se should take special concern with this. It&#8217;s also important if your database is accessed by to web application servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-10064</link>
		<dc:creator>Cyril</dc:creator>
		<pubDate>Wed, 17 Sep 2008 09:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-10064</guid>
		<description>Hi !
I&#039;ve tried to test your code in my Eclipse environemnt, but don&#039;t succeded :-(
Can you explain how to setup all your code please ...
Thanks !</description>
		<content:encoded><![CDATA[<p>Hi !<br />
I&#8217;ve tried to test your code in my Eclipse environemnt, but don&#8217;t succeded :-(<br />
Can you explain how to setup all your code please &#8230;<br />
Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Clarke</title>
		<link>http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/comment-page-1/#comment-9266</link>
		<dc:creator>Doug Clarke</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/#comment-9266</guid>
		<description>Tim,

One minor correction. EclipseLink is the full contribution of Oracle TopLink&#039;s functionality. Going forward Oracle will continue to ship and support Oracle TopLink but it will include EclipseLink to deliver its functionality.

Basically Oracle TopLink is a distribution of EclipseLink which customers wanting commercial support can choose.

Doug</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>One minor correction. EclipseLink is the full contribution of Oracle TopLink&#8217;s functionality. Going forward Oracle will continue to ship and support Oracle TopLink but it will include EclipseLink to deliver its functionality.</p>
<p>Basically Oracle TopLink is a distribution of EclipseLink which customers wanting commercial support can choose.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
