<?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>No technical expert advice can be found here ;) &#187; war</title>
	<atom:link href="http://blog.elitecoderz.net/tag/war/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GWT and tomcat: Create .war using eclipse to deploy .war on tomcat</title>
		<link>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/</link>
		<comments>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=286</guid>
		<description><![CDATA[Howto compfortably build a correct .war from your GWT-project using eclipse to deploy it to a tomcat server.
There are only two simple steps to take, to build a .war from your GWT project:
Short version:
The first step is building a .jar from your src-folder and putting the .jar into the lib-folder of the .war-folder of your [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>GWT &#8211; java.lang.NoClassDefFoundError when using .jars with eclipse</title>
		<link>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/</link>
		<comments>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:55:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[NoClassDefFoundError]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=288</guid>
		<description><![CDATA[10.12.2009 19:19:19 com.google.apphosting.utils.jetty.JettyLogger warn
WARNUNG: Nested in javax.servlet.ServletException: init:
java.lang.NoClassDefFoundError: org/jibble/pircbot/PircBot
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
This exception can occure, when you try to use an .jar with GWT on the server side. The error message tells you, that the included path to your .jar (in this case org.jibble.pircbot.PircBot) can not be found. This normally happens, when you have forgotten [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
