User: kunle
Date: 00/08/24 05:20:58
Modified: . faq.htm
Log:
- added Jeremiah's questions/answers
- updated almost all existing answers (now with links where appropriate)
- fix bugs in links within file
Revision Changes Path
1.3 +133 -107 website/faq.htm
Index: faq.htm
===================================================================
RCS file: /products/cvs/ejboss/website/faq.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.htm 2000/08/24 00:27:56 1.2
+++ faq.htm 2000/08/24 12:20:57 1.3
@@ -18,8 +18,8 @@
<p><a name="top_of_faq"></a><font color="#FFCC00" face="Arial, Helvetica,
sans-serif" size="6"><b>Frequently
Asked Questions for jBoss</b></font></p>
<p><font color="#000000" face="Arial, Helvetica, sans-serif" size="1"><b>This
- FAQ was created by Kunle Odutola and Micheal Jordan on 26 March 2000. It
was
- last updated at 24 August 2000 00:45 GMT by Kunle Odutola.
+ FAQ was originally created by Kunle Odutola on 26 March 2000. It was
+ last updated on 24 August 2000 by Jeremiah Johnson & Kunle
Odutola.
</b></font></p>
</td>
</tr>
@@ -54,21 +54,23 @@
Java application server for the Java 2 Enterprise Edition platform. jBoss
will be delivered under the GPL licence. The jBoss project lives at <a
href="http://www.ejboss.org/">www.jBoss.org</a>.<br>
</font></p>
- <p><font face="Myriad Web,Arial">After an <a
href="#FAQ-SECTION-CREDITS">initial
- section</a> of this document itself, the rest of the information in this
- FAQ has been logically divided into three sections. Each section is to
- a particular functional roles - <a href="#FAQ-SECTION-BEANDEV">Bean
Developer</a>,
- <a href="#FAQ-SECTION-SRVDEV">Server Administrator</a> and <a
href="#FAQ-SECTION-SRVDEV">Container
- Developer</a> - in relation to jBoss. A fourth section is a catchall for
- <a href="#FAQ-SECTION-GENERAL">general information</a>. </font></p>
- <p><font face="Myriad Web,Arial">If you are looking for
- Technical Information about jBoss then you should read the <A
HREF="http://www.jboss.org/ejb.html">jBoss
+ <p><font face="Myriad Web,Arial">This FAQ has been logically divided into
+ the following sections - an <a href="#FAQ-SECTION-CREDITS">initial
+ section</a> about this document itself, a catchall section for
+ <a href="#FAQ-SECTION-GENERAL">general and background information</a>, a
+ section about the <a href="#FAQ-SECTION-JBOSS">jBoss projects and
people</a>
+ and then three role-based sections. Each of this sections is designed to
+ help you based on what you do with jBoss - <a
href="#FAQ-SECTION-BEANDEV">Bean Developer</a>,
+ <a href="#FAQ-SECTION-SRVDEV">Server Administrator</a> or <a
href="#FAQ-SECTION-SRVDEV">Container
+ Developer</a>.</font></p>
+ <p><font face="Myriad Web,Arial">If you are looking for more Technical
Information about jBoss then you should
+ also read the <A HREF="http://www.jboss.org/ejb.html">jBoss
2.0 EJB development guide</A>.</font></p>
<div width="100%">
<div align="right">
<table border="0" width="95%">
<tr>
- <td width="100%"><a href="#FAQ-GENERAL"
name="FAQ-SECTION-CREDITS"><font face="Myriad Web,Arial">FAQ
+ <td width="100%"><a href="#FAQ-CREDITS"
name="FAQ-SECTION-CREDITS"><font face="Myriad Web,Arial">FAQ
Info and Credits</font></a></td>
</tr>
</table>
@@ -79,12 +81,10 @@
<td width="4%"></td>
<td width="96%">
<ul>
- <li><font face="Myriad Web,Arial"><a href="#Definitions">Who
+ <li><font face="Myriad Web,Arial"><a
href="#FAQ-CREDITS-AUTHORS">Who
is responsible for this FAQ ?</a></font>
- <li><font face="Myriad Web,Arial"><a href="#Definitions">How
- do I get the latest version of this FAQ? </a></font>
- <li><font face="Myriad Web,Arial"><a href="#FAQ-CHANGES">FAQ
- Corrections & Additions</a></font>
+ <li><font face="Myriad Web,Arial"><a
href="#FAQ-CREDITS-LATEST">How
+ do I get the latest version of this FAQ?</a></font>
</ul>
</td>
</tr>
@@ -128,7 +128,7 @@
<div align="right">
<table border="0" width="95%">
<tr>
- <td width="100%"><a href="#FAQ-GENERAL"
name="FAQ-SECTION-GENERAL"><font face="Myriad Web,Arial">jBoss
+ <td width="100%"><a href="#FAQ-JBOSS" name="FAQ-SECTION-JBOSS"><font
face="Myriad Web,Arial">jBoss
Questions</font></a></td>
</tr>
</table>
@@ -342,6 +342,7 @@
<li><font face="Myriad Web,Arial">Stephan Schmidt</font>
<li><font face="Myriad Web,Arial">Micheal Jordan</font>
<li><font face="Myriad Web,Arial">Kunle Odutola</font>
+ <li><font face="Myriad Web,Arial">Jeremiah Johnson</font>
</ul>
<p><font face="Myriad Web,Arial">If you see your genius represented
anywhere in this FAQ without due attribution to you and you would
@@ -462,14 +463,14 @@
JavaBeans ?</A></H3>
<P>Yes, JavaBeans are different from Enterprise JavaBeans (EJBs).
Both JavaBeans and EJBs are units of packaged functionality but they
- are designed to function in a very specific and different
+ are designed to function in very specific and different
environments. JavaBeans facilitate black box reuse of visual and
non-visual components within JavaBean-aware IDEs. EJBs on the other
hand are non-visual components that can only be deployed in an
EJB-compliant
Java application server. </P>
<P> JavaBeans are basically just classes executed
- in the JVM, but EJBs are managed objects that are deployed within
- an application server. JavaBeans may be driven by events, but EJBs
+ in the JVM, while EJBs are managed objects that are deployed within
+ an EJB application server. JavaBeans may be driven by events, but EJBs
are currently just driven by remote method calls.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
@@ -500,72 +501,50 @@
<P> </P>
<H3><A NAME="FAQ-GENERAL-TRANSMGMT">What is Transaction Management
?</A></H3>
+ <p>A transaction is an atomic and reliable unit of program execution
+ . Transactions systems are invaluable in any system that support
+ concurrent processing. For example, if multiple clients are using
+ the same database table concurrently, it's possible that the
+ database write operations they perform could leave the table in an
+ inconsistent state. With transactional support, each user see a
+ transaction as an operation that either completes successfully or
+ not at all. The possibility of inconsistencies arising as result of
+ their interleaved database operations is removed. </p>
+ <p>The Enterprise JavaBeans architecture provides automatic support
+ for distributed transactions in component based applications. Such
+ distributed transactions can atomically update data in multiple
+ databases. The burden of managing transactions is thus shifted from
+ the bean developer to the EJB container and/or server.</p>
<P>Read chapter 11 of the EJB 1.1 spec if you are interested in knowing
more about Transaction Management.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-GENERAL-PERSISTENCE">What is Bean / Container Managed
Persistence ?</A></H3>
+ <p>With respect to Enterprise JavaBeans (EJBs), persistence is a
+ term that describes the process whereby the the state of an active
(stateful?)
+ EJB is stored (usually to a database) in such a way that the EJB can
+ be reactivated later. It is serialization for EJBs if you like.</p>
+ <p>There are two flavours of persistence in EJB - Bean-Manage
+ Persistence (BMP) and Container-Managed Persistence (CMP). The main
+ difference between the two flavours is who is responsible for
<i>actually</i>
+ persisting the EJB. In BMP the bean developer is responsible for
+ writing the code that persists the beans state (maybe using JDBC?)
+ while in CMP, the container is reponsible. In CMP a bean developer
+ might not even <i>know</i> what object-relational database
+ persistence is let alone how it works?. Pretty neat.</p>
+ <p>A relevant excerpt from the <a
href="http://java.sun.com/products/ejb/docs.html">EJB
+ 1.1. specification</a> itself, on page 100:</p>
<P>"The entity bean component protocol allows the entity Bean Provider
either to implement the entity bean's persistence directly in the
entity bean class or in one or more helper classes provided with
the entity bean class (bean-managed persistence), or to delegate
the entity bean's persistence to the Container Provider tools used
at deployment time (container-managed persistence)."<BR>
- <BR>
- - EJB 1.1 Spec page 100</P>
+ </P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
</font>
- <h3> </h3>
- <h3><font face="Myriad Web,Arial"><a name="FAQ-GENERAL-EJBOSS">What
- is jBoss ?</a></font></h3>
- <p><font face="Myriad Web,Arial">Basically, jBoss is an application
- server written in Java that can host business components developed
- in Java. The interface and architecture of the jBoss application
- server, the Java business components that can be hosted inside jBoss
- and various protocols by which a client application (or other
business
- componts) can interact with the business components is defined by
- the <a href="http://java.sun.com/products/ejb/docs.html">Enterprise
- JavaBeans specification</a>.</font></p>
- <p><font face="Myriad Web,Arial">jBoss v1.0 is an implementation of
- an EJB v1.1 server. The jBoss server is developed as an Open Source
- server using 100% Pure Java. We are working very hard to ensure
- that jBoss becomes <i>the</i> premier EJB server for the Java 2
- Enterprise Edition.</font></p>
- <p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ
- Contents</a></font></p>
- <p> </p>
- <h3><font face="Myriad Web,Arial"><a name="FAQ-GENERAL-ORG">What is
- the jBoss Organization ?</a></font></h3>
- <p><font face="Myriad Web,Arial">A group of very talented individual
- that are dedicated to producing the best and most accessible J2EE
- platform.</font></p>
- <p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ
- Contents</a></font></p>
<p> </p>
- <h3><font face="Myriad Web,Arial"><a name="FAQ-GENERAL-COPY">How can
- I get a copy of jBoss ?</a></font></h3>
- <ul>
- <li><font face="Myriad Web,Arial">From the jBoss project's homepage
- at <a href="http://www.ejboss.org/">www.jBoss.org</a>. There is
- a link to jBoss binary distributions for JDK 1.2.2 and JDK 1.3
- JVMs..</font>
- <li><font face="Myriad Web,Arial">From the jBoss CVS repository.
- The jBoss source code is in CVS and this route is more appropriate
- for developers and seasoned jBoss pros. Please note that you will
- need to build this version before it can be used.</font>
- </ul>
- <p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ
- Contents</a></font></p>
- <p> </p>
- <h3><font face="Myriad Web,Arial"><a name="FAQ-GENERAL-INSTALL">How
- do I install jBoss ?</a></font></h3>
- <p><font face="Myriad Web,Arial">Very carefully!. Not really, you
- could save some hassle by following the steps in the <a
href="getting_started.htm">Beginning
- EJB programming using jBoss guide for GNU/Linux</a>.</font></p>
- <p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ
- Contents</a></font></p>
- <p> </p>
</td>
</tr>
</tbody>
@@ -601,33 +580,47 @@
<tbody>
<tr>
<td valign="top" colspan="2">
- <h3><font face="Myriad Web,Arial"><a name="FAQ-GENERAL-EJBOSS">What
+ <h3><font face="Myriad Web,Arial"><a name="FAQ-JBOSS-SUMMARY">What
is jBoss ?</a></font></h3>
<p><font face="Myriad Web,Arial">Basically, jBoss is an application
server written in Java that can host business components developed
in Java. The interface and architecture of the jBoss application
server, the Java business components that can be hosted inside jBoss
- and various protocols by which a client application (or other
business
- componts) can interact with the business components is defined by
+ and various protocols by which a client application (or other business
+ components) can interact with the business components is defined by
the <a href="http://java.sun.com/products/ejb/docs.html">Enterprise
JavaBeans specification</a>.</font></p>
- <p><font face="Myriad Web,Arial">jBoss v1.0 is an implementation of
- an EJB v1.1 server. The jBoss server is developed as an Open Source
- server using 100% Pure Java. We are working very hard to ensure
- that jBoss becomes <i>the</i> premier EJB server for the Java 2
+ <p><font face="Myriad Web,Arial">jBoss 2 is designed to be an EJB v1.1
+ container and server. There are <a
href="http://www.telkel.com/bugzilla/show_bug.cgi?id=109">efforts
+ underway</a> currently to extend the support to EJB v2.0 but the
+ work isn't expected to begin before Q4 2000. The jBoss server is
developed
+ in the Open Source tradition by volunteers and sponsors using 100% Pure
Java. </font></p>
+ <p><font face="Myriad Web,Arial"> We are working very hard to ensure
+ that jBoss rightfully becomes <i>the</i> premier EJB server for the
Java 2
Enterprise Edition.</font></p>
<p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ
Contents</a></font></p>
<p> </p>
<font face="Myriad Web,Arial">
- <H3><A NAME="FAQ-JBOSS-PGOV">What is Project Game Over (PGOV) ?</A></H3>
- <P>PGOV covers EJB1.1 and basic integration and will essentially
provide
- the "essential J2EE" in open source.</P>
- <P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
- <P> </P>
- <H3><A NAME="FAQ-JBOSS-PGO">What is Project Go! (PGO) ?</A></H3>
- <P>PGo will cover EJB2.0 and some advanced features (some have started)
- but it will take longer, probably around christmas.</P>
+ <H3><A NAME="FAQ-JBOSS-PGOV">What is Project Game Over or PGOV
?</A></H3>
+ <P>Project Games Over (pGO or PGOV) is a co-ordinated set of
+ activities that are designed to produce a production quality
+ jboss2.0 and move us towards jboss3.0 - <i>the</i> integrated
j2EE container.
+ There can be no hard time limits in Open Source but pGO hope to have
+ a production quality beta of jBoss 2 by Q4 2000. </P>
+ <P>pGO is a goal-oriented programme that has successfully galvanised
+ even the most hardcore and eternally galvanised members of the jBoss
+ community. The goal?. A finished, production version of jBoss 2 that
+ covers EJB1.1, basic integration with other J2EE components.
+ We will essentially provide
+ the "essentials of J2EE" in open source.</P>
+ <P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
+ <P> </P>
+ <H3><A NAME="FAQ-JBOSS-PGO">What is Project Go! (pGO!) ?</A></H3>
+ <P>After pGO above, the pGO! programme (probably needs a
+ significantly different name) will move jBoss on towards EJB2.0
+ compliance and some advanced features (some have started)
+ but it will take longer, probably around Q1 2001.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-JBOSS-BENEFITS">What are the benefits of jBoss
?</A></H3>
@@ -646,15 +639,16 @@
<P> </P>
<H3><A NAME="FAQ-JBOSS-COMPLIANCE">Is jBoss in compliance with the
current EJB spec ?</A></H3>
- <P>Yes. Current spec is <A
HREF="http://java.sun.com/products/ejb/docs.html">EJB
- 1.1</A></P>
+ <P>Yes. Well mostly. JBoss 2 is <a
href="http://www.telkel.com/bugzilla/show_bug.cgi?id=136">being
+ continuously tested</a> for compliance with the <A
HREF="http://java.sun.com/products/ejb/docs.html">EJB
+ 1.1 specification</A>.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-JBOSS-COMMUNITY">What is the jBoss community ?</A></H3>
<P>The jBoss community is a pool of contributors working on <b>joint
J2EE projects</b> much like the "Apache group" of Apache
Server fame. jBoss people come from all over the world... 'Silicon
- Valley' California, France, Sweden, Siberia, Hong Kong, Singapore,
+ Valley' California, London and the rest of the UK, France, Sweden,
Siberia, Hong Kong, Singapore,
Australia and there's even a few from the 'Tropical Antarctic'
(otherwise
known as New Zealand).</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
@@ -745,12 +739,17 @@
<P>There is quite a <A
HREF="http://www.mail-archive.com/[email protected]/msg00262.html">long
post</A> discussing this question. In short, if you use a third
party plug-in, then you must adhere to the license of that third
- party plug-in. For jBoss stuff, any of your classes that
<B>import</B>
- jBoss classes must be GPL.</P>
+ party plug-in <i>in addition</i> to the jBoss license. For jBoss
stuff, any of your classes that <B>import</B>
+ jBoss classes directly must be GPL.</P>
+ <P>Please note that standard Enterprise JavaBeans do not import
+ jBoss code. They access jBoss's functionality indirectly via the
+ J2EE APIs. Hence they do <i>not</i> import jBoss classes and do not
+ have to be GPL'ed.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-JBOSS-IIOP">Does jBoss support RMI/IIOP ?</A></H3>
- <P>Not yet.</P>
+ <P>Not yet. But have a look at <a
href="http://www.telkel.com/bugzilla/show_bug.cgi?id=104">this
+ pGO task</a> that is currently assigned to <a
href="mailto:[EMAIL PROTECTED]">Jeremiah Johnson</a>.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-JBOSS-SOAP">Does jBoss support SOAP ?</A></H3>
@@ -913,8 +912,8 @@
<td valign="top" width="648"><font face="Myriad Web,Arial">
<H3><A NAME="FAQ-ADMIN-START">How is jBoss started ?</A></H3>
<P>Run the appropriate run script in the bin directory. If your
environment
- is setup correctly, you can start jBoss with the command 'java -jar
- run.jar'.</P>
+ is setup correctly, you can start jBoss with the command </P>
+ <code><pre> java -jar run.jar.</pre></code>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-SHUTDOWN">How do I cleanly shutdown jBoss
?</A></H3>
@@ -923,30 +922,45 @@
<P> </P>
<H3><A NAME="FAQ-ADMIN-NTSERVICE">How can I set up jBoss as a service
in Windows NT ?</A></H3>
- <P>Answer</P>
+ <P>Unfortunately there isn't a clear answer at the moment but please
+ feel free to follow up this <a
href="http://www.mail-archive.com/[email protected]/msg02167.html">mailing
+ list post</a> and report back to the list or this FAQ's authors if
+ you have a definitive answer.</P>
+ <P>It can be done is the generic answer though, it would seem.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-BOOT">How do I configure jBoss to start when
the server boots ?</A></H3>
- <P>Answer</P>
+ <P>For Windows NT see the answer to <A HREF="#FAQ-ADMIN-NTSERVICE">How
can I set up jBoss as
+ a service in Windows NT ?</A>. For other systems, anyone
+ care to offer a solution?</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-SECURITY">How do I configure security with
jBoss ?</A></H3>
- <P>N / A</P>
+ <P>Security is still under development with jBoss at the present.
+ Please have a look at <a
href="http://www.jboss.org/project_game_over.htm#security">this
+ pGO squad's mission</a> for the current status.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-DEPLOY">What tasks must be completed to deploy
an EJB using jBoss ?</A></H3>
- <P>Compile the bean classes and interfaces. Create an ejb-jar.xml
- file by hand or using EJX. If using Entity Beans with CMP, then
- use EJX to create a jaws.xml file. If using resources, custom
containers,
+ <ul>
+ <li>Compile the bean classes and interfaces. </li>
+ <li> Create an ejb-jar.xml
+ file by hand or using EJX. </li>
+ <li> If using Entity Beans with CMP, then
+ use EJX to create a jaws.xml file. </li>
+ <li> If using resources, custom containers,
or any other jBoss specific configurations, then use EJX to create
- a jboss.xml file. Finally, jar the .xml files (note that they must
+ a jboss.xml file. </li>
+ <li> Finally, jar the .xml files (note that they must
be in META-INF parent directory) and the .class files for the bean
- into a jar in the deploy directory. Classes that the bean imports
+ into a jar in the deploy directory. </li>
+ <li> Classes that the bean imports
may be included in the deployed jar, or they can be put into the
- lib/ext directory (via a jar).</P>
+ lib/ext directory (via a jar).</li>
+ </ul>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-UNDEPLOY">How do I undeploy an application
@@ -957,7 +971,9 @@
<P> </P>
<H3><A NAME="FAQ-ADMIN-CLUSTER">Can I cluster multiple jBoss servers
?</A></H3>
- <P>Not yet.</P>
+ <P>Not yet. Clustering is still under development with jBoss at the
+ present. Please have a look at <a
href="http://www.jboss.org/project_game_over.htm#Clustering">this
+ pGO squad's mission</a> for the current status.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-ADMIN-DATASOURCE">How do I configure [Database Type]
@@ -1014,12 +1030,15 @@
<tr>
<td valign="top" colspan="2"><font face="Myriad Web,Arial">
<H3><A NAME="FAQ-CONTAINER-SPECS">Where can I find technical specs for the jBoss
server ?</A></H3>
-<P>There are two good pages about the jBoss server. <A
HREF="http://www.jboss.org/server.html">This one</A> describes the directory structure
of jBoss, JMX, the classpaths, and configuration files, and <A
HREF="http://www.jboss.org/container.html">this one</A> is has information about the
deployment, the persistence managers, invokation layers, and how to write plugins for
the server.</P>
+<P>There are two good pages about the jBoss server. <A
HREF="http://www.jboss.org/server.html">This one</A> describes the directory structure
of jBoss, JMX, the classpaths, and configuration files, and <A
HREF="http://www.jboss.org/container.html">this one</A> is has information about the
deployment, the persistence managers,
+invocation layers, and how to write plug-ins for the server.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
<H3><A NAME="FAQ-CONTAINER-CONTRIBUTE">How can I contribute to jBoss ?</A></H3>
-<P>Unless you have your own idea, browse through the project <A
HREF="http://www.jboss.org/project_game_over.htm">TODO list</A> to find something that
interests you and then send mail to <A
HREF="mailto:[EMAIL PROTECTED]?subject=%22I%20want%20to%20help%20jBoss!%22">the
board</A> indicating your interests. It may help to get involved in the mailing-list
to identify areas of need.</P>
+<P>Unless you have your own ideas, browse through the project <A
HREF="http://www.jboss.org/project_game_over.htm">TODO list</A> to find something that
interests you and then send mail to <A
HREF="mailto:[EMAIL PROTECTED]?subject=%22I%20want%20to%20help%20jBoss!%22">the
board</A> indicating your interests.
+Even if you have your own ideas, it helps to get involved in the mailing-list to
identify areas of
+need and avoid duplicated (i.e. wasted) effort.</P>
<P>Back to <A HREF="#FAQ_CONTENTS">FAQ Contents</A></P>
<P> </P>
@@ -1078,6 +1097,13 @@
<td width="15%" style="background-color: #C0C0C0"><font face="Myriad
Web,Arial">23-Aug-2000</font></td>
<td width="27%" style="background-color: #C0C0C0"><font face="Myriad Web,Arial"><a
href="mailto:[EMAIL PROTECTED]">Jeremiah Johnson</a></font></td>
<td width="58%" style="background-color: #C0C0C0"><font face="Myriad
Web,Arial">Added questions and answers; reformatted to make simpler to add via text
editor; removed side boxes.</font></td>
+ </tr>
+ <tr>
+<td width="15%" style="background-color: #C0C0C0"><font face="Myriad
Web,Arial">24-Aug-2000</font></td>
+<td width="27%" style="background-color: #C0C0C0"><font face="Myriad
Web,Arial"> <a href="mailto:[EMAIL PROTECTED]">Kunle
+ Odutola</a> </font></td>
+<td width="58%" style="background-color: #C0C0C0"><font face="Myriad
Web,Arial">Updated
+ answers in FAQ.</font></td>
</tr>
</table>
<p><font face="Myriad Web,Arial">Back to <a href="#top_of_faq">FAQ