<?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>Mark Gregory Turansky &#187; bootstrapping</title>
	<atom:link href="http://blog.markturansky.com/archives/tag/bootstrapping/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.markturansky.com</link>
	<description>software architecture &#38; engineering, code hints, sometimes philosophy, photography, life, etc.</description>
	<lastBuildDate>Mon, 29 Mar 2010 15:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOW TO:  Bootstrap Java programs in isolated classloaders</title>
		<link>http://blog.markturansky.com/archives/21</link>
		<comments>http://blog.markturansky.com/archives/21#comments</comments>
		<pubDate>Fri, 11 Jan 2008 17:45:44 +0000</pubDate>
		<dc:creator>Mark Turansky</dc:creator>
				<category><![CDATA[Code Hints]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[HOW TO]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[how to write a bootstrap class]]></category>
		<category><![CDATA[isolated classloaders]]></category>

		<guid isPermaLink="false">http://blog.markturansky.com/archives/21</guid>
		<description><![CDATA[Bootstrapping is the process by which you load a very small and very simple pure java program with no dependencies that, in turn, loads, configures, and runs more complex programs with varying dependencies.  Bootstrapping lets you run your container without polluting the system classpath.  This allows you to run your deployed applications with [...]]]></description>
		<wfw:commentRss>http://blog.markturansky.com/archives/21/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
