<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Railo Blog - Extension</title>
<link>http://www.railo.ch/blog/index.cfm</link>
<description>The Railo development blog</description>
<language>de-de</language>
<pubDate>Tue, 07 Sep 2010 07:44:17 +0200</pubDate>
<lastBuildDate>Thu, 27 May 2010 15:21:00 +0200</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>contact@getrailo.org</managingEditor>
<webMaster>contact@getrailo.org</webMaster>
<itunes:subtitle></itunes:subtitle>
<itunes:summary></itunes:summary>
<itunes:category text="Technology" />
<itunes:category text="Technology">
<itunes:category text="Podcasting" />
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Tech News" />
</itunes:category>
<itunes:keywords></itunes:keywords>
<itunes:author></itunes:author>
<itunes:owner>
<itunes:email>contact@getrailo.org</itunes:email>
<itunes:name></itunes:name>
</itunes:owner>
<itunes:image href="" />
<image>
<url></url>
<title>Railo Blog</title>
<link>http://www.railo.ch/blog/index.cfm</link>
</image>
<itunes:explicit>no</itunes:explicit>
<item>
<title>Paid Railo Extension Amazon S3 now free; moves to the core.</title>
<link>http://www.railo.ch/blog/index.cfm/2010/5/27/Paid-Railo-Extension-Amazon-S3-now-free-moves-to-the-core</link>
<description>
&lt;p&gt;Railo Team has a mantra that if functionality moves to the &quot;core&quot; language of CFML, then what was once a paid plugin / extension would then become free. With that, this is the announcement that the Railo Amazon S3 plugin is currently available as a free extension now and it will be part of the core in one of the next patch bleeding edge releases.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; Gert just linked on twitter an old tutorial on &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2008/3/31/S3-with-Railo&quot;&gt;how to use the Amazon S3 plugin in Railo&lt;/a&gt;.&lt;/p&gt;
</description>
<category>Extension</category>
<category>Amazon Services</category>
<pubDate>Thu, 27 May 2010 15:21:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/5/27/Paid-Railo-Extension-Amazon-S3-now-free-moves-to-the-core</guid>
</item>
<item>
<title>Beta Railo Extensions: CFJAVASCRIPT / CFSTYLESHEET</title>
<link>http://www.railo.ch/blog/index.cfm/2010/3/17/Beta-Railo-Extensions-CFJAVASCRIPT--CFSTYLESHEET</link>
<description>
&lt;p&gt;Another fine example of extending your Railo server by Andrea Campolonghi. Working on large ajax projects it is not uncommon to see pages that include a lot of javascript and css files. We&apos;re often times mixing and matching javascript plugins which sometimes has css stylings that go along with the plugins. We have worked to a solution that can help developers and let the server do the job of compressing and concatenating files. Let&apos;s imagine that your app need the following js files:&lt;/p&gt;
[More]
</description>
<category>Community</category>
<category>Extension</category>
<category>CFML</category>
<pubDate>Wed, 17 Mar 2010 18:24:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/3/17/Beta-Railo-Extensions-CFJAVASCRIPT--CFSTYLESHEET</guid>
</item>
<item>
<title>Cache (Advanced) Part 2</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/26/Cache-Advanced-Part-2</link>
<description>
In the first part of the cache blog entry we looked at how we can use the cache directly without entering into great detail. Now let&apos;s have a look at what the cache is at capable of. Because it provides much more than just storing data.
[More]
</description>
<category>Railo 3.1.2</category>
<category>Extension</category>
<category>Configuration</category>
<category>CFML</category>
<category>Features</category>
<category>cache</category>
<pubDate>Tue, 26 Jan 2010 19:32:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/26/Cache-Advanced-Part-2</guid>
</item>
<item>
<title>Creating your own Railo Extension Provider</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/26/Creating-your-own-Railo-Extension-Provider</link>
<description>
&lt;p&gt;It is long overdue, but a tutorial on how to create your own &lt;a href=&quot;http://wiki.getrailo.org/wiki/Tutorial:Extension_Provider&quot;&gt;Railo extension provider&lt;/a&gt; is now available on the wiki. Why would you ever want to build your own extension provider? Perhaps you are a framework developer and you want to provide your users running Railo a &apos;one-click&apos; installation / update. Perhaps you are managing several Railo servers and you want your internal servers to update to your the latest application / custom cfc / built-in-tags/functions, etc.&lt;/p&gt;
&lt;p&gt;If you&apos;re unfamiliar with what Railo extensions are, they&apos;re essentially plug-ins that are available via the Railo team or with the help of the tutorial, you can create your own. If you want to see Railo extensions in action, you can log into your own web context ( http://{YOUR SERVER}/railo-context/admin/web.cfm?action=extension.applications ) and Railo will instantly download and install the many available frameworks (ColdBox, Fusebox, Model Glue, ColdSpring, Mach II, cfwheels, etc.) and applications ( Farcry, Mura, Galleon, Mangoblog, etc).&lt;/p&gt;&lt;p&gt;The Railo team also offers &lt;a href=&quot;http://www.getrailo.com/index.cfm/products/railo-extensions/extensions/&quot;&gt;paid extensions&lt;/a&gt; (Amazon S3, cluster scope, admin sync, cfvideo and more) via the server context ( http://{YOUR SERVER}/railo-context/admin/server.cfm?action=extension.applications ).&lt;/p&gt;
</description>
<category>Extension</category>
<category>HowTo</category>
<pubDate>Tue, 26 Jan 2010 17:05:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/26/Creating-your-own-Railo-Extension-Provider</guid>
</item>
<item>
<title>Railo Extension - Ram Resource Info</title>
<link>http://www.railo.ch/blog/index.cfm/2009/11/12/Railo-Extension--Ram-Resource-Info</link>
<description>
&lt;p&gt;Gert just &lt;a href=&quot;http://twitter.com/gert_railo/status/5632653592&quot;&gt;tweeted&lt;/a&gt; about the &quot;Ram Resource Info&quot; being available on the preview site ( http://preview.getrailo.org/ExtensionProvider.cfc ). I thought I&apos;d take a moment to show you how to install and use it.&lt;/p&gt;
[More]
</description>
<category>Community</category>
<category>Extension</category>
<category>Preview</category>
<pubDate>Thu, 12 Nov 2009 01:56:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/11/12/Railo-Extension--Ram-Resource-Info</guid>
</item>
<item>
<title>Railo - AJAX Tags</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/27/Railo--AJAX-Tags</link>
<description>
I have just uploaded Andrea Campolonghi&apos;s current RC version of the ajax built in tags. Here&apos;s what you need to do in order to install and test the tags.
[More]
</description>
<category>Release</category>
<category>Community</category>
<category>Extension</category>
<category>Railo 3.1</category>
<category>Features</category>
<pubDate>Thu, 27 Aug 2009 11:17:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/27/Railo--AJAX-Tags</guid>
</item>
<item>
<title>Always something new to find in Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/20/Always-something-new-to-find-in-Railo</link>
<description>
Even for myself this was absolutely stunning. I decided to write a series of tips for Railo and by doing this I stumbled across a problem Andrea Campolonghi had, who writes the Railo AJAX tag extensions we will include very soon. The problem was or is that he needed to read the content of a zip file that is inside another zip archive. Now how to do that without unzipping it into a local folder.
[More]
</description>
<category>Tips</category>
<category>Extension</category>
<category>HowTo</category>
<category>Railo 3.1</category>
<pubDate>Thu, 20 Aug 2009 16:00:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/20/Always-something-new-to-find-in-Railo</guid>
</item>
<item>
<title>Using the Railo cluster cache</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/2/Using-the-Railo-cluster-cache</link>
<description>
This is something we wanted to do for more than a year now. We wanted to implement a cache that is reachable from all the servers in a cluster. So here we go...
[More]
</description>
<category>Extension</category>
<category>CFML</category>
<category>Railo 3.1</category>
<category>Features</category>
<pubDate>Sun, 02 Aug 2009 01:25:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/2/Using-the-Railo-cluster-cache</guid>
</item>
</channel></rss>