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 0.6 (1)
1.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