<?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>semanticpool &#187; Java</title>
	<atom:link href="http://www.semanticpool.de/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticpool.de</link>
	<description>finest thoughts since 2003</description>
	<lastBuildDate>Mon, 14 Jun 2010 15:08:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change a normal Eclipse project to a Java Eclipse project</title>
		<link>http://www.semanticpool.de/how-to-change-a-normal-eclipse-project-to-a-java-eclipse-project/</link>
		<comments>http://www.semanticpool.de/how-to-change-a-normal-eclipse-project-to-a-java-eclipse-project/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:47:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[manual of the day...]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=541</guid>
		<description><![CDATA[I just had the problem that i wanted to change the project-type of an Eclipse project to &#8216;Java Project&#8217; &#8212; it was a normal project before. This are the steps i executed:

Close the project
Go to the project directory  (e.g. using Terminal application)
Open .project file
Go to the XML node &#60;natures&#62; and insert &#60;nature&#62;org.eclipse.jdt.core.javanature&#60;/nature&#62; as a child.
Save [...]]]></description>
			<content:encoded><![CDATA[<p>I just had the problem that i wanted to change the project-type of an <a class="zem_slink freebase/guid/9202a8c04000641f800000000016e02c" title="Eclipse (software)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Eclipse_%28software%29">Eclipse</a> project to &#8216;<a class="zem_slink freebase/guid/9202a8c04000641f800000000002062b" title="Java (programming language)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Java_%28programming_language%29">Java</a> Project&#8217; &#8212; it was a normal project before. This are the steps i executed:</p>
<ol>
<li>Close the project</li>
<li>Go to the project directory  (e.g. using Terminal application)</li>
<li>Open .project file</li>
<li>Go to the XML node <code>&lt;natures&gt;</code> and insert <code>&lt;nature&gt;org.eclipse.jdt.core.javanature&lt;/nature&gt;</code> as a child.</li>
<li>Save the file</li>
<li>Re-Open the project</li>
</ol>
<p>That&#8217;s it.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/18935a78-a475-414b-9aeb-baea19f0ca6f/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=18935a78-a475-414b-9aeb-baea19f0ca6f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/how-to-change-a-normal-eclipse-project-to-a-java-eclipse-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache Lucene and Ruby</title>
		<link>http://www.semanticpool.de/apache-lucene-and-ruby/</link>
		<comments>http://www.semanticpool.de/apache-lucene-and-ruby/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:37:28 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ruby/RoR]]></category>
		<category><![CDATA[Search&Find]]></category>
		<category><![CDATA[AmazonS3]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Lucene]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=526</guid>
		<description><![CDATA[Robert Dempsey has written a nice article about &#8216;Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering&#8216;, which is very interesting because it describes how to interact with Apache Lucene using Ruby.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://rorblog.techcfl.com/2008/02/04/using-amazon-s3-ec2-sqs-lucene-and-ruby-for-web-spidering/">Robert Dempsey</a> has written a nice article about &#8216;<a href="http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=139&amp;externalID=1182">Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering</a>&#8216;, which is very interesting because it describes how to interact with <a href="http://lucene.apache.org">Apache Lucene</a> using Ruby.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/017a711f-604d-449a-81d9-6cb6505f6e37/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=017a711f-604d-449a-81d9-6cb6505f6e37" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/apache-lucene-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat Developer Studio Beta 1</title>
		<link>http://www.semanticpool.de/red-hat-developer-studio-beta-1/</link>
		<comments>http://www.semanticpool.de/red-hat-developer-studio-beta-1/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 11:58:11 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/red-hat-developer-studio-beta-1/</guid>
		<description><![CDATA[Red Hat Developer Studio is a set of eclipse-based development tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured tools offer significant time-savings and value, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>Red Hat Developer Studio is a set of eclipse-based development tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured tools offer significant time-savings and value, making them more productive and speeding time to deployment. Red Hat Developer Studio will be available as a new subscription offering soon.</em></p>
<ul>
<li><a href="ftp://ftp.redhat.com/pub/redhat/rhdevstudio/beta/rhdevstudio-1.0-Beta1/rhdevstudio-linux-gtk-1.0.0.beta1.jar"><em>Red Hat Developer Studio 1.0 Beta 1 for Linux</em></a></li>
<li><a href="ftp://ftp.redhat.com/pub/redhat/rhdevstudio/beta/rhdevstudio-1.0-Beta1/rhdevstudio-win32-1.0.0.beta1.jar"><em>Red Hat Developer Studio 1.0 Beta 1 for Windows</em></a></li>
</ul>
</blockquote>
<p>See <a href="http://labs.jboss.com/tools/blog/red_hat_developer_studio_beta_1_released">labs.jboss.com&#8230;<br />
</a><br />
<strong>Note:</strong> Needs a Java version &gt;= 1.5 to run.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/red-hat-developer-studio-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBossTools 2.0.0.beta3</title>
		<link>http://www.semanticpool.de/jbosstools-200beta3/</link>
		<comments>http://www.semanticpool.de/jbosstools-200beta3/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 16:33:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/jbosstools-200beta3/</guid>
		<description><![CDATA[Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2 [...]

Download @ Sourceforge
]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2 [<a href="http://jbosstools.blogspot.com/2007/08/jbosstools-200beta3-released.html">...</a>]<br />
</em></p></blockquote>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=22866&amp;package_id=242269&amp;release_id=531957">Download @ Sourceforge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/jbosstools-200beta3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hsqldb &#8211; 100% Java Database</title>
		<link>http://www.semanticpool.de/hsqldb-100-java-database/</link>
		<comments>http://www.semanticpool.de/hsqldb-100-java-database/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 20:52:14 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/hsqldb-100-java-database/</guid>
		<description><![CDATA[HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em><a href="http://hsqldb.org/">HSQLDB</a> is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples.</em></p></blockquote>
<p>(see <a href="http://hsqldb.org/">hsqldb.org</a>)</p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/hsqldb-100-java-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS/Atom Parser</title>
		<link>http://www.semanticpool.de/rssatom-parser/</link>
		<comments>http://www.semanticpool.de/rssatom-parser/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 13:35:55 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[RSS&Atom]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/rssatom-parser/</guid>
		<description><![CDATA[This list contains some of the better parsers for RSS and Atom feeds. I&#8217;ll try to keep it up-to-date.
RSS/Atom Parser for Java: 
ROME
ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating [...]]]></description>
			<content:encoded><![CDATA[<p>This list contains some of the better parsers for RSS and Atom feeds. I&#8217;ll try to keep it up-to-date.</p>
<p><strong>RSS/Atom Parser for Java: </strong></p>
<p><a href="https://rome.dev.java.net/"><strong>ROME</strong></a></p>
<p><img src="http://www.semanticpool.de/wp-content/uploads/2007/06/tip.gif" title="TIP" alt="TIP" align="left" hspace="4" vspace="3" /><em>ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats including RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, and Atom 1.0. You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats.</em></p>
<ul>
<li>Able to extend functionality through Modules (see <a href="http://wiki.java.net/bin/view/Javawsxml/RomeModules">ROME Modules</a>)</li>
</ul>
<p><strong><a href="http://jakarta.apache.org/commons/sandbox/feedparser/">Jakarta FeedParser<br />
</a></strong><br />
<em>                 Jakarta FeedParser is a Java RSS/Atom parser designed to                 elegantly support all versions of RSS (0.9, 0.91, 0.92, 1.0, and                 2.0), Atom 0.5 (and future versions) as well as easy ad hoc                 extension and RSS 1.0 modules capability.</em></p>
<p><strong><a href="http://www.davidpashley.com/projects/eddie.html">Eddie</a></strong></p>
<p><em>                Eddie is a liberal RSS and Atom feed parsing library for Java. It                is a SAX based parser and as a result is capable of                parsing a significant number of broken feeds.</em></p>
<p><strong><a href="http://informa.sourceforge.net/">Informa</a></strong></p>
<p><em>With Informa we enable you with a harmonised view on a news channel object model. Both channels and news items do have metadata assigned, it does not make any difference from which channel format they were originally retrieved (RSS 0.9x, RSS 1.0 / RDF, RSS 2.0, Atom 0.3 and Atom 1.0).</em></p>
<p><span id="more-249"></span><br />
<strong>RSS/Atom Parser for PHP:</strong></p>
<p><strong><a href="http://simplepie.org/">SimplePie<br />
</a></strong><br />
<img src="http://www.semanticpool.de/wp-content/uploads/2007/06/tip.gif" title="TIP" alt="TIP" align="left" hspace="4" vspace="3" /><em>SimplePie is a very fast and easy-to-use class, written in PHP, for reading RSS and Atom syndication feeds.</em></p>
<ul>
<li>Relatively active development</li>
<li>Some better support for different namespaces would be nice.</li>
<li>Contains good error-handling (e.g. can handle documents which are not well-formed).</li>
</ul>
<p><strong><a href="http://magpierss.sourceforge.net/">MagpieRSS<br />
</a></strong><em><br />
MagpieRSS provides an XML-based (expat) RSS parser in PHP. MagpieRSS is compatible with RSS 0.9 through RSS 1.0. Also parses RSS 1.0&#8217;s modules, RSS 2.0, and Atom. (with a few exceptions)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/rssatom-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans with RoR-Support</title>
		<link>http://www.semanticpool.de/netbeans-with-ror-support/</link>
		<comments>http://www.semanticpool.de/netbeans-with-ror-support/#comments</comments>
		<pubDate>Mon, 07 May 2007 11:02:11 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ruby/RoR]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/netbeans-with-ror-support/</guid>
		<description><![CDATA[Uuh&#8230;
NetBeans.org is proud to announce the availability of NetBeans IDE 6.0 Preview (Milestone 9). Here are some of the highlights:    


Ruby/JRuby/Ruby on Rails Support 

A Smarter and Faster Editor 

Improved Swing development (Swing Data Binding) 

Integrated Profiling 

Integrated Visual Design for Web Applications 

New, Integrated UI for CLDC/MIDP and CDC development


View announcement


]]></description>
			<content:encoded><![CDATA[<p>Uuh&#8230;</p>
<blockquote cite="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1043"><p><i>NetBeans.org is proud to announce the availability of NetBeans IDE 6.0 Preview (Milestone 9). Here are some of the highlights:    <br />
</i>
<ul>
<li><i><strong>Ruby/JRuby/Ruby on Rails Support</strong> <br />
</i></li>
<li><i>A Smarter and Faster Editor <br />
</i></li>
<li><i>Improved Swing development (Swing Data Binding) <br />
</i></li>
<li><i>Integrated Profiling <br />
</i></li>
<li><i>Integrated Visual Design for Web Applications <br />
</i></li>
<li><i>New, Integrated UI for CLDC/MIDP and CDC development</i></li>
</ul>
</blockquote>
<p class="citation"><cite cite="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1043"><a href="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1043">View announcement</a></cite></p>
<p />
<p />
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/netbeans-with-ror-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

