blob: 4fbe74132e771acd769c31b4bc1a5ebd113bcdc9 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><document>
<properties>
<title>Apache Commons JCI - About</title>
<author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Apache Commons JCI">
<p>
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be
compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a filesystem
alteration monitor that can be used with the JCI compiling/reloading classloader. All the currently
supported compilers feature in-memory compilation.
</p>
<p>The current implementation supports compilation via the following compilers:</p>
<ul>
<li><a href="http://www.eclipse.org/jdt/core/">Eclipse JDT compiler</a></li>
<li><a href="http://docs.codehaus.org/display/JANINO/Home">Janino</a></li>
<li><a href="http://groovy.codehaus.org/">Groovy</a></li>
<li><a href="http://www.mozilla.org/rhino">Rhino</a></li>
</ul>
</section>
<section name="Releases">
<p>
See the <a href="download_jci.cgi">downloads</a> page for information on obtaining releases.
</p>
</section>
<section name="Documentation">
<p>
The <a href="apidocs/index.html">Javadoc API documentation</a> is available online.
See the <a href="usage.html">Usage page</a> for some examples.
</p>
</section>
</body>
</document>