Entries Tagged as CFML

New Feature - CFRETRY

November 27, 2012 · 11 Comments

Sometimes receiving an error is an indication, that something isn't in the stat you expect it to be. So we have introduced the new tag CFTRY. It comes with a set of jump statements which will be introduced in Railo 4.1 and which we will be blogging about soon. So let's start with CFTRY.

[Read more →]

11 CommentsTags: CFML · Features · New release · Railo 4.1

Using CFML tags in cfscript

April 09, 2012 · No Comments

CFML only has some equivalents to the available tags in CFSCRIPT. In Railo you can now use almost all tags by just removing the <cf and replacing the last > with a ;

[Read more →]

No CommentsTags: CFML · HowTo · Tips

Railo Tip of the Week: Using the ternary operator

March 05, 2012 · 3 Comments

Using the ternary operator will shorten your if-decisions.

[Read more →]

3 CommentsTags: CFML · Tips

Oliver Tupman @ Railo

December 06, 2011 · 1 Comment

Again it is a pleasure for me to introduce a new member at Railo Technologies. I am very happy about being able to get Oliver to join our team.

But again as always, let me let him do his introduction:

My name's Oliver Tupman originally from the UK, now living in Zürich, Switzerland and I'm very happy to become part of the Railo Team working on the core of the software.

[Read more →]

1 CommentTags: CFML · Open Source · People · Team

Pivot tables with Railo - CFPIVOTTABLE

November 09, 2011 · 6 Comments

For one of our clients we often need to process data in Railo returned by a query and reorganize them in a Pivot-Table like fashion. Normally what you have to do is to group queries by recurring values and sum them up depending on the values in the fields.

[Read more →]

6 CommentsTags: CFML · Extension · Features · Open Source · Railo 3.3

The Railo Extension Store is open!

June 06, 2011 · 6 Comments

Railo Extension Store example screenWith the upcoming release of Railo Server 3.3 RC, Railo Technologies is now proudly opening up the Railo Extension Store! The Extension Store is the central marketplace for Railo Extensions, where visitors can browse through and install the available extensions, and developers can upload and manage their own extensions. The store will make sure that your extensions get enough exposure, since all Store extensions are shown in each and every Railo Administrator around the globe!

[Read more →]

6 CommentsTags: CFML · Extension · Railo 3.3 · Release

Railo Server Administrator training in Australia

October 15, 2010 · No Comments

Next month in November Mark Drew and Gert Franz will be attending cf.Objective(ANZ) in Melbourne as Gold sponsors. In addition to the sponsorship we decided to host a series of Railo trainings in different major cities in Australia. Do far the schedule looks like this:

Location Day 1 Day 2 Day 3 (Q & A)
Perth Nov. 10 Nov. 11 Nov. 12
Melbourne Nov. 15 Nov. 16 Nov. 17
Sydney Nov. 22 Nov. 23 Nov. 24



You can read more information about the training on our website. We would be happy to see you there.

No CommentsTags: CFML · Community · Presentation · Training

Beta Railo Extensions: CFJAVASCRIPT / CFSTYLESHEET

March 17, 2010 · No Comments

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'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's imagine that your app need the following js files:

[Read more →]

No CommentsTags: CFML · Community · Extension

Cache (Reference) Part 3

February 12, 2010 · 2 Comments

Before we begin the last part of the cache blog, let's do a little review.

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.

[Read more →]

2 CommentsTags: cache · CFML · Community · Configuration · Railo 3.1.2 · Reference

Cache (Advanced) Part 2

January 26, 2010 · No Comments

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's have a look at what the cache is at capable of. Because it provides much more than just storing data.

[Read more →]

No CommentsTags: cache · CFML · Configuration · Extension · Features · Railo 3.1.2