<?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>FP &#187; Software</title>
	<atom:link href="http://www.lauxmoser.info/fp/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lauxmoser.info/fp</link>
	<description>personal Chaos</description>
	<lastBuildDate>Fri, 26 Aug 2011 08:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Routenplaner very simple</title>
		<link>http://www.lauxmoser.info/fp/2009/07/08/routenplaner-very-simple/</link>
		<comments>http://www.lauxmoser.info/fp/2009/07/08/routenplaner-very-simple/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:29:13 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=882</guid>
		<description><![CDATA[Jetzt muß ich noch mein Tool für das planen der Routen nachreichen: http://www.lauxmoser.info/static/routenplaner.html Hoffentlich gibts keine XSS Möglichkeiten]]></description>
			<content:encoded><![CDATA[<p>Jetzt muß ich noch mein Tool für das planen der Routen nachreichen: <a href="http://www.lauxmoser.info/static/routenplaner.html">http://www.lauxmoser.info/static/routenplaner.html</a></p>
<p>Hoffentlich gibts keine XSS Möglichkeiten <img src='http://www.lauxmoser.info/fp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/07/08/routenplaner-very-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helma Eclipse lib/ext solved</title>
		<link>http://www.lauxmoser.info/fp/2009/02/15/helma-eclipse-libext-solved/</link>
		<comments>http://www.lauxmoser.info/fp/2009/02/15/helma-eclipse-libext-solved/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 07:01:31 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Buddy Class Loading]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helma]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=727</guid>
		<description><![CDATA[Das Problem mit den ext Verzeichnis hab ich jetzt endlich in den Griff bekommen nach ein paar mal Nachfragen auf der eclipse newcommer Newsgroup: http://www.eclipse.org/newsportal/article.php?id=27887&#38;group=eclipse.newcomer Buddy Class Loading heißt das Zauberwort um jdbc Treiber per plugin hinzuzufügen. Mir wurden 2 interessante Artikel empfohlen: http://wiki.eclipse.org/index.php/Context_Class_Loader_Enhancements#Buddy_Class_Load http://book.javanb.com/eclipse-rich-client-platform-designing-coding-and-packaging-java-applications-oct-2005/ch20lev1sec5.html Die beschreiben genau das was mir gefehlt hat und dabei [...]]]></description>
			<content:encoded><![CDATA[<p>Das Problem mit den ext Verzeichnis hab ich jetzt endlich in den Griff bekommen nach ein paar mal Nachfragen auf der eclipse newcommer Newsgroup: <a href="http://www.eclipse.org/newsportal/article.php?id=27887&amp;group=eclipse.newcomer">http://www.eclipse.org/newsportal/article.php?id=27887&amp;group=eclipse.newcomer</a></p>
<p>Buddy Class Loading heißt das Zauberwort um jdbc Treiber per plugin hinzuzufügen. Mir wurden 2 interessante Artikel empfohlen:</p>
<ul>
<li><a href="http://wiki.eclipse.org/index.php/Context_Class_Loader_Enhancements#Buddy_Class_Load">http://wiki.eclipse.org/index.php/Context_Class_Loader_Enhancements#Buddy_Class_Load</a></li>
<li><a href="http://book.javanb.com/eclipse-rich-client-platform-designing-coding-and-packaging-java-applications-oct-2005/ch20lev1sec5.html">http://book.javanb.com/eclipse-rich-client-platform-designing-coding-and-packaging-java-applications-oct-2005/ch20lev1sec5.html</a></li>
</ul>
<p>Die beschreiben genau das was mir gefehlt hat und dabei ist es so simpel. Man sollte aber das Buddy Class Loading nur begrenzt einsetzen, da es gegen das <a href="http://wiki.eclipse.org/OSGi">OSGi</a> Modell geht und somit quasi quer schießt.</p>
<p>und schon kann ich weiterprogrammieren <img src='http://www.lauxmoser.info/fp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/02/15/helma-eclipse-libext-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helma und Eclipse Plugin Update</title>
		<link>http://www.lauxmoser.info/fp/2009/02/13/helma-und-eclipse-plugin-update/</link>
		<comments>http://www.lauxmoser.info/fp/2009/02/13/helma-und-eclipse-plugin-update/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 06:48:28 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helma]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=721</guid>
		<description><![CDATA[Also ich habs schon so weit: Helma läßt sich starten/beenden aus Eclipse Log geht in die Eclipse Console (wenn auch ein bißchen getrickst) Es gibt eine Live View wo man sich direkt durch den Prototypen browsen kann (noch nicht ganz fertig) Man kann das Helma Verzeichnis einstellen (homePath) in den Einstellungen von Eclipse Das größte [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_725" class="wp-caption alignleft" style="width: 160px"><a href="http://www.lauxmoser.info/fp/wp-content/uploads/2009/02/eclipsehelma.jpg"><img class="size-thumbnail wp-image-725" title="eclipsehelma" src="http://www.lauxmoser.info/fp/wp-content/uploads/2009/02/eclipsehelma-150x150.jpg" alt="Helma Buttons in Eclipse" width="150" height="150" /></a><p class="wp-caption-text">Helma Buttons in Eclipse</p></div>
<p>Also ich habs schon so weit:</p>
<ul>
<li><a href="http://dev.helma.org/">Helma</a> läßt sich starten/beenden aus Eclipse</li>
<li>Log geht in die <a href="http://www.eclipse.org/">Eclipse</a> Console (wenn auch ein bißchen getrickst)</li>
<li>Es gibt eine Live View wo man sich direkt durch den Prototypen browsen kann (noch nicht ganz fertig)</li>
<li>Man kann das <a href="http://dev.helma.org/">Helma</a> Verzeichnis einstellen (homePath) in den Einstellungen von <a href="http://www.eclipse.org/">Eclipse</a></li>
</ul>
<p>Das größte Problem ist derzeit das nachladen der jars aus dem ext Verzeichnis die <a href="http://dev.helma.org/">Helma</a> vor dem Start braucht, das funktioniert derzeit noch nicht. Ich hab schon die Tricks die <a href="http://www.henso.com/">Hannes</a> in <a href="http://dev.helma.org/">Helma</a> und im <a href="http://www.jedit.org/">jEdit</a> <a href="http://adele.helma.org/download/helma/contrib/hannes/helma-jedit/">Plugin</a> verwendet ausprobiert, aber leider noch nicht erfolgreich.</p>
<p>Aber es ist schon cool das Helma Logo in Eclipse zu sehen als Toolbarbutton.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/02/13/helma-und-eclipse-plugin-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helma Eclipse Perspective</title>
		<link>http://www.lauxmoser.info/fp/2009/02/04/helma-eclipse-perspective/</link>
		<comments>http://www.lauxmoser.info/fp/2009/02/04/helma-eclipse-perspective/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 13:42:24 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[helma]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=717</guid>
		<description><![CDATA[Aktuelles Projekt ist ein (besser gesagt mehrere) Eclipse Plugin mit dem man einfach helma .js, .properties und .skin Files editieren kann. Nachdem ich die Eclipse Api jetzt schon ein bisschen im Griff habe geht es ans eingemachte. Derzeit habe ich es mal geschafft helma aus Eclipse heraus zu starten und eine kleine Outline View generiert [...]]]></description>
			<content:encoded><![CDATA[<p>Aktuelles Projekt ist ein (besser gesagt mehrere) <a href="http://www.eclipseplugincentral.com/">Eclipse Plugin</a> mit dem man einfach <a href="http://dev.helma.org/">helma</a> .js, .properties und .skin Files editieren kann.</p>
<p>Nachdem ich die <a href="http://www.eclipse.org/documentation/">Eclipse Api</a> jetzt schon ein bisschen im Griff habe geht es ans eingemachte.</p>
<p>Derzeit habe ich es mal geschafft <a href="http://dev.helma.org/">helma</a> aus <a href="http://www.eclipse.org/">Eclipse</a> heraus zu starten und eine kleine Outline View generiert die mir die laufenden Apps anzeigt.</p>
<p>Ich werde versuchen laufend zu posten wie es weitergeht.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/02/04/helma-eclipse-perspective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JDBC Decorator Release 1.0</title>
		<link>http://www.lauxmoser.info/fp/2009/01/24/jdbc-decorator-release-10/</link>
		<comments>http://www.lauxmoser.info/fp/2009/01/24/jdbc-decorator-release-10/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 19:31:43 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[decorator]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=712</guid>
		<description><![CDATA[Dies ist die Basis für JDBC Logger. Er bietet die Möglichkeit zusätzliche Funktionalität zu einer JDBC Driver hinzuzufügen und stellt Connection, Statement und PreparedStatement als Decorator zur Verfügung. Alle Klassen sind abstrakt. Binary dist: jdbc-decorator-1.0.tar.gz (md5sum: 5d37beed6bc2916afff02479e29c10d1) jdbc-decorator-1.0.zip (md5sum: f3e73c0e80978380f68ab3ec3934ffb5) Source dist: jdbc-decorator-1.0-src.tar.gz (md5sum: 5ff79f633d594a1b7214fe677b60e7fc) jdbc-decorator-1.0-src.zip (md5sum: 0fe1c480d8498badd64991fcc906000e)]]></description>
			<content:encoded><![CDATA[<p>Dies ist die Basis für JDBC Logger. Er bietet die Möglichkeit zusätzliche Funktionalität zu einer <a href="http://java.sun.com/products/jdbc/overview.html">JDBC Driver</a> hinzuzufügen und stellt Connection, Statement und PreparedStatement als <a href="http://de.wikipedia.org/wiki/Decorator">Decorator</a> zur Verfügung. Alle Klassen sind abstrakt.</p>
<p>Binary dist:</p>
<ul>
<li><a href="http://fpmedv.at/downloads/jdbc-decorator/1.0/jdbc-decorator-1.0.tar.gz">jdbc-decorator-1.0.tar.gz</a> (md5sum: 5d37beed6bc2916afff02479e29c10d1)</li>
<li><a href="http://fpmedv.at/downloads/jdbc-decorator/1.0/jdbc-decorator-1.0.zip">jdbc-decorator-1.0.zip</a> (md5sum: f3e73c0e80978380f68ab3ec3934ffb5)</li>
</ul>
<p>Source dist:</p>
<ul>
<li><a href="http://fpmedv.at/downloads/jdbc-decorator/1.0/jdbc-decorator-1.0-src.tar.gz">jdbc-decorator-1.0-src.tar.gz</a> (md5sum: 5ff79f633d594a1b7214fe677b60e7fc)</li>
<li><a href="http://fpmedv.at/downloads/jdbc-decorator/1.0/jdbc-decorator-1.0-src.zip">jdbc-decorator-1.0-src.zip</a> (md5sum: 0fe1c480d8498badd64991fcc906000e)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/01/24/jdbc-decorator-release-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBC Logger Release 0.1</title>
		<link>http://www.lauxmoser.info/fp/2009/01/23/jdbc-logger-release-01/</link>
		<comments>http://www.lauxmoser.info/fp/2009/01/23/jdbc-logger-release-01/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 11:35:13 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[decorator]]></category>
		<category><![CDATA[helma]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[logger]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=707</guid>
		<description><![CDATA[Also das ist mein erster Software release und ich bitte gnädig zu sein JDBC Logger ist ein Decorator für jeglichen jdbc Driver der Logging und Statistiken für Statements hinzufügt. Binary dist: jdbc-logger-0.1.tar.gz (md5sum: dc4dfdc65b328e92fb5f5bb72570957a) jdbc-logger-0.1.zip (md5sum: 6c4f688b9c6480077764da6f64c6402d) Source dist: jdbc-logger-0.1-src.tar.gz (md5sum: 046561298ad9a009b61f9bd9d06ff1ea) jdbc-logger-0.1-src.zip (md5sum: d8cef089868a1f1fccf6c0aa3b1e784b) Ich habe ihn bei unseren Weblogs im Einsatz und man [...]]]></description>
			<content:encoded><![CDATA[<p>Also das ist mein erster Software release und ich bitte gnädig zu sein <img src='http://www.lauxmoser.info/fp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>JDBC Logger ist ein <a href="http://de.wikipedia.org/wiki/Decorator">Decorator</a> für jeglichen <a href="http://java.sun.com/products/jdbc/overview.html">jdbc Driver</a> der Logging und Statistiken für Statements hinzufügt.</p>
<p>Binary dist:</p>
<ul>
<li><a href="http://fpmedv.at/downloads/jdbc-logger/0.1/jdbc-logger-0.1.tar.gz">jdbc-logger-0.1.tar.gz</a> (md5sum: dc4dfdc65b328e92fb5f5bb72570957a)</li>
<li><a href="http://fpmedv.at/downloads/jdbc-logger/0.1/jdbc-logger-0.1.zip">jdbc-logger-0.1.zip</a> (md5sum: 6c4f688b9c6480077764da6f64c6402d)</li>
</ul>
<p>Source dist:</p>
<ul>
<li><a href="http://fpmedv.at/downloads/jdbc-logger/0.1/jdbc-logger-0.1-src.tar.gz">jdbc-logger-0.1-src.tar.gz</a> (md5sum: 046561298ad9a009b61f9bd9d06ff1ea)</li>
<li><a href="http://fpmedv.at/downloads/jdbc-logger/0.1/jdbc-logger-0.1-src.zip">jdbc-logger-0.1-src.zip</a> (md5sum: d8cef089868a1f1fccf6c0aa3b1e784b)</li>
</ul>
<p>Ich habe ihn bei unseren Weblogs im Einsatz und man kann ihn zumindest mal <a href="http://weblogs.brandnews.at/fpmedv.jdbcStatistics">unter helma bestaunen</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/01/23/jdbc-logger-release-01/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

