<?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>Humboldt Solutions Ltd &#187; java</title>
	<atom:link href="http://www.humboldt.co.uk/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.humboldt.co.uk</link>
	<description>Software Development and Consulting</description>
	<lastBuildDate>Sat, 06 Jun 2009 08:28:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Mystery of ProxyPassReverse</title>
		<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html</link>
		<comments>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:22:31 +0000</pubDate>
		<dc:creator>Adrian Cox</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=119</guid>
		<description><![CDATA[The mod_proxy_ajp module for Apache has many advantages over mod_jk for connecting a Tomcat server to an Apache front.  For me, the crucial advantage was the ProxyPassReverseCookiePath directive, which allows me to map the session cookies of a Tomcat web application (other than the root application) into the root of a virtual host.

Unfortunately, many [...]]]></description>
		<wfw:commentRss>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wrapping a Native Library with Maven</title>
		<link>http://www.humboldt.co.uk/2009/02/wrapping-a-native-library-with-maven.html</link>
		<comments>http://www.humboldt.co.uk/2009/02/wrapping-a-native-library-with-maven.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:33:32 +0000</pubDate>
		<dc:creator>Adrian Cox</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=45</guid>
		<description><![CDATA[I recently converted a large project to build with Maven. The project contained both C++ and Java code, and produced a web application, a standalone server application, plus a number of small command line tools.  The project used a large number of open-source Java libraries, and Maven tamed these easily.  The native C++ [...]]]></description>
		<wfw:commentRss>http://www.humboldt.co.uk/2009/02/wrapping-a-native-library-with-maven.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTC, SQL Server, and Spring</title>
		<link>http://www.humboldt.co.uk/2008/06/utc-sql-server-and-spring.html</link>
		<comments>http://www.humboldt.co.uk/2008/06/utc-sql-server-and-spring.html#comments</comments>
		<pubDate>Wed, 25 Jun 2008 08:27:14 +0000</pubDate>
		<dc:creator>Adrian Cox</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.humboldt.co.uk/2008/06/utc-sql-server-and-spring.html</guid>
		<description><![CDATA[I&#8217;ve recently been introducing the Spring Framework into an existing Java application, using it to speed up adding new features, while making the existing JDBC code more maintainable. One tricky area has been time handling: the application uses an older SQL Server version, so cannot take advantage of the implementation of timestamp with time zone [...]]]></description>
		<wfw:commentRss>http://www.humboldt.co.uk/2008/06/utc-sql-server-and-spring.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
