<?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>derby | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/derby/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Thu, 05 Nov 2020 15:12:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">4595340</site>	<item>
		<title>Making sample JDBC code easier</title>
		<link>https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/</link>
					<comments>https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Mon, 31 Aug 2020 00:18:15 +0000</pubDate>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[derby]]></category>
		<category><![CDATA[sql]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14636</guid>

					<description><![CDATA[<p>I&#8217;m writing a lot of small JDBC examples for our upcoming practice tests book. I got tired of writing the same code over and over so I wrote this helper class. It can: Drop the table if it already there &#8230; <a href="https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/">Making sample JDBC code easier</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/">Making sample JDBC code easier</a> was first posted on August 30, 2020 at 8:18 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2020/08/30/making-sample-jdbc-code-easier/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14636</post-id>	</item>
		<item>
		<title>OCP 11 Book Bonus: Creating a Derby Database in Java 11</title>
		<link>https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/</link>
					<comments>https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 21 Dec 2019 02:52:38 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[OCP Book]]></category>
		<category><![CDATA[derby]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ocp]]></category>
		<category><![CDATA[ocp11]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14116</guid>

					<description><![CDATA[<p>Update (11/05/2020): Read The 1Z0-819 Exam page to learn how you can easily our Java 11 Study Guides to prepare for Oracle&#8217;s 1Z0-819 Exam, as well as the 1Z0-817 Upgrade Exam. If you are taking the Java 8 exam, see &#8230; <a href="https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/">OCP 11 Book Bonus: Creating a Derby Database in Java 11</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/">OCP 11 Book Bonus: Creating a Derby Database in Java 11</a> was first posted on December 20, 2019 at 9:52 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14116</post-id>	</item>
		<item>
		<title>OCP 8 Book Bonus:  Creating a Derby Database in Java 8</title>
		<link>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/</link>
					<comments>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 13 Sep 2015 01:03:16 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[OCP Book]]></category>
		<category><![CDATA[derby]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ocp]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=6132</guid>

					<description><![CDATA[<p>While it is certainly possible to get all the JDBC questions on the exam without running any code or understanding any SQL, it is nice to be able to follow along. This blog post is meant to help anyone who &#8230; <a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/">OCP 8 Book Bonus:  Creating a Derby Database in Java 8</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/">OCP 8 Book Bonus:  Creating a Derby Database in Java 8</a> was first posted on September 12, 2015 at 9:03 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2015/09/12/ocpbookbonuscreatingderbydatabasejava/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6132</post-id>	</item>
	</channel>
</rss>
