A light-weight dynamic scripting language for the JVM that enables the rapid development of simple to highly sophisticated web applications.
A Swiss association ("Verein" in German, "association" in French, "associazione" in Italian) is a legal structure in Swiss law, defined in the civil code (Part one, title two, chapter two). It is similar to the Anglo-American voluntary association.
http://en.wikipedia.org/wiki/Swiss_Verein
Rasia: http://rasia.ch
Pixl8 Interactive: http://www.pixl8.co.uk
Ortus Solutions: http://www.ortussolutions.com
Daemon: http://www.daemon.com.au
MSO: http://www.mso.net
Non-Fat Media: http://www.nonfatmedia.com
Toomba: http://www.toomba.nl/
Webappr: http://www.coldfusionsupport.net/
And others.
Mark Drew
git clone https://bitbucket.org/lucee/lucee.git
git checkout develop
ant expressCLI
CFML everywhere; ant, play, jmeter, etc
loading/unloading JARs at runtime
extensions; different versions of the same JAR
hot deploy
defacto standard for enterprise java market
Abstract/Final
Static for Components
Access Modifier for Variables
Lambda expressions
And more
<:set local.users = rc.data>
<:output>
<table border="0" cellspacing="0">
<:if structCount(local.users) EQ 0>
<tr><td colspan="3">No users exist but <a href="index.lucee?action=user.form">new ones can be added</a>.</td></tr>
</:if>
<:loop collection="#local.users#" item="local.id">
<:set local.user = local.users[local.id]>
<tr>
<td><a href="index.lucee?action=user.form&id=#local.id#">#local.id#</a></td>
<td><a href="index.lucee?action=user.form&id=#local.id#">#local.user.getFirstName()# #local.user.getLastName()#</a></td>
<td>#local.user.getEmail()#</td>
</tr>
</:loop>
</table>
</:output>Lucee Express
CommandBox CLI (Ortus)
~~~
Installers (Windows/Linux)
JAR and WAR file distros
Heroku Buildpacks
Dockerfiles & Docker Images
Github: https://github.com/lucee
~~~
Documentation: http://docs.lucee.org/
Language Forum: http://lang.lucee.org/
$599USD per month
Or support at the Individual, Corporate
and Enterprise level
http://lucee.org/supporters/become-a-supporter.html
Geoff Bowers
LAS President
http://www.daemon.com.au/
@modius
modius@daemon.com.au