• 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 / com.redhat.ceylon.war / 1.3.1
Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.2.x, 1.3.x (latest)
Published Nov 21, 2016
Stats Downloads (JVM): 291
Source downloads: 382
Description

Provides a ServletContextListener for initializing the Ceylon runtime when a Ceylon WAR is loaded by a Servlet container. This module will automatically be added to a WAR when it is created - you should never need to import this module directly.

Dependencies
ceylon.language/1.3.1
com.redhat.ceylon.common/1.3.1
com.redhat.ceylon.module-loader/1.3.1
com.redhat.ceylon.module-resolver/1.3.1
java.base/7 JDK
javax.servlet/3.1.0
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import com.redhat.ceylon.war "1.3.1";
$ ceylon run com.redhat.ceylon.war/1.3.1
<property name="ceylon.home" value="…"/>
<property name="ceylon.ant.lib" 
  value="${ceylon.home}/lib/ceylon-ant.jar"/>
<path id="ant-tasks">
  <pathelement path="${ceylon.ant.lib}"/>
</path>
<typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/>

<target name="run">
  <ceylon-run module="com.redhat.ceylon.war/1.3.1"/>
</target>
Module links Members
Imported By
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

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