Thursday, July 29, 2010

Railo


Supports scripting.
Caching (honestly, the theme of this entire conference seems to be caching)
Different types of caching (easily built into cache tags to allow EH,MEM,Railo,etc)
The admin control of the cache is insane. Caches are replicated across server farms.


8 comments:

  1. Lots of great cache integration. seems very robust

    Has strict OR lazy type checking.

    Admin seems like it has lots of great ways to fine-tune the application.

    ReplyDelete
  2. Downloading the Mac OSX version now for testing..

    Looking forward to using this natively on the Mac, and being able to test various features, like caching and additional extensions.

    ReplyDelete
  3. Allows extending java and compiling down to java classes using CFC's
    Can extend a distant webservice

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Can execute java directly in Railo.

    Their example:

    <cfset session.user_id = 5>

    <cfscript language="Java">
    variables.set("susi",session.get("user_id"));
    Object res=variables.get("susi");
    pagecontext.evaluate("test=3");
    </cfscript>

    ReplyDelete
  7. Can store application AND session values in a shared cache scope, using memcache, ehcache etc..

    ReplyDelete

Note: Only a member of this blog may post a comment.