<?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>AMIS Technology blog &#187; jpa</title>
	<atom:link href="http://technology.amis.nl/blog/tag/jpa/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using JPA to persist the Tour de France Java Object Graph to relational database tables</title>
		<link>http://technology.amis.nl/blog/12796/using-jpa-to-persist-the-tour-de-france-java-object-graph-to-relational-database-tables</link>
		<comments>http://technology.amis.nl/blog/12796/using-jpa-to-persist-the-tour-de-france-java-object-graph-to-relational-database-tables#comments</comments>
		<pubDate>Tue, 05 Jul 2011 15:07:13 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[eclipselink]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[persistence]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12796</guid>
		<description><![CDATA[In a recent article &#8211; http://technology.amis.nl/blog/12786/building-java-object-graph-with-tour-de-france-results-using-screen-scraping-java-util-parser-and-assorted-facilities &#8211; I described how I retrieved the statistics for recent Tour de France editions from the official Tour de France website from my Java program and constructed an Java Object Graph for the data on stages, riders and rankings. In this article, I will show how I have persisted [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/12796/using-jpa-to-persist-the-tour-de-france-java-object-graph-to-relational-database-tables/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Masterclass for Java Developers &#8211; Make that Database Work for You! 17th December 2010</title>
		<link>http://technology.amis.nl/blog/9315/masterclass-for-java-developers-make-that-database-work-for-you-17th-december-2010</link>
		<comments>http://technology.amis.nl/blog/9315/masterclass-for-java-developers-make-that-database-work-for-you-17th-december-2010#comments</comments>
		<pubDate>Fri, 26 Nov 2010 11:21:40 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[eclipselink]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[orm]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=9315</guid>
		<description><![CDATA[Really getting the most out of your database. That would be nice, given wat databases can do (and what you may have paid for them).
Few serious Java Applications are completely devoid of interaction of some kind with a database.

However, most ORM and  Java Persistency frameworks do their utmost to hide the database and all it can [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/9315/masterclass-for-java-developers-make-that-database-work-for-you-17th-december-2010/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Report from presentation &#8216;JPA 2.0 &#8211; What&#8217;s new&#8217;</title>
		<link>http://technology.amis.nl/blog/5874/report-from-presentation-jpa-20-whats-new</link>
		<comments>http://technology.amis.nl/blog/5874/report-from-presentation-jpa-20-whats-new#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:08:20 +0000</pubDate>
		<dc:creator>Emiel Paasschens</dc:creator>
				<category><![CDATA[AMIS]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web/Java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[JSR]]></category>
		<category><![CDATA[Persistency]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5874</guid>
		<description><![CDATA[The Java Specification Request 317 (JSR-317) aka JavaTM Persistence 2.0,&#160; (JPA 2.0) has finally reached the last stage, &#34;Completion of Reference Implementation (RI) and Technology Compatibility Kit (TCK)&#34;, before it&#8217;s officially released. Therefore last week a KC was given with a presentation of the new functionality and differences compared to JPA 1.0 and some hands-on [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/5874/report-from-presentation-jpa-20-whats-new/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rapid development of Rich JSF Web applications on top of EJB/JPA persistence (JSF on Rails &#8211; Demo 1)</title>
		<link>http://technology.amis.nl/blog/4322/rapid-development-of-rich-jsf-web-applications-on-top-of-ejbjpa-persistence-jsf-on-rails-demo-1</link>
		<comments>http://technology.amis.nl/blog/4322/rapid-development-of-rich-jsf-web-applications-on-top-of-ejbjpa-persistence-jsf-on-rails-demo-1#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:54:05 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[adf 11g]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[jdeveloper 11g]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[jsf]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4322</guid>
		<description><![CDATA[&#160;
Here you will find the first demo from my Devoxx 2008 presentation. It shows how you can rapidly create a rich web application based on Java Server Faces and EJB/JPA persistency using JDeveloper 11g and the ADF 11g framework. The presentation included below shows the steps one by one to create a rich web application. [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/4322/rapid-development-of-rich-jsf-web-applications-on-top-of-ejbjpa-persistence-jsf-on-rails-demo-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB Dependency Injection of Session Bean Facade in JSF 1.2 on WebLogic 10.3 (JSF with JPA)</title>
		<link>http://technology.amis.nl/blog/4260/ejb-dependency-injection-of-session-bean-facade-in-jsf-12-on-weblogic-103-jsf-with-jpa</link>
		<comments>http://technology.amis.nl/blog/4260/ejb-dependency-injection-of-session-bean-facade-in-jsf-12-on-weblogic-103-jsf-with-jpa#comments</comments>
		<pubDate>Sat, 06 Dec 2008 09:23:53 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[J(2)EE/Java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[entity manager]]></category>
		<category><![CDATA[javaserver faces]]></category>
		<category><![CDATA[jdeveloper 11g]]></category>
		<category><![CDATA[jee 5]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[session bean]]></category>
		<category><![CDATA[weblogic 10.3]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4260</guid>
		<description><![CDATA[&#160;
As I was preparing for my Devoxx presentation next&#160;Monday, I decided to look at the somewhat harder way of integrating a JPA based business tier into a JavaServer Faces web tier. The easy way &#8211; when using the ADF 11g framework in JDeveloper 11g is creating a Data&#160;Control for the Session Facade Bean. The Web [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/4260/ejb-dependency-injection-of-session-bean-facade-in-jsf-12-on-weblogic-103-jsf-with-jpa/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TopLink 11g is available for download</title>
		<link>http://technology.amis.nl/blog/3479/toplink-11g-is-available-for-download</link>
		<comments>http://technology.amis.nl/blog/3479/toplink-11g-is-available-for-download#comments</comments>
		<pubDate>Mon, 22 Sep 2008 13:30:24 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[eclipselink]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[moxy]]></category>
		<category><![CDATA[object-xml mapping]]></category>
		<category><![CDATA[toplink]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3479</guid>
		<description><![CDATA[I just found that at OTN&#8217;s TopLink page the announcement is already published that was expected later today: TopLink 11g is available. Note that TopLink 11g is based on EclipseLink &#8211; an open source product under the Eclipse Foundation. All functionality of TopLink 11g is available in the open source product.
Among the many new features [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/3479/toplink-11g-is-available-for-download/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

