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.
Lots of great cache integration. seems very robust
ReplyDeleteHas strict OR lazy type checking.
Admin seems like it has lots of great ways to fine-tune the application.
Downloading the Mac OSX version now for testing..
ReplyDeleteLooking forward to using this natively on the Mac, and being able to test various features, like caching and additional extensions.
Allows extending java and compiling down to java classes using CFC's
ReplyDeleteCan extend a distant webservice
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteCan execute java directly in Railo.
ReplyDeleteTheir 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>
Can store application AND session values in a shared cache scope, using memcache, ehcache etc..
ReplyDeleteCFRETRY,CFTIMEOUT - New tags
ReplyDelete