<?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; jdbc</title>
	<atom:link href="http://www.lauxmoser.info/fp/tag/jdbc/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>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>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>
		<item>
		<title>JDBC Wrapper</title>
		<link>http://www.lauxmoser.info/fp/2008/11/28/jdbc-wrapper/</link>
		<comments>http://www.lauxmoser.info/fp/2008/11/28/jdbc-wrapper/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 20:02:51 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=611</guid>
		<description><![CDATA[Seit langem suche ich schon die Möglichkeit die JDBC Connections zu überwachen. Mittels eines JDBC Wrappers sollte das eigentlich kein Problem sein, dachte ich. Zuerst mal Dokumentation: http://java.sun.com/products/jdbc/overview.html http://java.sun.com/products/jdbc/driverdevs.html http://dev.mysql.com/downloads/connector/j/5.0.html http://java.sun.com/javase/6/docs/api/java/sql/package-summary.html Dann ein paar Demos: http://log4jdbc.sourceforge.net/ http://www.p6spy.com/ Derzeit kämpfe ich noch mit der Dokumentation und Eclipse Weil am liebsten wäre es mir wenn man den [...]]]></description>
			<content:encoded><![CDATA[<p>Seit langem suche ich schon die Möglichkeit die JDBC Connections zu überwachen. Mittels eines JDBC Wrappers sollte das eigentlich kein Problem sein, dachte ich.</p>
<p>Zuerst mal Dokumentation:</p>
<ul>
<li><a href="http://java.sun.com/products/jdbc/overview.html">http://java.sun.com/products/jdbc/overview.html</a></li>
<li><a href="http://java.sun.com/products/jdbc/driverdevs.html">http://java.sun.com/products/jdbc/driverdevs.html</a></li>
<li><a href="http://dev.mysql.com/downloads/connector/j/5.0.html">http://dev.mysql.com/downloads/connector/j/5.0.html</a></li>
<li><a href="http://java.sun.com/javase/6/docs/api/java/sql/package-summary.html">http://java.sun.com/javase/6/docs/api/java/sql/package-summary.html</a></li>
</ul>
<p>Dann ein paar Demos:</p>
<ul>
<li><a href="http://log4jdbc.sourceforge.net/">http://log4jdbc.sourceforge.net/</a></li>
<li><a href="http://www.p6spy.com/">http://www.p6spy.com/</a></li>
</ul>
<p>Derzeit kämpfe ich noch mit der Dokumentation und Eclipse <img src='http://www.lauxmoser.info/fp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Weil am liebsten wäre es mir wenn man den JDBC Connector ableitet vom spezifischen Treiber.</p>
<p>Wenn jemand Erfahrung mit JDBC Treibern hat oder Wrapper kennt, ich bin für alles offen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2008/11/28/jdbc-wrapper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

