<?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>apache | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Fri, 21 Feb 2020 21:13:11 +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>[2020 devnexus] open development when you&#8217;re not in charge</title>
		<link>https://www.selikoff.net/2020/02/21/2020-devnexus-open-development-when-youre-not-in-charge/</link>
					<comments>https://www.selikoff.net/2020/02/21/2020-devnexus-open-development-when-youre-not-in-charge/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Fri, 21 Feb 2020 20:32:15 +0000</pubDate>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[devnexus]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14256</guid>

					<description><![CDATA[<p>Bob Paulin @bobpaulin For more, see table of contents Open Development Code, processes of contribution available to whole organization. Each project might have some extra governance Developers can see, contribute and work with any code. InnerSource Communities not product teams Communication &#8230; <a href="https://www.selikoff.net/2020/02/21/2020-devnexus-open-development-when-youre-not-in-charge/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2020/02/21/2020-devnexus-open-development-when-youre-not-in-charge/">[2020 devnexus] open development when you’re not in charge</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/02/21/2020-devnexus-open-development-when-youre-not-in-charge/">[2020 devnexus] open development when you&#8217;re not in charge</a> was first posted on February 21, 2020 at 3:32 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/02/21/2020-devnexus-open-development-when-youre-not-in-charge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14256</post-id>	</item>
		<item>
		<title>Creating a tar.gz file in Java</title>
		<link>https://www.selikoff.net/2010/07/28/creating-a-tar-gz-file-in-java/</link>
					<comments>https://www.selikoff.net/2010/07/28/creating-a-tar-gz-file-in-java/#comments</comments>
		
		<dc:creator><![CDATA[Scott Selikoff]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 08:40:15 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache.compression]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[commons]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[zip]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=2074</guid>

					<description><![CDATA[<p>Today&#8217;s article demonstrates how to create a tar.gz file in a single pass in Java. While there&#8217;s number of websites that provide instructions for creating a gzip or tar archive via Java, there aren&#8217;t any that will tell you how &#8230; <a href="https://www.selikoff.net/2010/07/28/creating-a-tar-gz-file-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2010/07/28/creating-a-tar-gz-file-in-java/">Creating a tar.gz file in Java</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/07/28/creating-a-tar-gz-file-in-java/">Creating a tar.gz file in Java</a> was first posted on July 28, 2010 at 4:40 am.<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/07/28/creating-a-tar-gz-file-in-java/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2074</post-id>	</item>
	</channel>
</rss>
