dlr 02/04/02 08:25:46
Modified: docs/site overview.html
Log:
Updated web app framework info.
Revision Changes Path
1.6 +18 -15 jakarta-site2/docs/site/overview.html
Index: overview.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- overview.html 30 Mar 2002 04:24:54 -0000 1.5
+++ overview.html 2 Apr 2002 16:25:46 -0000 1.6
@@ -673,8 +673,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.
@@ -693,14 +694,15 @@
</td></tr>
<tr><td>
<blockquote>
- <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>
<ul>
@@ -730,17 +732,17 @@
</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>
<li><b>Torque</b>
@@ -753,18 +755,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>
<li><b>Turbine Developer Kit
(TDK)</b>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>