jvanzyl     01/08/04 17:50:05

  Modified:    lib      README.txt
  Log:
  - trimming down and moving toward ${lib.repo} style build. most of
    the JARs have been moved to the fulcrum build.
  
    later on tonight the template services will be moved into fulcrum,
    i have decoupled them from turbine and move the pull logic out of
    the template services and into turbine/pull service. template services
    now strictly deal with templating issues.
  
  Revision  Changes    Path
  1.15      +27 -144   jakarta-turbine/lib/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/lib/README.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- README.txt        2001/01/26 22:26:19     1.14
  +++ README.txt        2001/08/05 00:50:05     1.15
  @@ -1,171 +1,54 @@
   --------------------------------------------------------------------------
  -$Id: README.txt,v 1.14 2001/01/26 22:26:19 jonbolt Exp $
  +TURBINE JARS
   --------------------------------------------------------------------------
   
  -The files in this directory are here for your convenience in building
  -and using Turbine.
  +The JARs in this directory are required to compile the turbine core.
  +Most of these JARs will soon be packaged with the fulcrum services
  +package.
   
   --------------------------------------------------------------------------
   
  -CORE LIBRARIES
  -==============
  -These libraries are critical to the basic Turbine functionality and are 
  -required no matter what optional services you use.
  +activation-1.0.1.jar
   
  -* activation-*.jar
  +- required for the mail classes which use the DataSource
  +  interface.
   
  -  JavaBeans Activation Framework. Required by JavaMail.  Part of Java
  -  2 Enterprise Edition.
  +commons-collections.jar
   
  -  http://java.sun.com/products/javabeans/glasgow/jaf.html
  +- used by the ModuleLoader for caching.
   
  -* ecs-*.jar
  +fulcrum-1.0.jar
   
  -  Element Construction Set, used to generate markup (HTML, XML) from
  -  Java code without using print statements.
  +- services framework
   
  -  http://java.apache.org/ecs/
  +jakarta-regexp-1.3-dev.jar
   
  -* servlet-*.jar
  +- used by intake.
   
  -  This is the Servlet API 2.0 or greater. We include version 2.2 of the
  -  Servlet API with Turbine for building purposes. It is however recommended
  -  that you use the Servlet API that came with your Servlet Engine for deployment
  -  though.
  +junit-3.2.jar
   
  -  http://jakarta.apache.org/
  +- for testing.
   
  -* mail-*.jar
  +log4j-1.1.jar
   
  -  Java Mail.
  +- used for logging.
   
  -  http://java.sun.com/products/javamail/index.html
  +mail-1.2.jar
   
  -* village-*.jar
  +- used for utility mail classes.
   
  -  A Java interface to databases via JDBC drivers.
  +servlet-2.2-CVSHEAD-12-04-00.jar
   
  -  http://www.working-dogs.com/village/
  +- turbine is a servlet :-)
   
  +torque-1.0.jar
   
  -TEMPLATE ENGINES
  -================
  -These are the template engines supported by Turbine. Obviously, if you plan to
  -use a particular engine, you must have the appropriate JAR.
  +- persistence layer.
   
  -* freemarker-1.5.3.jar
  +velocity-1.2-dev.jar
   
  -  A templating engine. You must download this .jar file from the website 
  -  below and place it into the turbine/lib directory before attempting to
  -  build Turbine with Freemarker support.
  +- use by the velocity service (will be decoupled soon)
   
  -  http://sourceforge.net/projects/freemarker/
  +xerces-1.3.0.jar
   
  -* velocity-*.jar
  -
  -  A templating engine that will soon replace WebMacro.
  -
  -  http://jakarta.apache.org/velocity/
  -
  -* webmacro-*.jar
  -
  -  A templating engine, soon to be replaced by Velocity.
  -
  -  http://www.webmacro.org/
  -
  -
  -BUILD TOOLS
  -===========
  -These libraries are used when building Turbine and its documentation. These are
  -not necessary for the operation of Turbine itself.
  -
  -* ant-*.jar (in ../build)
  -
  -  Java build tool.
  -
  -  http://jakarta.apache.org/ant/
  -
  -* ant-*-optional.jar (in ../build)
  -
  -  Optional task definitions for Ant, including JUnit.
  -
  -  http://jakarta.apache.org/ant/
  -
  -* junit-*.jar
  -
  -  JUnit testing framework.
  -
  -  http://www.junit.org/
  -
  -* stylebook-*.jar
  -
  -  A tool for generating pretty html documentation from XML sources
  -  based on Xalan. This is an XSLT processor that generates our
  -  documentation from XML. There is no "official" documentation for
  -  this; it is a simple application of XML/XSL. The link below points
  -  to an explanation for this.
  -
  -  http://www.mail-archive.com/[email protected]/msg04415.html
  -
  -* xalan_*.jar
  -
  -  An XSL processor.
  -
  -  http://xml.apache.org/xalan-j/
  -
  -* xerces-*.jar
  -
  -  An XML parser.
  -
  -  http://xml.apache.org/xerces-j/
  -
  -
  -OPTIONAL SERVICES
  -=================
  -These JARs are used in optional services and are not not necessary for the 
  -default operation of Turbine itself.
  -
  -* castor-*.jar
  -
  -  Castor RDBMS/XML persistence framework. This is an object-relational
  -  mapping engine.
  -
  -  http://castor.exolab.org/
  -
  -* jdbc-*.jar
  -
  -  JDBC 2.0 Optional Package API. Required by Castor. JDBC is Java Data
  -  Base Conectivity. and is part of Java 2 Standard edition.
  -
  -  http://java.sun.com/products/jdbc/
  -
  -* jndi-*.jar
  -
  -  Java Naming and Directory Interface.
  -
  -  http://java.sun.com/products/jndi/index.html
  -
  -* jta*.jar
  -
  -  Java Transaction API. Required by Castor.
  -
  -  http://java.sun.com/products/jta/index.html
  -
  -* log4j*.jar
  -
  -  Logging API
  -
  -  http://jakarta.apache.org/log4j/
  -
  -* mysql-*.jar
  -
  -  MM MySQL JDBC Driver
  -  
  -  http://www.worldserver.com/mm.mysql/
  -
  -* xmlrpc.jar
  -
  -  XML Remote Procedure Calls: handles remote procedure calls
  -  implemented through the passing of XML messages.
  -
  -  http://www.xmlrpc.org/
  +- used by intake.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to