Posted
4 days
ago
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
... [More]
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:
[More] [Less]
Posted
9 days
ago
People already know how well Railo does at running existing CFML code. In this contest we will challenge you to look into some of the cool Railo only features to see what you could code in just 4kb (about 100 lines of code) using Railo. We'll
... [More]
post/comment on all submissions, and the winner gets a free ticket to cf.Objective(). Email your entries to contact@getrailo.com before April 1st (anywhere in the world) for a chance to win!
Have a look at the additional Railo features here:
http://www.railo.ch/blog/index.cfm/2009/11/26/Release-notes-Railo-312
http://www.getrailo.org/index.cfm/documentation/new-in-railo-31/
http://www.railo.ch/blog/index.cfm/2008/9/9/Railo-30-released--Features-part-1
http://www.railo.ch/blog/index.cfm/2008/9/10/Railo-30-released--Features-part-2
http://www.railo.ch/blog/index.cfm/2008/9/30/Railo-30-released--Features-part-III--Multimedia
http://www.railo.ch/blog/index.cfm/2008/10/10/Railo-30-released--Features-part-IV--Task-manager-Remote-synchronization
http://www.railo.ch/blog/index.cfm/2008/9/3/Extension-Manager
http://www.railo.ch/blog/index.cfm/2008/3/31/S3-with-Railo
http://www.railo.ch/blog/index.cfm/2008/2/28/Railo-Rewrite
http://www.railo.ch/blog/index.cfm/2008/2/19/Creating-Railo-archives
http://www.railo.ch/blog/index.cfm/2007/12/17/New-stuff-in-the-latest-releases--Part-II
http://www.railo.ch/blog/index.cfm/2007/11/21/New-stuff-in-the-latest-releases
http://www.railo.ch/blog/index.cfm/2007/1/9/Railo-Features-Part-V
http://www.railo.ch/blog/index.cfm/2007/1/8/Railo-Features-Part-IV
http://www.railo.ch/blog/index.cfm/2006/12/21/Railo-Features-Part-III
http://www.railo.ch/blog/index.cfm/2006/12/20/Railo-features-Part-II
http://www.railo.ch/blog/index.cfm/2006/12/19/New-features-introduced-with-Railo
http://www.railo.ch/blog/index.cfm/2006/12/15/Railo-archives
http://www.railo.ch/blog/index.cfm/Features
Some additional ideas, Maybe someone wants to write a new cool debugging template:
http://www.railo.ch/blog/index.cfm/2007/3/8/Debugging-with-Railo
Update: Being programmers, we prefer more details. A question of white space came up on the mailing list. Gert's response was, "The compiled class needs to be within 4K." Hope this helps someone considering this challenge for an awesome conference ticket. [Less]
Posted
11 days
ago
Gert announced tonight on Twitter that we're looking to get a pre-release group together to get feedback on Railo's ORM / Hibernate feature. If you're interested in being part of this pre-release group, please contact us. Please note
... [More]
, that the full cfml scripting support is not available yet in Railo, so your existing ORM coding may require some changes. [Less]
Posted
13 days
ago
So, this is probably confusing to some and I thought I'd try to clear this up. It's possible to setup Railo to run a task every x hour, minute and/or even seconds. You'll want to log into your machine and go to the Scheduled Task page ( e.g.: http://{your server}/railo-context/admin/web.cfm?action=services.schedule )
[More]
Posted
about 1 month
ago
Andy Jarret recently blogged about the usage of this.datasource in Application.cfc. Just goes to show, it pays off reading the patch notes sometimes because it has been there for awhile ( since version 3.1.0.018 ): [000059] add support for default
... [More]
datasource to cfapplication/application.cfc Go visit Andy's blog post for more details on how to use this.application. :) Another brief note is that this may be changing slightly in the future, but will always support the ACF Style ( this.datasource = "[some string]" ). [Less]