A set of adaptors for types belonging to the Java language
or Java SDK. Includes:
- a set of functions for instantiating Java array types
given a stream of values, for example,
[[createJavaIntArray]], [[createJavaFloatArray]],
[[createJavaByteArray]], [[createJavaBooleanArray]],
[[createJavaObjectArray]], and
[[createJavaStringArray]],
- a set of functions for converting between Ceylon's
[[Array]] class and Java array types, for example,
[[javaIntArray]], [[javaFloatArray]], ...
Artifacts using java version 1.1.0 (8)
This module allows you to read and write to streams, such
as files, sockets and pipes.
See the `ceylon.io` package for usage examples.
Last Release on Feb 13, 2021
This module defines APIs for:
- representing and manipulating URIs,
- connecting to HTTP servers, and
- defining HTTP endpoints and executing HTTP servers.
The [[ceylon.net.uri::Uri]] class supports connection
to an HTTP URI.
Last Release on Feb 13, 2021
This module defines a bidirectional conversion between `ceylon.ast`
and the RedHat compiler AST, as well as functions that directly parse code
to `ceylon.ast` nodes using the RedHat compiler.
`ceylon.ast` → RedHat AST:
...
Last Release on Feb 13, 2021
A formatter for the Ceylon programming language.
# Command line usage
Note: if the `ceylon format` plugin wasn’t installed by default
in your distribution, you can add it by running:
~~~sh
ceylon plugin install ceylon.formatter/1.3.3
~~~
To format ...
Last Release on Feb 13, 2021
This module offers some components for JDBC-based
database connectivity. The main component is the class
[[Sql]], an instance of which may be obtained for any
given [[javax.sql::DataSource]].
Last Release on Feb 13, 2021
This module provides [[java.util::Random]] to [[ceylon.random::Random]] adapters.
Last Release on Feb 13, 2021
8.Simple HTTP Server
org.codejive.ceylon » httpd Apache
A very simple HTTP server.
Use on the command line like this `ceylon run org.codejive.ceylon.httpd -- --port <portnumber>`
Last Release on Feb 13, 2021
- Prev
- 1
- Next