<?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>Neociclo</title>
	<atom:link href="http://www.neociclo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neociclo.com</link>
	<description>Open Sourcing Odette FTP</description>
	<lastBuildDate>Tue, 05 Oct 2010 02:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Neociclo added documentation for Accord Camel OFTP2</title>
		<link>http://www.neociclo.com/2010/10/neociclo-added-documentation-for-accord-camel-oftp2/</link>
		<comments>http://www.neociclo.com/2010/10/neociclo-added-documentation-for-accord-camel-oftp2/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 02:41:16 +0000</pubDate>
		<dc:creator>Bruno Borges</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.neociclo.com/?p=233</guid>
		<description><![CDATA[Neociclo has added some documentation for the Accord Camel OFTP2 project. With this module it is possible to access Odette FTP servers and exchange files as well delivery notifications (EERPs) and process them through Camel routes. This adds great value to the Accord MFT Suite as it gives Enterprise Integration Patterns support.]]></description>
			<content:encoded><![CDATA[<p>Neociclo has added some <a href="http://accord.ow2.org/odetteftp/camel.html">documentation</a> for the <a href="http://accord.ow2.org/odetteftp/camel.html">Accord Camel OFTP2</a> project. With this module it is possible to access Odette FTP servers and exchange files as well delivery notifications (EERPs) and process them through Camel routes. This adds great value to the Accord MFT Suite as it gives <a href="http://www.enterpriseintegrationpatterns.com">Enterprise Integration Patterns</a> support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neociclo.com/2010/10/neociclo-added-documentation-for-accord-camel-oftp2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Camel now has OFTP2 support</title>
		<link>http://www.neociclo.com/2010/09/apache-camel-now-has-oftp2-support/</link>
		<comments>http://www.neociclo.com/2010/09/apache-camel-now-has-oftp2-support/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 18:57:18 +0000</pubDate>
		<dc:creator>Bruno Borges</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.neociclo.com/?p=216</guid>
		<description><![CDATA[B2B requires software developers to be aware of Enterprise Integration Patterns, better know as EIPs. One, if not the only, great framework to develop and architect EIPs is Apache Camel. The Accord MFT suite is 100%-tied to this framework due to the nature of the business problem we try to solve: Managed File Transfer and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-217" title="camel-box-small" src="http://www.neociclo.com/wp-content/uploads/2010/09/camel-box-small.png" alt="" width="150" height="204" /><strong>B2B</strong> requires software developers to be aware of <a href="http://www.enterpriseintegrationpatterns.com/">Enterprise Integration Patterns</a>, better know as <strong>EIPs</strong>. One, if not the only, great framework to develop and architect EIPs is <a href="http://camel.apache.org">Apache Camel</a>. The Accord MFT suite is 100%-tied to this framework due to the nature of the business problem we try to solve: <strong>Managed File Transfer</strong> and <strong>Data Processing</strong>. Because of that, it was a requirement on our roadmap to implement a Camel Component to provide <a href="http://accord.ow2.org/odetteftp/protocol.html">OFTP2</a> support.</p>
<p>The component has the ability to send and receive files as well delivery notifications, also know as End-to-End Responses (<a href="http://tools.ietf.org/html/rfc5024#section-3.3.5">EERP</a>) in the OFTP2 specification &#8211; <a href="http://tools.ietf.org/html/rfc5024">RFC 5024</a>. It was implemented with the <strong><a href="http://accord.ow2.org/odetteftp">Accord Odette OFTP2</a></strong> Java library.</p>
<p>Routes for the Apache Camel can be defined to receive and save incoming files as follow:</p>
<p class="wp-caption" style="text-align: left; padding-left: 90px;">from(<span style="color: #333399;">&#8220;oftp://[username[:password]]@server[:port]?delay=5000</span>&#8220;)<br />
.to(<span style="color: #333399;">&#8220;file:/home/odette/inbox&#8221;</span>);</p>
<p>It is also possible to process incoming delivery notifications (EERP):</p>
<p class="wp-caption" style="text-align: left; padding-left: 90px;">from(<span style="color: #333399;">&#8220;oftp://[username[:password]]@server[:port]?delay=5000&#8243;</span>)<br />
.filter(header(OdetteEndpoint.<span style="color: #333399;"><em>ODETTE_DELIVERY_NOTIFICATION</em></span>).isNotNull())<br />
.to(<span style="color: #333399;">&#8220;bean:storeDeliveryNotification&#8221;</span>);</p>
<p>For more information, please go to the <a href="http://accord.ow2.org/odetteftp">Accord Odette OFTP2</a> project <a href="http://accord.ow2.org/odetteftp">website</a> or <strong>join our <a href="http://accord.ow2.org/odetteftp/mail-lists.html">mailing lists</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neociclo.com/2010/09/apache-camel-now-has-oftp2-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Odette-J is now Accord Odette</title>
		<link>http://www.neociclo.com/2010/08/odette-j-is-now-accord-odette/</link>
		<comments>http://www.neociclo.com/2010/08/odette-j-is-now-accord-odette/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 16:14:14 +0000</pubDate>
		<dc:creator>Bruno Borges</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.neociclo.com/?p=213</guid>
		<description><![CDATA[The Odette-J project has now become Accord Odette FTP Java Library. If you are looking for an API (application programming interface) to code your own Odette FTP functions embedded within your software, you will find that Accord Odette is the best and only open source solution available. We are still woking on documentation, examples and [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://odettej.dev.java.net/">Odette-J</a> project has now become <strong><a href="http://accord.ow2.org/">Accord</a> Odette FTP Java Library</strong>. If you are looking for an <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a> (<em>application programming interface</em>) to code your own <a href="http://www.odette.org">Odette FTP</a> functions embedded within your software, you will find that <strong>Accord Odette</strong> is the best <strong>and only </strong>open source solution available. We are still woking on documentation, examples and tools based on this library, but if you want to put your hands on, go to the Accord project website and walk through the source code for a deep look at it.</p>
<p>Also, <a href="http://www.neociclo.com">Neociclo</a> offers a commercial license with <a href="http://www.neociclo.com/services/support/">support</a> included for MFT and B2B system vendors. <a href="mailto:contact@neociclo.com">Contact us</a> for more datils if you feel interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neociclo.com/2010/08/odette-j-is-now-accord-odette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Odette FTP open sourced in a closed market</title>
		<link>http://www.neociclo.com/2010/07/odetteftp-open-sourced/</link>
		<comments>http://www.neociclo.com/2010/07/odetteftp-open-sourced/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 03:23:22 +0000</pubDate>
		<dc:creator>Bruno Borges</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Accord]]></category>
		<category><![CDATA[MFT]]></category>
		<category><![CDATA[Odette FTP]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://neocicloblog.wordpress.com/?p=1</guid>
		<description><![CDATA[Neociclo is proud to announce that it has open sourced its Odette FTP Java API implementation. This is an important achievement inside the B2B and Managed File Transfer market mainly because there are few implementations of this protocol and none are Open Source. Neociclo&#8217;s Accord Odette OFTP2 Library implements Odette FTP version 2.0, supporting new [...]]]></description>
			<content:encoded><![CDATA[<p>Neociclo is proud to announce that it has open sourced its Odette FTP Java API implementation. This is an important achievement inside the B2B and Managed File Transfer market mainly because there are few implementations of this protocol and none are Open Source. Neociclo&#8217;s <a href="http://www.neociclo.com/products/accord-odette/">Accord Odette OFTP2 Library</a> implements Odette FTP version 2.0, supporting new features like transport over TCP/IP.</p>
<p>The market that makes use of the Odette FTP technology is mostly composed by automotive industries, governments and financial companies. These companies trust on OFTP&#8217;s architecture by all means and require its use from its suppliers. Within this very specific market, few companies have implemented the protocol and all offers are closed source.</p>
<p>Neociclo found a way to join this closed market through an Open Source Business Model, because it believes that trustability, reliability and transparency are everything clients ask for from an Odette FTP implementation. And we believe only Open Source software can offer this.</p>
<p>Please, feel free to contact us for more details on support and training. And last but not least, if you work with Odette FTP and file transfers in general, join our community and help us build more quality software.</p>
<p>Please access the Neociclo&#8217;s <a href="http://www.neociclo.com/community/">Community</a> webpage for more technical information.</p>
<p>Thank you,<br />
Bruno Borges - CTO</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neociclo.com/2010/07/odetteftp-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
