                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?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; Java</title>
	<atom:link href="http://blog.elitecoderz.net/category/development/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Thu, 08 Dec 2011 09:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Read OS X binary .plist with Java</title>
		<link>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/</link>
		<comments>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 10:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=387</guid>
		<description><![CDATA[With OS X 10.2 Apple introduced a more space-efficient binary plist-format. With OS X 10.4 this new binary format became the default format. The underlaying format is a simple XML-format (introduced with OS X 10.0), which was easy to read and parse from Java. The new format must be parsed in a special way: either [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[eclipse]]></category>
		<category><![CDATA[GWT]]></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 org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:303) 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>12</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[eclipse]]></category>
		<category><![CDATA[GWT]]></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 Specifies the TCP 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>3</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 [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/repair-eclipse-workbencheclipse-workbench-reparieren/2009/06/feed/</wfw:commentRss>
		<slash:comments>17</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 [...]]]></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>11</slash:comments>
		</item>
	</channel>
</rss>

