<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Java Application Bundles?</title>
	<atom:link href="http://www.damnhandy.com/2005/11/25/java-application-bundles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damnhandy.com/2005/11/25/java-application-bundles/</link>
	<description>A blog about Java, REST, and other stuff.</description>
	<pubDate>Tue, 07 Oct 2008 06:50:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Daniel Leuck</title>
		<link>http://www.damnhandy.com/2005/11/25/java-application-bundles/#comment-39</link>
		<dc:creator>Daniel Leuck</dc:creator>
		<pubDate>Tue, 29 Nov 2005 15:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/?p=28#comment-39</guid>
		<description>We (the JSR 277 expert group http://www.jcp.org/en/jsr/detail?id=277) are working on a new system for distributing, versioning and referencing Java components.  We welcome suggestions and comments: jsr-277-comments@jcp.org

Daniel Leuck
http://www.ikayzo.com
http://www.javaui.net</description>
		<content:encoded><![CDATA[<p>We (the JSR 277 expert group <a href="http://www.jcp.org/en/jsr/detail?id=277" rel="nofollow">http://www.jcp.org/en/jsr/detail?id=277</a>) are working on a new system for distributing, versioning and referencing Java components.  We welcome suggestions and comments: <a href="mailto:jsr-277-comments@jcp.org">jsr-277-comments@jcp.org</a></p>
<p>Daniel Leuck<br />
<a href="http://www.ikayzo.com" rel="nofollow">http://www.ikayzo.com</a><br />
<a href="http://www.javaui.net" rel="nofollow">http://www.javaui.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Kruszewski</title>
		<link>http://www.damnhandy.com/2005/11/25/java-application-bundles/#comment-38</link>
		<dc:creator>Adam Kruszewski</dc:creator>
		<pubDate>Mon, 28 Nov 2005 12:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.damnhandy.com/?p=28#comment-38</guid>
		<description>Try fatjar (eclipse plugin and ant task) to create flattened jar with application (one file). You can also use classloader (called OneJar) which is bundled with fatjar to access other jar files within your application jar file (but in most cases you can just flatten all jars to one and feel good with it ;-)).

Of course having that functionality built in core jdk would be very nice.</description>
		<content:encoded><![CDATA[<p>Try fatjar (eclipse plugin and ant task) to create flattened jar with application (one file). You can also use classloader (called OneJar) which is bundled with fatjar to access other jar files within your application jar file (but in most cases you can just flatten all jars to one and feel good with it ;-)).</p>
<p>Of course having that functionality built in core jdk would be very nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
