<?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 - Features</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:52:24 +0200</pubDate>
<lastBuildDate>Tue, 26 Jan 2010 19:32: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>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>Cache (Basic) Part 1</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/22/Cache-Basic-Part-1</link>
<description>
Since version 3.1.2 Railo supports the possibility of using a cache. This blog entry will go into the details of this feature.
The blog is divided into 3 parts, the first part will deal with the base functionality, the second part show how the cache is used in backend and the last part takes care of specialties when using the cache and shows a reference.
&lt;br&gt;&lt;br&gt;
[More]
</description>
<category>Railo 3.1.2</category>
<category>Configuration</category>
<category>HowTo</category>
<category>CFML</category>
<category>Features</category>
<category>cache</category>
<category>New release</category>
<pubDate>Fri, 22 Jan 2010 17:48:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/22/Cache-Basic-Part-1</guid>
</item>
<item>
<title>Railo Tip: CreateObject(&apos;java&apos;)</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/15/Railo-Tip-CreateObjectjava</link>
<description>
&lt;p&gt;I&apos;m actually hesitant to post this because the Railo team is actually trying to make progress on documentation and we have some new documentation policies in place. However, I know if I don&apos;t post this and people eventually find out about it, they&apos;ll wonder why they didn&apos;t know sooner. This tip pertains to Railo&apos;s createObject(&apos;java&apos;) implementation. I&apos;m told that it has been there for awhile, but I couldn&apos;t tell you what build it came from. I&apos;ll share the code and go from there.&lt;/p&gt;
&lt;pre&gt;
&amp;lt;cfset object = createObject(&apos;java&apos;,&apos;path.to.package.classtoinvoke&apos;,&apos;/path/to/jar/file/on/system&apos;)&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Read that line 2 or 3 times and let it sink in a little. Yes, Railo&apos;s createObject(&apos;java&apos;) has a 3rd (and 4th) argument. This is the full documentation on this from Michael is:&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;createObject(&apos;java&apos;,String className,String paths, String delimiter )&lt;/b&gt;&lt;br /&gt;
- &apos;java&apos; (required)&lt;br /&gt;
- className (required) - &lt;em&gt;the full class name (class and package) of the class to invoke.&lt;/em&gt;&lt;br /&gt;
- path (optional) - &lt;em&gt;a list of jar files and directory that contains class files&lt;/em&gt;&lt;br /&gt;
- delimiter (optional) - &lt;em&gt;delimiter used for the path list (default is comma &quot;,&quot;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Sean Corfield will be presenting this to the opemcfml.org advisory board, whether it gets voted on or not remains to be seen. Also, please note that I&apos;m making Documentation/&lt;a href=&quot;http://wiki.getrailo.org/&quot;&gt;Wiki&lt;/a&gt; a high priority for the year 2010.&lt;/p&gt;
</description>
<category>Tips</category>
<category>Features</category>
<pubDate>Fri, 15 Jan 2010 20:22:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/15/Railo-Tip-CreateObjectjava</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>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>
<item>
<title>Stand up and be counted!</title>
<link>http://www.railo.ch/blog/index.cfm/2009/6/23/Stand-up-and-be-counted</link>
<description>
&lt;a href=&quot;http://getRailo.org/&quot;&gt;GetRailo.org&lt;/a&gt; was recently given a &lt;a href=&quot;http://uservoice.com/&quot;&gt;uservoice.com&lt;/a&gt; account and we&apos;re taking full advantage of this! If there is a future enhancement you want the GetRailo.org Development Team to consider or you want to drum up votes for a particular feature then go draft up an idea or vote on an existing one!
You can do so by checking out the &lt;a href=&quot;http://www.getrailo.org/index.cfm/community/&quot;&gt;community section&lt;/a&gt; of &lt;a href=&quot;http://getRailo.org/&quot;&gt;GetRailo.org&lt;/a&gt; and using the &quot;feedback&quot; widget or you can go directly to &lt;a href=&quot;http://railo.uservoice.com/&quot;&gt;railo.uservoice.com&lt;/a&gt;.
</description>
<category>Open Source</category>
<category>Features</category>
<pubDate>Tue, 23 Jun 2009 20:21:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/6/23/Stand-up-and-be-counted</guid>
</item>
<item>
<title>Railo 3.0 released - Features part IV - Task manager, Remote synchronization</title>
<link>http://www.railo.ch/blog/index.cfm/2008/10/10/Railo-30-released--Features-part-IV--Task-manager-Remote-synchronization</link>
<description>
The task manager and the synchronization feature (including the cluster scope) are some of the most useful background changes we have made in Railo 3.0. They allow you to use Railo for background activities and help you configure clustered Railo instances.
[More]
</description>
<category>Release</category>
<category>Railo 3.0</category>
<category>Features</category>
<category>New release</category>
<pubDate>Fri, 10 Oct 2008 16:19:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/10/10/Railo-30-released--Features-part-IV--Task-manager-Remote-synchronization</guid>
</item>
<item>
<title>Railo 3.0 released - Features part III - Multimedia</title>
<link>http://www.railo.ch/blog/index.cfm/2008/9/30/Railo-30-released--Features-part-III--Multimedia</link>
<description>
As you might have read in my previous entries, Railo 3.0 introduces some new multimedia tags and functions. In this blog entry I
will show you how to use them.
[More]
</description>
<category>Release</category>
<category>Railo 3.0</category>
<category>Multimedia</category>
<category>Railo 3.1</category>
<category>Features</category>
<pubDate>Tue, 30 Sep 2008 14:23:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/9/30/Railo-30-released--Features-part-III--Multimedia</guid>
</item>
<item>
<title>Railo 3.0 released - Part II.5 - Railo EC² image available</title>
<link>http://www.railo.ch/blog/index.cfm/2008/9/19/Railo-30-released--Part-II5--Railo-EC-image-available</link>
<description>
With the release of Railo 3.0 we have built a Amazon EC² image which allows you to create your own running instance of it.
[More]
</description>
<category>Release</category>
<category>Railo 3.0</category>
<category>Features</category>
<category>Amazon Services</category>
<category>New release</category>
<pubDate>Fri, 19 Sep 2008 16:44:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/9/19/Railo-30-released--Part-II5--Railo-EC-image-available</guid>
</item>
<item>
<title>A short install intermezzo</title>
<link>http://www.railo.ch/blog/index.cfm/2008/9/18/A-short-install-intermezzo</link>
<description>
Before I post part III of Railo 3.0 release entry, just a quick one on how to update Railo from one version to a newer one.
[More]
</description>
<category>Release</category>
<category>Railo 3.0</category>
<category>HowTo</category>
<category>Features</category>
<category>New release</category>
<pubDate>Thu, 18 Sep 2008 18:37:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/9/18/A-short-install-intermezzo</guid>
</item>
<item>
<title>Railo 3.0 released - Features part 2</title>
<link>http://www.railo.ch/blog/index.cfm/2008/9/10/Railo-30-released--Features-part-2</link>
<description>
Since Railo 3.0 is a major release, many new things have made their way into the new version. Next to the things i mentioned yesterday, I would like to introduce you to a couple of other new compelling features.
[More]
</description>
<category>Release</category>
<category>Railo 3.0</category>
<category>CFML</category>
<category>Features</category>
<category>New release</category>
<pubDate>Wed, 10 Sep 2008 17:42:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/9/10/Railo-30-released--Features-part-2</guid>
</item>
<item>
<title>Extension Manager</title>
<link>http://www.railo.ch/blog/index.cfm/2008/9/3/Extension-Manager</link>
<description>
With the new extension manager we are implementing for Railo 3.1 Open Source many problems with installing applications or Railo Extensions should be a thing of the past.
[More]
</description>
<category>Release</category>
<category>Presentation</category>
<category>Railo 3.1</category>
<category>Features</category>
<category>New release</category>
<pubDate>Wed, 03 Sep 2008 18:19:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/9/3/Extension-Manager</guid>
</item>
<item>
<title>Scheduled tasks and request timeout</title>
<link>http://www.railo.ch/blog/index.cfm/2008/4/11/Scheduled-tasks-and-request-timeout</link>
<description>
Discussions with clients revealed that there is a general misunderstanding about the timeout setting in the definitions of scheduled tasks.
[More]
</description>
<category>Railo 2.0</category>
<category>Security</category>
<category>Comparison</category>
<category>Features</category>
<pubDate>Fri, 11 Apr 2008 00:05:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/4/11/Scheduled-tasks-and-request-timeout</guid>
</item>
<item>
<title>Railo update 2.0.1</title>
<link>http://www.railo.ch/blog/index.cfm/2008/4/10/Railo-update-201</link>
<description>
Today we released the Railo updater 2.0.1. Read more about what the updater and the previous patches contain since the release of Railo 2.0 in July last year.
[More]
</description>
<category>Release</category>
<category>Railo 2.0</category>
<category>Features</category>
<pubDate>Thu, 10 Apr 2008 22:49:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/4/10/Railo-update-201</guid>
</item>
<item>
<title>Configuring IIS6 with Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2008/4/7/Configuring-IIS6-with-Railo</link>
<description>
Many times we have installed Railo on IIS. Here&apos;s a guideline on how to install Railo on Win2K3 with IIS6. You can also watch the video on how to install Railo and IIS6.
[More]
</description>
<category>Railo 2.0</category>
<category>HowTo</category>
<category>Features</category>
<pubDate>Mon, 07 Apr 2008 14:53:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2008/4/7/Configuring-IIS6-with-Railo</guid>
</item>
</channel></rss>