<?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; helma</title>
	<atom:link href="http://www.lauxmoser.info/fp/tag/helma/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lauxmoser.info/fp</link>
	<description>personal Chaos</description>
	<lastBuildDate>Sun, 07 Mar 2010 13:50:01 +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>Announcing Helma 4 Eclipse</title>
		<link>http://www.lauxmoser.info/fp/2009/02/22/announcing-helma-4-eclipse/</link>
		<comments>http://www.lauxmoser.info/fp/2009/02/22/announcing-helma-4-eclipse/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 06:50:14 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helma]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=735</guid>
		<description><![CDATA[Mein erstes Google Code Projekt. http://code.google.com/p/helma4eclipse/ soll es Developern einfacher machen Helma Applikationen zu schreiben. Autocompletion für skins und js Files und Stacktrace Analyse wie in Eclipse normalerweise Usus, sollten kein Problem mehr sein.
Ich kann nur jeden bitten die Plugins mal auszuprobieren und mir Feedback zu geben. Entweder hier als Kommentar oder auf der Mailing [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_736" class="wp-caption alignleft" style="width: 186px"><a href="http://www.lauxmoser.info/fp/wp-content/uploads/2009/02/helma4eclipse2.png"><img class="size-medium wp-image-736" title="helma4eclipse2" src="http://www.lauxmoser.info/fp/wp-content/uploads/2009/02/helma4eclipse2.png" alt="Helma 4 Eclipse Logo" width="176" height="102" /></a><p class="wp-caption-text">Helma 4 Eclipse Logo</p></div>
<p>Mein erstes Google Code Projekt. <a href="http://code.google.com/p/helma4eclipse/">http://code.google.com/p/helma4eclipse/</a> soll es Developern einfacher machen <a href="http://dev.helma.org/">Helma</a> Applikationen zu schreiben. Autocompletion für skins und js Files und Stacktrace Analyse wie in <a href="http://www.eclipse.org/">Eclipse</a> normalerweise <a href="http://de.wikipedia.org/wiki/Usus">Usus</a>, sollten kein Problem mehr sein.</p>
<p>Ich kann nur jeden bitten die Plugins mal auszuprobieren und mir Feedback zu geben. Entweder hier als Kommentar oder auf der Mailing Liste: <a href="http://groups.google.com/group/helma4eclipse">http://groups.google.com/group/helma4eclipse</a>. Mailingliste wäre mir lieber.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/02/22/announcing-helma-4-eclipse/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 ist es so simpel. [...]]]></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 Problem ist derzeit das nachladen [...]]]></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 die mir [...]]]></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 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 kann ihn zumindest mal unter helma [...]]]></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>
