<?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>java7 | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/java7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Wed, 05 Sep 2012 02:55:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">4595340</site>	<item>
		<title>try-with-resources and jdbc without sql injection</title>
		<link>https://www.selikoff.net/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/</link>
					<comments>https://www.selikoff.net/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Tue, 04 Sep 2012 03:25:27 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[automatic-resource-mangement]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[preparedstatement]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[try-with-resources]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4513</guid>

					<description><![CDATA[<p>As I was on Oracle&#8217;s JDBC tutorial page, I noticed it was using a Statement rather than a PreparedStatement. I grumbled to myself about how this is teaching people to develop using SQL Injection and decided to Google for an &#8230; <a href="https://www.selikoff.net/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/">try-with-resources and jdbc without sql injection</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/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/">try-with-resources and jdbc without sql injection</a> was first posted on September 3, 2012 at 11:25 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/2012/09/03/try-with-resources-and-jdbc-without-sql-injection/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4513</post-id>	</item>
		<item>
		<title>java 7 does not work with eclipse 3.6 or open office</title>
		<link>https://www.selikoff.net/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/</link>
					<comments>https://www.selikoff.net/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 01 Jul 2012 18:15:11 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[open_office]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4381</guid>

					<description><![CDATA[<p>In preparation for downloading Eclipse 4.2 (Juno), I downloaded Java 7 for the Mac.  It was quite an experience. TL/DR: Don&#8217;t use Java 7 with Eclipse 3.6 or Open Office 3.  Alternatives below. Installed Java 7 for the Mac Up &#8230; <a href="https://www.selikoff.net/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/">java 7 does not work with eclipse 3.6 or open office</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/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/">java 7 does not work with eclipse 3.6 or open office</a> was first posted on July 1, 2012 at 2:15 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/2012/07/01/java-7-does-not-work-with-eclipse-3-6-or-open-office/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4381</post-id>	</item>
		<item>
		<title>java 7 from the nyjavasig</title>
		<link>https://www.selikoff.net/2011/08/17/java-7-from-the-nyjavasig/</link>
					<comments>https://www.selikoff.net/2011/08/17/java-7-from-the-nyjavasig/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 03:10:35 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[closures]]></category>
		<category><![CDATA[coin]]></category>
		<category><![CDATA[invokedynamic]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[jigsaw]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[strategy]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=3883</guid>

					<description><![CDATA[<p>Google java 7 a bug&#8217;s life &#8211; for approach to bug Java 7 has come a long way since the Java road show 14 months ago when I blogged about what may or may not be in Java 7. And &#8230; <a href="https://www.selikoff.net/2011/08/17/java-7-from-the-nyjavasig/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2011/08/17/java-7-from-the-nyjavasig/">java 7 from the nyjavasig</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/2011/08/17/java-7-from-the-nyjavasig/">java 7 from the nyjavasig</a> was first posted on August 17, 2011 at 11:10 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/2011/08/17/java-7-from-the-nyjavasig/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3883</post-id>	</item>
		<item>
		<title>downloading java 7 for the mac and a ubuntu linux vm</title>
		<link>https://www.selikoff.net/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/</link>
					<comments>https://www.selikoff.net/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 30 Jul 2011 22:03:36 +0000</pubDate>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[openjdk]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=3758</guid>

					<description><![CDATA[<p>I&#8217;ve been thinking about setting up a Linux VM on my Mac for a little while now.  I already have a Chrome VM.   While I installed Java 7 on my Mac yesterday from Open JDK, I also wanted an &#8230; <a href="https://www.selikoff.net/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/">downloading java 7 for the mac and a ubuntu linux vm</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/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/">downloading java 7 for the mac and a ubuntu linux vm</a> was first posted on July 30, 2011 at 6: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/2011/07/30/downloading-java-7-for-the-mac-and-a-ubuntu-linux-vm/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3758</post-id>	</item>
		<item>
		<title>what may or may not be in java 7 from the java road trip</title>
		<link>https://www.selikoff.net/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/</link>
					<comments>https://www.selikoff.net/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 03:16:48 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[closures]]></category>
		<category><![CDATA[java7]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1995</guid>

					<description><![CDATA[<p>Oracle talked about Java 7 at the first stop of the Java Road Trip. The main speaker was Brian Goetz, author of Java Concurrency In Practice. Despite the disclaimer that everything including syntax is subject to change, the talk was &#8230; <a href="https://www.selikoff.net/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/">what may or may not be in java 7 from the java road trip</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/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/">what may or may not be in java 7 from the java road trip</a> was first posted on June 14, 2010 at 11:16 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/2010/06/14/what-may-or-may-not-be-in-java-7-from-the-java-road-trip/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1995</post-id>	</item>
	</channel>
</rss>
