<?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 - Railo 3.1.2</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:11:39 +0200</pubDate>
<lastBuildDate>Wed, 18 Aug 2010 20:35: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>Railo 3.1.2.019 and open tasks</title>
<link>http://www.railo.ch/blog/index.cfm/2010/8/18/Railo-312019-and-open-tasks</link>
<description>
As part of the latest Railo update, the format of the task object has changed slightly so, if you have any open tasks in your Administrator (under Services &gt; Tasks), it&apos;s probably safer to delete those tasks first, before you update. This applies only to &lt;strong&gt;tasks&lt;/strong&gt;, not scheduled tasks.
If you update while such tasks exist, you &lt;em&gt;may&lt;/em&gt; encounter a null pointer exception when viewing Services &gt; Tasks in the Administrator. To fix that, simply remove the *.tsk files from the WEB-INF/railo/client-tasks folder tree and restart Railo.
</description>
<category>Railo 3.1.2</category>
<category>Tips</category>
<pubDate>Wed, 18 Aug 2010 20:35:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/8/18/Railo-312019-and-open-tasks</guid>
</item>
<item>
<title>Railo Ajax changes in 3.1.2.009</title>
<link>http://www.railo.ch/blog/index.cfm/2010/3/24/Railo-Ajax-changes-in-312009</link>
<description>
&lt;p&gt;This is a great example of how a project moves from the community into the core of Railo. Starting with version 3.1.2.009 (Bleeding Edge Release), Railo will include the core ajax tags and javascript library. This means that the following tags will be available by default:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CFAJAXPROXY&lt;/li&gt;
&lt;li&gt;CFAJAXIMPORT&lt;/li&gt;
&lt;li&gt;CFDIV&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Railo Ajax project has been broken into what we call &lt;b&gt;CORE&lt;/b&gt; and &lt;b&gt;UI&lt;/b&gt;. Core means that it will ship with the Railo codebase. UI means that you will be able to further extend your Railo server by downloading additional extensions (cfwindow, cfmap, cflayout) from &lt;em&gt;http://railoajax.org/provider.cfc&lt;/em&gt; or &lt;em&gt;http://railoajax.org/extensionProvider.cfc&lt;/em&gt;. Please note, when you use the providers listed, you will see 2 Railo Ajax Projects. One is for Railo builds prior to 3.1.2.009 and the other is for builds 3.1.2.009 and after.&lt;/p&gt;
&lt;p&gt;So, the recommend steps for upgrading is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Upgrade to Railo 3.1.2.009&lt;/li&gt;
&lt;li&gt;Remove any previous railoajax instance.&lt;/li&gt;
&lt;li&gt;Restart Railo ( http://{your host name}/railo-context/admin/server.cfm?action=services.restart )&lt;/li&gt;
&lt;li&gt;Re-install Railoajax (UI, if needed) from http://railoajax.org/extensionProvider.cfc USING VERSION &gt;=3.1.2.009&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Please give Andrea Campolonghi feedback on the &lt;a href=&quot;http://groups.google.com/group/railo-beta&quot;&gt;Railo-Beta mailing list&lt;/a&gt;!&lt;/p&gt;
</description>
<category>Railo 3.1.2</category>
<category>Community</category>
<category>Testing</category>
<pubDate>Wed, 24 Mar 2010 13:20:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/3/24/Railo-Ajax-changes-in-312009</guid>
</item>
<item>
<title>Cache (Reference) Part 3</title>
<link>http://www.railo.ch/blog/index.cfm/2010/2/12/Cache-Reference-Part-3</link>
<description>
&lt;style&gt;
._red{color:red;}
._title{font-family:&quot;Courier New&quot;, Courier, monospace;font-weight:bold}
&lt;/style&gt;
Before we begin the last part of the cache blog, let&apos;s do a little review.
&lt;br /&gt;&lt;br /&gt;
In the first part, I have shown how the cache is used as an object cache, how to create a cache and interact with it but not more.
The second part was on everything that is possible with the cache, and for what it can be used.
In the last part we want to see at some special cases and deliver the promised reference.
[More]
</description>
<category>Railo 3.1.2</category>
<category>Community</category>
<category>Configuration</category>
<category>CFML</category>
<category>cache</category>
<category>Reference</category>
<pubDate>Fri, 12 Feb 2010 11:44:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/2/12/Cache-Reference-Part-3</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>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>Release notes Railo 3.1.2</title>
<link>http://www.railo.ch/blog/index.cfm/2009/11/26/Release-notes-Railo-312</link>
<description>
We are very proud to present the next minor release of Railo labeled 3.1.2 which you can easily install by following the usual update procedure as described here.&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;http://www.getrailo.org/index.cfm/download/upgrading-railo/&quot;&gt;Updating Railo.&lt;/a&gt;&lt;br&gt;&lt;br&gt;
What is new in this version?
[More]
</description>
<category>Release</category>
<category>Railo 3.1.2</category>
<category>Open Source</category>
<category>Railo 3.1</category>
<category>New release</category>
<pubDate>Thu, 26 Nov 2009 19:00:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/11/26/Release-notes-Railo-312</guid>
</item>
<item>
<title>Update on Railo 3.1.2 launch</title>
<link>http://www.railo.ch/blog/index.cfm/2009/11/23/Update-on-Railo-312-launch</link>
<description>
&lt;p&gt;Railo 3.1.2.001 in now on public preview ( &lt;b&gt;http://preview.getrailo.org/&lt;/b&gt; ). If you need assistance updating, You can &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/11/17/Video--Updating-Railo&quot;&gt;watch a demo on how to update&lt;/a&gt; your Railo build. It&apos;s easy, I promise.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; I incorrectly reported that it was 3.1.2.002, it&apos;s not - it&apos;s 3.1.2.001&lt;/p&gt;
</description>
<category>Railo 3.1.2</category>
<category>Community</category>
<pubDate>Mon, 23 Nov 2009 14:21:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/11/23/Update-on-Railo-312-launch</guid>
</item>
</channel></rss>