Provides a programming model for the Ceylon language and make good use of Ceylon.
Build on top of
Current deployed version 0.2.6, read the module Documentation.
ceylon compile cayla
ceylon compile --source test-source test.cayla
ceylon run test.cayla/0.2.6
ceylon compile --source=examples-source examples.cayla
A simple page with a form.
run with
ceylon run --run=examples.cayla.helloworld.run examples.cayla/1.0.0
Display a Chuck Norris fact retrieved from a Rest service.
run with
ceylon run --run=examples.cayla.chucknorris.run examples.cayla/1.0.0
Some examples showing http request routing with parameters.
run with
ceylon run --run=examples.cayla.parameters.run examples.cayla/1.0.0
A simple web proxy.
run with
ceylon run --run=examples.cayla.proxy.run examples.cayla/1.0.0
Example of Rythm engine integration
run with
ceylon run --run=examples.cayla.rythm.run examples.cayla/1.0.0