[cvs] expresso commit by mtraum: updated list of open source
projects we
JCorporate Ltd
jcorp at jcorporate.com
Tue Jan 18 21:39:22 UTC 2005
Log Message:
-----------
updated list of open source projects we integrate with
Modified Files:
--------------
expresso/expresso-web/expresso/doc/edg:
overview.xml
Revision Data
-------------
Index: overview.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/edg/overview.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lexpresso-web/expresso/doc/edg/overview.xml -Lexpresso-web/expresso/doc/edg/overview.xml -u -r1.14 -r1.15
--- expresso-web/expresso/doc/edg/overview.xml
+++ expresso-web/expresso/doc/edg/overview.xml
@@ -15,8 +15,7 @@
<colspec align='right' colsep='0' colwidth='50%' rowsep='0' />
<tbody>
<row>
- <entry>
- </entry>
+ <entry />
<entry>
<emphasis role='bold'>Maintainer:</emphasis><ulink url='mailto:dlloyd at jgroup.net?Subject=EDG'><emphasis
role='maintainer'>David Lloyd</emphasis></ulink>
@@ -528,28 +527,43 @@
for Servlet (and thus Controller) testing.</entry>
</row>
<row>
- <entry>Commons-BeanUtils</entry>
+ <entry>
+<ulink url='http://jakarta.apache.org/commons/beanutils/'>Commons-BeanUtils</ulink>
+ </entry>
<entry>A set of utility classes and methods for easing development
with JavaBeans</entry>
</row>
<row>
- <entry>Commons-Collections</entry>
+ <entry>
+<ulink url='http://jakarta.apache.org/commons/collections/'>Commons-Collections</ulink>
+ </entry>
<entry>A library of various data structures that extend the data
structures commonly included in Expresso.</entry>
</row>
<row>
- <entry>Commons-Digester</entry>
+ <entry>
+<ulink url='http://jakarta.apache.org/commons/digester/'>Commons-Digester</ulink>
+ </entry>
<entry>A library that makes it easy to build XML-based
configuration files</entry>
</row>
<row>
- <entry>Commons-Logging</entry>
+ <entry>
+<ulink url='http://jakarta.apache.org/commons/logging/'>Commons-Logging</ulink>
+ </entry>
<entry>A logging system facade that makes an attempt to wrap
various logging systems such as log4j, JDK 1.4 logger, etc. For
your own apps, we still recommend the direct use of log4j.</entry>
</row>
<row>
<entry>
+<ulink url='http://jakarta.apache.org/commons/validator/'>Commons-Validator</ulink>
+ </entry>
+ <entry>This package speeds development and maintenance of data
+ validation rules</entry>
+ </row>
+ <row>
+ <entry>
<ulink url='http://logging.apache.org/log4j/docs/index.html'>Log4J</ulink>
</entry>
<entry>A fast and fully configurable logging system that we use
@@ -573,20 +587,21 @@
<entry>
<ulink url='http://jakarta.apache.org/struts/index.html'>Struts</ulink>
</entry>
- <entry>The MVC framework upon with Expresso's Controller
- System is based. Struts encourages application architectures based
- on the Model-View-Controller (MVC) design paradigm. The goal of
- the Struts project is to provide an open source framework useful
- in building web applications with Java Servlet and JavaServer
- Pages (JSP) technology.</entry>
+ <entry>The MVC framework upon with Expresso's Controller System is
+ based. Struts encourages application architectures based on the
+ Model-View-Controller (MVC) design paradigm. The goal of the
+ Struts project is to provide an open source framework useful in
+ building web applications with Java Servlet and JavaServer Pages
+ (JSP) technology.</entry>
</row>
<row>
<entry>
<ulink url='http://www.lifl.fr/%7Edumoulin/tiles/'>Tiles</ulink>
</entry>
- <entry>The servlet container bundled with the expresso-complete
- distribution, as well as the container used for the development
- environment.</entry>
+ <entry>Tiles builds on the "include" feature provided by the
+ JavaServer Pages specification to provide a full-featured, robust
+ framework for assembling presentation pages from component
+ parts.</entry>
</row>
<row>
<entry>
@@ -599,6 +614,15 @@
</row>
<row>
<entry>
+<ulink url='http://jakarta.apache.org/velocity/'>Velocity</ulink>
+ </entry>
+ <entry>Velocity is a Java-based template engine. It permits anyone
+ to use the simple yet powerful template language to reference
+ objects defined in Java code. Velocity can be used as the view
+ model for Expresso-based applications.</entry>
+ </row>
+ <row>
+ <entry>
<ulink url='http://xml.apache.org/xalan-j/index.html'>Xalan</ulink>
</entry>
<entry>Used for XML transformations. The Xalan XSL Translator is
@@ -618,16 +642,16 @@
<ulink url='http://xml.apache.org/xerces2-j/index.html'>Xerces</ulink>
</entry>
<entry>One of the leading XML parsers. Expresso has been
- integrated with Xerces' XML parser and Xalan XSL
- transformation tool. The Xerces XML Parser provides an
- implementation of the Simple API for XML (SAX) and Document Object
- Model (DOM) for the eXtensible Markup Language (XML). Aside from
- providing a variety of three leter acronyms (TLA), XML allows for
- the simple creation of application-specific data languages. XML
- does so by providing markup for data in a consistent and
- easy-to-use manner. XML is used throughout Jcorporate's
- software development, from configuration files to dynamic web
- portal content, from themeable GUIs to message passing protocols.</entry>
+ integrated with Xerces' XML parser and Xalan XSL transformation
+ tool. The Xerces XML Parser provides an implementation of the
+ Simple API for XML (SAX) and Document Object Model (DOM) for the
+ eXtensible Markup Language (XML). Aside from providing a variety
+ of three leter acronyms (TLA), XML allows for the simple creation
+ of application-specific data languages. XML does so by providing
+ markup for data in a consistent and easy-to-use manner. XML is
+ used throughout Jcorporate's software development, from
+ configuration files to dynamic web portal content, from themeable
+ GUIs to message passing protocols.</entry>
</row>
</tbody>
</tgroup>
@@ -670,14 +694,15 @@
development is begun. This aides in the construction of software
that meets specifications, and allows projects to be continually
expanded without adversely affecting the functionality of existing
- components. To learn more about XP, visit XProgramming.com.</entry>
+ components. To learn more about XP, visit
+ XProgramming.com.</entry>
</row>
<row>
<entry>
<ulink url='http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html'>Oswego-Concurrent</ulink>
</entry>
- <entry>Doug Lea's infamous threading library. Provides many
- useful primitives for working with multi-threaded applications.</entry>
+ <entry>Doug Lea's infamous threading library. Provides many useful
+ primitives for working with multi-threaded applications.</entry>
</row>
</tbody>
</tgroup>
More information about the cvs
mailing list