Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Sep 10, 2015
1 parent b194440 commit e3b0854
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/index.html
Expand Up @@ -79,10 +79,9 @@ <h3>Cool Stuff You Can Do with Capsules</h3>
<li>Have your JAR automatically choose an appropriate JVM version, set JVM flags, and add an embedded JAR to the boot class path.</li>
<li>Embed any required native libraries directly in the JAR, and Capsule automatically makes sure your application finds them.</li>
<li>Distribute your application as an "executable WAR": it can be deployed to a servlet container <b>or</b>, if executed directly, by use of the Maven caplet it will automatically download Jetty and deploy itself into the embedded container.</li>
<li>Distribute a Clojure application without embedding Clojure itself in the capsule, and have Clojure downloaded (by the Maven caplet) the first time the capsule is launched. The Clojure runtime will be cached and shared among all Clojure capsules so it will only be downloaded once.</li>
<li>Distribute an Avatar.js application as a JAR containing only JavaScript files and the Maven caplet, and have Avatar (including its required native libraries) downloaded automatically the first time the application is launched. The Avatar runtime will be cached for later use and shared among other Avatar capsules.</li>
<li>Use a caplet to turn any capsule into a Docker image or to launch it inside a Linux Container.</li>
<li>Use a caplet to turn any capsule into an OS-specific native application or daemon.</li>
<li>Distribute a Clojure application without embedding Clojure itself in the capsule, and have Clojure downloaded the first time the capsule is launched. The Clojure runtime will be cached and shared among all Clojure capsules so it will only be downloaded once.</li>
<li>Run a capsule as a minimal Linux Container.</li>
<li>Turn any capsule into an OS-specific native application or daemon.</li>
</ul>
</div><!--intro-->
</div><!--container-->
Expand Down

0 comments on commit e3b0854

Please sign in to comment.