<?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>Pi/Pi &#187; database</title>
	<atom:link href="http://www.pioverpi.net/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Thu, 24 Nov 2011 05:04:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JTables + JDBC: Pt. 3 Connecting to your database through JDBC</title>
		<link>http://www.pioverpi.net/2009/06/26/jtables-jdbc-pt-3-connecting-to-your-database-through-jdbc/</link>
		<comments>http://www.pioverpi.net/2009/06/26/jtables-jdbc-pt-3-connecting-to-your-database-through-jdbc/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 03:53:23 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JTables + JDBC]]></category>
		<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[psql]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=947</guid>
		<description><![CDATA[This is part 3 in the series on JTables and JDBC &#60;&#60; Pt. 2 Extending AbstractTableModel Now that we have set up our empty TableModel, we&#8217;ll need to populate it with information from our database. In order to do that, we&#8217;ll first have to establish a connection to our database and query it for information. [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2009/06/26/jtables-jdbc-pt-3-connecting-to-your-database-through-jdbc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>JTables + JDBC &#8211; Pt.1 Introduction</title>
		<link>http://www.pioverpi.net/2009/06/23/jtables-jdbc-introduction/</link>
		<comments>http://www.pioverpi.net/2009/06/23/jtables-jdbc-introduction/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:34:49 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JTables]]></category>
		<category><![CDATA[JTables + JDBC]]></category>
		<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=909</guid>
		<description><![CDATA[Consider this: you have a running Java application with a Swing front-end and a PostgreSQL database managing the data in the backend.  You want to let your users view and modify the data in your database, but they don&#8217;t know a smidgen of SQL.  Perhaps there is a way to (easily?) draw a GUI front-end [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2009/06/23/jtables-jdbc-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

