<?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>Bits By The Pound &#187; Java</title>
	<atom:link href="http://www.bitsbythepound.com/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitsbythepound.com</link>
	<description>Spewing Forth Tech Stuff</description>
	<lastBuildDate>Wed, 06 Jul 2011 23:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Uploading a Maven generated application on Google AppEngine</title>
		<link>http://www.bitsbythepound.com/uploading-a-maven-generated-application-on-google-appengine-285.html</link>
		<comments>http://www.bitsbythepound.com/uploading-a-maven-generated-application-on-google-appengine-285.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:38:07 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=285</guid>
		<description><![CDATA[This note is written based on: appengine-java-sdk-1.2.6 Apache Maven 2.2.1 Apache Ant 1.7.1 If you create an application destined to Google AppEngine using Maven, the use of the Google AppEngine SDK may not be optimal. This is because, in some instances, the generated artifact (a WAR file) is not what is expected from the SDK. [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/uploading-a-maven-generated-application-on-google-appengine-285.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up Apache Tomcat for Upgrades</title>
		<link>http://www.bitsbythepound.com/setting-up-apache-tomcat-for-upgrades-161.html</link>
		<comments>http://www.bitsbythepound.com/setting-up-apache-tomcat-for-upgrades-161.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:42:20 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=161</guid>
		<description><![CDATA[Plan for Change. Note: This article is based on Apache Tomcat 6.0.20 If you set up a lot of Tomcat sandboxes, here is a sample structure to make it easy to upgrade to a new version of Tomcat without having to reinstall all applications. The trick is to have a number of Tomcat sandboxes pointing [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/setting-up-apache-tomcat-for-upgrades-161.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Jetty for Upgrades</title>
		<link>http://www.bitsbythepound.com/setting-up-jetty-for-upgrades-149.html</link>
		<comments>http://www.bitsbythepound.com/setting-up-jetty-for-upgrades-149.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:46:54 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=149</guid>
		<description><![CDATA[Plan for change. Note: this article refers to Jetty-7 If you set up a lot of Jetty sandboxes, here is a sample structure to make it easy to upgrade to a new version of Jetty without having to reinstall all applications. The trick is to have a number of Jetty sandboxes pointing to a symbolic [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/setting-up-jetty-for-upgrades-149.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Module using Maven</title>
		<link>http://www.bitsbythepound.com/gwt-module-using-maven-128.html</link>
		<comments>http://www.bitsbythepound.com/gwt-module-using-maven-128.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 20:30:53 +0000</pubDate>
		<dc:creator>jpfiset</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=128</guid>
		<description><![CDATA[Note, this discussion is based on: GWT libraries 1.6.4 Apache Maven 2.2.1 I like Maven because it makes me much more productive. It takes care of a lot a project management details and makes the code saved in my repository smaller. When it comes to creating GWT modules (reusable libraries), I was hoping that I [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/gwt-module-using-maven-128.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set up GWT application with Maven</title>
		<link>http://www.bitsbythepound.com/set-up-gwt-application-with-maven-10.html</link>
		<comments>http://www.bitsbythepound.com/set-up-gwt-application-with-maven-10.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:54:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=10</guid>
		<description><![CDATA[This demo is based on: GWT libraries 1.6.4 Apache Maven 2.2.1 GWT Maven plugin 1.1 Before you start your GWT application, you need to figure out: Package and name of your module, e.g. org.package.Module. In the example, &#8216;org.package&#8217; is the package name; &#8216;Module&#8217; is the module name; and, &#8216;org.package.Module&#8217; is the full module name. Maven [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/set-up-gwt-application-with-maven-10.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

