<?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>Javablog &#187; Java 6</title>
	<atom:link href="http://javablog.co.uk/category/java-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Mon, 04 Jan 2010 15:20:57 +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>Creating an Index with Hibernate</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/</link>
		<comments>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:20:57 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[EJB3]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[Persistence]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=214</guid>
		<description><![CDATA[The job of creating a SQL Index is rightly the job of a DBA. However, sometimes the need for an index is blindingly obvious and only a mad DBA would miss the opportunity to create a lookup. Unfortunately, annotations for index hinting did not make it into the JPA 2 specification. In this post we&#8217;re [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>@OneToMany Fixes in JPA 2</title>
		<link>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/</link>
		<comments>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:20:23 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Java 6]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=205</guid>
		<description><![CDATA[JPA 2 has been released as a part of J2EE 6. Along with many welcome new features, JPA2 has addressed several oversights in @OneToMany Collection mapping, including:- Delete Orphans - where mappedBy entities would persist when deleted. Collections of primitive, core or @Embeddable types - not allowed in JPA 1. This post shows how Hibernate [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomcat is Dead, Long Live Glassfish!</title>
		<link>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/</link>
		<comments>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:12:08 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[EJB3]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[deployment]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=201</guid>
		<description><![CDATA[SUN finished off 2009 with a release of Glassfish v3 - a high visibility Open Source implementation of Java Enterprise 6 - and the NetBeans 6.8 IDE. Combined, these releases significantly reduce the barrier to entry for writing and deploying Java Enterprise applications. However, the documentation is sparse at best, and misleading at worst (some [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HTTP Server API, backport to Java 5</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/</link>
		<comments>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 20:14:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[GPL]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenJDK]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/</guid>
		<description><![CDATA[We&#8217;ve recently been forced to go back to Java 5. After a massive refactoring task to remove all @Override annotations on method implementations, we were only left with one thing missing&#8230; SUN&#8217;s HTTP Server API (a.k.a. com.sun.net.httpserver) which is not a part of J2SE and was only introduced in Java 6. We use it in [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Apple OS X Leopard doesn&#8217;t have Java 6</title>
		<link>http://javablog.co.uk/2007/10/26/apple-os-x-leopard-doesnt-have-java-6/</link>
		<comments>http://javablog.co.uk/2007/10/26/apple-os-x-leopard-doesnt-have-java-6/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 16:41:32 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/10/26/apple-os-x-leopard-doesnt-have-java-6/</guid>
		<description><![CDATA[And worse yet&#8230; if you installed the Java 6 beta release in Apple OS X Tiger, then when you upgrade Java won&#8217;t work at all! Read on if this has affected you&#8230; The solution I used was to completely move the following folders to a backup location /Library/Java /Applications/Utilities/Java /System/Library/Frameworks/JavaVM.framework /System/Library/Java /System/Library/CoreServices/Jar\ Launcher.app /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework /System/Library/Frameworks/JavaEmbedding.framework [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/10/26/apple-os-x-leopard-doesnt-have-java-6/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
