• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
FroMage / ceylon.swarm
Ceylon Swarm Platform Module
Description

Ceylon CLI plugin for WildFly Swarm.

Usage

Install the plugin from the command-line:

$ ceylon plugin install ceylon.swarm/1.3.3

Write your application for WildFly Swarm by importing the Java EE API module in your Ceylon module.ceylon:

native("jvm")
module my.module "1" {
  import maven:"javax:javaee-api" "7.0";
}

Then write your application, and run the swarm plugin from the command line:

ceylon swarm --provided-module javax:javaee-api my.module/1
Category Command-line plugins

Modules which have command-line plugins available. You can install them with ceylon plugin install name/version.

Last Published Aug 21, 2017
Stats Downloads (JVM): 1025
Downloads (JS): 0
Source downloads: 1087
Module links Imported By
Browse
List of published versions
1.3.3 JVM JVM: 1.2.x, 1.3.x (latest) Published Aug 21, 2017 Browse
View docs
1.3.2 JVM JVM: 1.2.x, 1.3.x (latest) Published Mar 2, 2017 Browse
View docs
1.3.1 JVM JVM: 1.2.x, 1.3.x (latest) Published Nov 22, 2016 Browse
View docs
1.3.0 JVM JVM: 1.2.x, 1.3.x (latest) Published Sep 16, 2016 Browse
View docs
You must be logged in to comment.

Ceylon Herd v1.24 Copyright 2012-2021 Red Hat. About