Railo 3 Beta 2

Railo dropped a second beta last night. Get it here. They've also added a WAR download, though it only works when installed into an existing "express" installation. Hopefully that'll get addressed for the next release.

A couple shining points about the runtime:

  • Array and Struct literals (the [...] and {…} notation) are expressions, exactly as they should be, unlike other CFML runtimes (cough…Coldfusion…cough).
  • Arrays and Structs now implement java.util.List and java.util.Map respectively, greatly easing Java integration. This also allows the Comparators CF Groovy example I published to work correctly on Railo.

4 responses to “Railo 3 Beta 2”

  1. Brad Wood

    Pardon my ignorance, but what is an "expression" installation?
    Also, what exactly does it mean that the array and struct literals are expressions?

    Thanks.

    ~Brad

  2. Brad Wood

    Ah– thank you so much for the clarification. That makes perfect sense. In fact I hadn't even thought of of those uses before. Sounds like I need to "Go Wish" something to Adobe. :)

    ~Brad

  3. SitePoint Blogs » The Week In ColdFusion: June 25-July 1: An unconference, a new book and a boatload of code

    [...] been released, with several improvements which Michael Streit explains on the offical Railo blog. Barney Boisvert talks about the significance of the array and struct improvements, and Raymond Camden points out the new variable scope handling [...]