<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jonathanwetherbee.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Jonathan Wetherbee</title>
 <link>http://jonathanwetherbee.sys-con.com/</link>
 <description>Latest News from Jonathan Wetherbee</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Mon, 07 Dec 2009 14:54:10 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>EJB 3 Transactions</title>
 <link>http://jonathanwetherbee.sys-con.com/node/325149</link>
 <description>Much of the work surrounding the design and development of enterprise applications involves decisions about how to coordinate the flow of persistent data. This includes when and where to cache data, when to apply it to a persistent store (typically the database), how to resolve simultaneous attempts to access the same data and how to resolve errors that might occur while data in the database is in an inconsistent state. A reliable database is capable of handling these issues at a low level in the database tier, but these same issues can exist in the middle (application server) and client tiers as well, and typically require special application logic.&lt;p&gt;&lt;a href=&quot;http://jonathanwetherbee.sys-con.com/node/325149&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 28 Jan 2007 15:00:00 EST</pubDate>
 <guid isPermaLink="true">http://jonathanwetherbee.sys-con.com/node/325149</guid>
 <comments>http://jonathanwetherbee.sys-con.com/node/325149#feedback</comments>
</item>
<item>
 <title>Java Feature — Inheritance Hierarchies in JPA</title>
 <link>http://jonathanwetherbee.sys-con.com/node/286901</link>
 <description>The persistence model introduced in EJB 3.0 as a replacement for entity beans is known as the Java Persistence API (JPA). The JPA borrows from both proprietary and open source models, such as Oracle TopLink, Hibernate, Spring, and other frameworks, which have gained traction as popular alternatives to the often heavyweight and cumbersome persistence directives required by earlier EJB revisions. Among the new features introduced in EJB 3.0 through the JPA is support for entity inheritance.  In this article, we will examine inheritance strategies supported by the JPA and apply these strategies to a simple entity hierarchy, exploring the strengths and weaknesses of each approach. This comparison is intended to help you understand how to set up entity hierarchies, and to decide which mapping approach to take for the entity hierarchies in your own application.&lt;p&gt;&lt;a href=&quot;http://jonathanwetherbee.sys-con.com/node/286901&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 23 Oct 2006 13:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://jonathanwetherbee.sys-con.com/node/286901</guid>
 <comments>http://jonathanwetherbee.sys-con.com/node/286901#feedback</comments>
</item>
</channel>
</rss>
