dlr 02/04/02 08:24:37
Modified: xdocs/site overview.xml
Log:
Cleaned up some application framework information.
Revision Changes Path
1.10 +18 -15 jakarta-site2/xdocs/site/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/overview.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- overview.xml 30 Mar 2002 04:23:48 -0000 1.9
+++ overview.xml 2 Apr 2002 16:24:37 -0000 1.10
@@ -415,8 +415,9 @@
but works well with JDBC, EJB, JNDI, XSL, and Velocity.</p>
<p>Provides support for mapping of form data to Java Beans.</p>
<p>Relies on Custom Tags and JSP. Possibly plays better
- with other J2EE technologies than Turbine. Easier to
- retrofit to an existing project than Turbine.</p>
+ with other J2EE technologies than Turbine. Its relative
+ simplicity makes it easier to retrofit to an existing
+ project than Turbine.</p>
<ul>
<li><b>Documentation: </b>FAQs,
User Guide, Developer Guide and third party resources.
@@ -426,14 +427,15 @@
</subsection>
<subsection name="Turbine">
- <p>Servlet based MVC framework, but also provides
- functionality that may be of use outside of a
- web appliction.</p>
- <p>Built around "services": Singleton objects which may
- also have an init() and destroy() lifecycle. Many
- services come prepackaged (cf. entry below for Fulcrum).</p>
- <p>Possibly less J2EE conformant, more of an alternative!</p>
- <p><b>News: </b>Last Entry: 08.Mar.02 (monthly status reports
+ <p>Servlet based MVC framework. Its sub-projects provide
+ functionality useful outside of a web appliction.</p>
+ <p>Its Fulcrum component provides a "services" framework:
+ Singleton objects which may also have an init() and
+ destroy() lifecycle. Many services come prepackaged
+ (cf. entry below for Fulcrum).</p>
+ <p>Less concerned with J2EE conformance, more of an
+ alternative!</p>
+ <p><b>News: </b>Last Entry: 08.Mar.02 (status reports
for entire project)</p>
<li><b>Turbine</b>
@@ -465,18 +467,18 @@
</ul>
<ul>
<li><b>Documentation: </b>Javadoc, Individual descriptions.</li>
- <li><b>Version: </b>None</li>
+ <li><b>Version: </b>1.0b2</li>
<li><b>News: </b>None</li>
</ul>
</li>
<li><b>Stratum</b>
- <p>Set of existing Turbine code and Fulcrum services,
+ <p>Set of existing Turbine code and new utility routines,
refactored as components, with the intent to move
it into the Commons.</p>
<ul>
<li><b>Documentation: </b>Javadoc</li>
- <li><b>Version: </b>None</li>
+ <li><b>Version: </b>3.0b2</li>
</ul>
</li>
@@ -490,18 +492,19 @@
delete, and select objects that represent rows in your
database tables. Torque includes a runtime environment
to run the generated classes. </p>
- <p>Torque uses a single XML database schema to generate
+ <p>Torque uses on or more XML schemas to generate
the SQL for your target database and Torque's Peer-based
object relation model representing your XML database
schema. Additionally, an HTML document describing the
database can be generated if you wish to make a
browseable version of the database schema.</p>
+ <p>Provides seemless database connection pooling.</p>
<p>Handling of DB relationships (Foreign Key relationships)
in the mapping to Objects.</p>
<ul>
<li><b>Documentation: </b>Tutorial, User Guide,
Developer Guide, Database integration Howtos</li>
- <li><b>Version: </b>None</li>
+ <li><b>Version: </b>3.0b2</li>
</ul>
</li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>