blob: 6bdf875215429731761bc84fa10c99a6d8eb2823 [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="The JCI Component">
<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 FAM (FilesystemAlterationMonitor)
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>eclipse</li>
<li>janino</li>
<li>groovy</li>
<li>rhino</li>
</ul>
</section>
<section name="Releases">
<p>
See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
</p>
</section>
<section name="Documentation">
<p>
The <a href="apidocs/index.html">JavaDoc API documents</a> are available online.
</p>
</section>
</body>
</document>