<?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; Development</title>
	<atom:link href="http://blog.elitecoderz.net/category/development/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>org.mortbay.thread.Timeout. exception on new GWT webapplication with instantiations gwt designer or windowbuilder pro</title>
		<link>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/</link>
		<comments>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[instantiations]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=365</guid>
		<description><![CDATA[When creating a new WebApplication with GWT SDK 2.0.3 and App Engine  SDK 1.3.3 in eclipse using the Instantiations WindowBuilder Pro or GWT  Designer, the following error occors when trying to launch the &#8220;GWT  application&#8221; (google calls this &#8220;Development Mode&#8221;).
Exception in  thread &#8220;main&#8221; java.lang.NoSuchMethodError:  org.mortbay.thread.Timeout.&#60;init&#62;(Ljava/lang/Object;)V
at  org.mortbay.io.nio.SelectorManager$SelectSet.&#60;init&#62;(SelectorManager.java:306)
at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:223)
at  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing required argument &#8216;module[s]&#8216; Google Web Toolkit &#8211; jetty does not start in eclipse &#8211; project is not GWT project</title>
		<link>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/</link>
		<comments>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 06:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jetty]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=356</guid>
		<description><![CDATA[Missing required argument &#8216;module[s]&#8216;
Google Web Toolkit 2.0.3
DevMode [-noserver] [-port port-number &#124; "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number &#124; "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-extra dir] [-workDir dir] module[s]
where
-noserver        Prevents the embedded web server from running
-port   [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Toolbar for RichTextArea (a RichTextToolbar with HTML-Editor)</title>
		<link>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/</link>
		<comments>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:13:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[RichTextArea]]></category>
		<category><![CDATA[RichTextToolBar]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=322</guid>
		<description><![CDATA[Due to the lack of a RichTextToolbar including the option to switch between HTML and WYSIWYG-view, I wrote a simple implementation for my own. Here is a screenshot and the complete source-code. The Toolbar is compatible to GWT 2.0, but can be easily downgraded to GWT 1.7.x. If you need a downgraded version, feel free [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
		<item>
		<title>Repair eclipse workbench &#8211; corrupted eclipse workspace</title>
		<link>http://blog.elitecoderz.net/repair-eclipse-workbencheclipse-workbench-reparieren/2009/06/</link>
		<comments>http://blog.elitecoderz.net/repair-eclipse-workbencheclipse-workbench-reparieren/2009/06/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=239</guid>
		<description><![CDATA[My workbench often gets corrupted, and all good advice on the net does not work, since the hints there are based on the fact, that eclipse starts up. But what happens, if eclipse refuses to start due to the corrupted workbench (the usual situation I have)?
First of all, check the log message. You&#8217;ll find your [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/repair-eclipse-workbencheclipse-workbench-reparieren/2009/06/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Convert String into InputStream</title>
		<link>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/</link>
		<comments>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:28:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[InputStream]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=230</guid>
		<description><![CDATA[In the last days I was asked several times: &#8220;How do I convert a string into an InputStream, so that I can parse my XML-String with the SAX parser?&#8221; (note: or any other XML-Parser like DOM, JAXP, JDOM, &#8230;).
Being tired of explaining the same thing again and again &#8211; here is the answer:

1
2
3
4
5
6
7
String myString = [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT and XML &#8211; First steps with com.google.gwt.xml</title>
		<link>http://blog.elitecoderz.net/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/</link>
		<comments>http://blog.elitecoderz.net/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/#comments</comments>
		<pubDate>Sat, 02 May 2009 13:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[inherit]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227</guid>
		<description><![CDATA[Developing web applications and portals using eclipse, GWT (google web toolkit) and apache tomcat is one of the most effective ways to get your work done: The result will always be a very high-performance AJAX application. To exchange data from the AJAX surface to the tomcat-server, I decided to use the GWT RPC, exchanging XML [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Best XML module for perl? XML::LibXML vs. XML::Mini::Document</title>
		<link>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/</link>
		<comments>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:54:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XML::LibXML]]></category>
		<category><![CDATA[XML::Mini::Document]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=198</guid>
		<description><![CDATA[In my last post, I took a look on XML::Simple, a (as called) simple and easy to understand module for perl to deal with XML structures. Today we&#8217;ll take a look on the module XML::Mini::Document.
Short information:
3 of 5 stars rating on cpan
Last modification date: 05 Feb. 2008
XML::Mini::Document is a module, that has more the &#8220;look [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Best XML module for perl?     XML::LibXML vs. XML::Simple</title>
		<link>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/</link>
		<comments>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:06:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XML::LibXML]]></category>
		<category><![CDATA[XML::Simple]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=123</guid>
		<description><![CDATA[XML is one of the powerfullest, often missused data-structures these days. To express huge object- and data-structures XML is an easy and elegant way to save and transport all kind of informations. There are XML-parser for nearly all systems, and there are a lot of modules for nearly all IDEs to deal with XML in [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
