<?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>number 9 &#187; java</title>
	<atom:link href="http://number9.hellooperator.net/articles/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://number9.hellooperator.net</link>
	<description>a bird to bring my message home</description>
	<lastBuildDate>Thu, 24 Jun 2010 20:56:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress on Glassfish v3 (using Quercus)</title>
		<link>http://number9.hellooperator.net/articles/2009/12/01/wordpress-on-glassfish-v3-using-quercus</link>
		<comments>http://number9.hellooperator.net/articles/2009/12/01/wordpress-on-glassfish-v3-using-quercus#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:36:10 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=397</guid>
		<description><![CDATA[I put Wordpress on GFv2 a while ago; this is a rerun on
GlassfishV3 and Quercus 4(other appservers are available; nothing about Quercus is GF specific. but Glassfishs&#8217; asadmin command beats them all for scriptability).
I&#8217;m using JDK6 on OSX Leopard, but the drill is essentially the same on any UNIX.
install GFv3
Get the latest promoted build.


cd ~/Applications
curl [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2009/12/01/wordpress-on-glassfish-v3-using-quercus/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>JRuby</title>
		<link>http://number9.hellooperator.net/articles/2009/11/03/jruby</link>
		<comments>http://number9.hellooperator.net/articles/2009/11/03/jruby#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:21:10 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=389</guid>
		<description><![CDATA[I&#8217;m having lots of fun with JRuby lately. 1.4.0 just came out.
reasons to try it

if I ever have to break out of Ruby for performance, I want to breakout to Java, not C.
the install is trivial (on almost all platforms)
threads work
you get to run rails/Sinatra/Rack apps on Glassfish
the JVM has instrumentation/debugging support like you wouldn&#8217;t [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2009/11/03/jruby/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>see me rollin, they hatin</title>
		<link>http://number9.hellooperator.net/articles/2008/08/09/see-me-rollin-they-hatin</link>
		<comments>http://number9.hellooperator.net/articles/2008/08/09/see-me-rollin-they-hatin#comments</comments>
		<pubDate>Sat, 09 Aug 2008 23:11:09 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[roller]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=175</guid>
		<description><![CDATA[(I have avoided that cliche all year, give me a break)
I’ve run various releases of Roller on various Glassfish versions, and am pretty happy with what I’ve settled on.
Here are some gotchas it’s taken me a while to Google fixes for.
Glassfish v2
Glassfish v3 is going to be awesome when it’s done, but it’s not a production release.
Get [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2008/08/09/see-me-rollin-they-hatin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>changing the default JVM on OSX Leopard</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard</link>
		<comments>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard#comments</comments>
		<pubDate>Wed, 21 May 2008 06:53:52 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137</guid>
		<description><![CDATA[I’ve been using a bit of Java lately, and the OSX 1.6 JVM seemed pretty stable.
JRuby is the next thing on my geek list, and that runs best on Java 6.
Although the 1.6 JDK was installed in the last system update, it&#8217;s not the default:
 
hypnotoad:Desktop $ /usr/bin/java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Roller 4 on Glassfish v3</title>
		<link>http://number9.hellooperator.net/articles/2008/05/20/roller-4-on-glassfish-v3</link>
		<comments>http://number9.hellooperator.net/articles/2008/05/20/roller-4-on-glassfish-v3#comments</comments>
		<pubDate>Tue, 20 May 2008 11:12:56 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[glassfish]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=136</guid>
		<description><![CDATA[I did Roller 3 on Glassfish 2 a while back
so thought that’d be the simplest thing to put on Glassfish3. The process has got quite a bit easier.
get roller
curl -O http://www.mirrorservice.org/sites/ftp.apache.org/roller/roller-4/v4.0.0/bin/apache-roller-4.0.zip
unzip apache-roller-4.0.zip
If you want to be able to send mail you&#8217;ll need Roller 4.0.1 (a bug in 4.0 breaks JavaMail on Glassfish).
setup an empty database
Roller4 [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2008/05/20/roller-4-on-glassfish-v3/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JavaDB and Glassfish v3 : to embed or not to embed</title>
		<link>http://number9.hellooperator.net/articles/2008/05/15/javadb-and-glassfish-v3-to-embed-or-not-to-embed</link>
		<comments>http://number9.hellooperator.net/articles/2008/05/15/javadb-and-glassfish-v3-to-embed-or-not-to-embed#comments</comments>
		<pubDate>Thu, 15 May 2008 15:13:28 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=133</guid>
		<description><![CDATA[Since writing this, I&#8217;ve realised JavaDB is pretty crap. Do yourself a favour and try the decent PostgreSQL installer I found.
 
Glassfish v3 ships with JavaDB (aka Apache Derby aka Cloudscape).
I’ll be using this for trying out Rails and JRuby, but it’s also handy
for things like authentication via JDBC Realms.
A JavaDB database is essentially a directory [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2008/05/15/javadb-and-glassfish-v3-to-embed-or-not-to-embed/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>first look at GF3</title>
		<link>http://number9.hellooperator.net/articles/2008/05/13/gf3-first-look</link>
		<comments>http://number9.hellooperator.net/articles/2008/05/13/gf3-first-look#comments</comments>
		<pubDate>Tue, 13 May 2008 15:44:49 +0000</pubDate>
		<dc:creator>Dick</dc:creator>
				<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://number9.hellooperator.net/?p=132</guid>
		<description><![CDATA[Fishes eyes
I’ve been following Glassfish with interest for a while now –
I want a Tomcat replacement: webapps, a connection pool and an admin
interface that doesn’t stink. Not much to ask.
Glassfish2 delivers all that in spades, plus clusters very nicely.
But it also has a lot of J(2)EE features that I’m not really interested in.
Glassfish v3s design follows a [...]]]></description>
		<wfw:commentRss>http://number9.hellooperator.net/articles/2008/05/13/gf3-first-look/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
