Added: src/doc index.xml
Log:
Added the index/splash page
By David Blevins, on 02d/02/04 23:10:51
Revision Changes Path
1.1 opene/src/doc/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<document url="http://openejb.sf.net/index.xml" toc="none">
<properties>
<title>OpenE</title>
<sub-title>Open Source Enterprise</sub-title>
</properties>
<body>
<titlebar>
<main>OpenE</main>
<top>Open Source</top>
<bottom>Enterprise</bottom>
</titlebar>
<section title="What is OpenE?" ref-id="What is OpenE?">
<p>
OpenE is an enterprise application server that supports the Enterprise JavaBeans 1.1
component model and will be soon be open-sourced under a BSD-sytle license.
OpenE focuses on ease of use and providing average users with an application server
that is easy to install, configure and run.
</p>
<p>
OpenE provides:
<ul>
<li>EJB 1.1 support </li>
<li>Simple authentication model </li>
<li>Full transaction support </li>
<li>Easy deployment tools </li>
<li>Fast, lightweight protocol </li>
</ul>
</p>
</section>
<section title="What's inside?" ref-id="What's inside?">
<p>
OpenE joins the list of application servers to use the powerful OpenEJB container
system. In fact, OpenE's founder, David Blevins, co-founded the OpenEJB project with
Richard Monson-Haefel. OpenE uses the container-server contract defined by
OpenEJB in a simple elegant way to provide a fully integrated EJB platform with
support for security, transactions, and JDBC/JCA resources. All under a
business-friendly BSD-style license.
</p>
</section>
</body>
</document>
|