Artifacts using Core (7)
# The Cayla Web Framework
Cayla makes easy creating web application with Ceylon.
## Creating a simple application in seconds
### Import the Cayla module
module my.app "1.0.0" {
import io.cayla.web "0.3.1";
}
### Write the ...
Last Release on Feb 13, 2021
_Chime_ is time scheduler verticle which works on _Vert.x_ event bus and provides:
* scheduling with _cron-style_, _interval_ or _union_ timers:
* at a certain time of day (to the second);
* on certain days of the week, month or year;
* with ...
Last Release on Feb 13, 2021
6.Platform
io.vertx.ceylon » platform Apache
# Writing Verticles
As was described in the [main manual](http://vertx.io/manual.html#verticle), a verticle is the execution unit of Vert.x.
To recap, Vert.x is a container which executes packages of code called Verticles, and it ensures that the ...
Last Release on Feb 13, 2021
- Prev
- 1
- Next