mcconnell 02/02/01 15:08:45
Modified: apps/enterprise/pss/src/etc README.TXT
Log:
spelling corrections
Revision Changes Path
1.3 +16 -18
jakarta-avalon-cornerstone/apps/enterprise/pss/src/etc/README.TXT
Index: README.TXT
===================================================================
RCS file:
/home/cvs/jakarta-avalon-cornerstone/apps/enterprise/pss/src/etc/README.TXT,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.TXT 1 Feb 2002 23:04:03 -0000 1.2
+++ README.TXT 1 Feb 2002 23:08:45 -0000 1.3
@@ -52,9 +52,9 @@
enabling the potential for more rigorous implementation enhancements
concerning logging, configuration and error management consistent with
the Apache Avalon patterns and interfaces.
- 2. Upgrading of the implemetation to the final adopted and available
+ 2. Upgrading of the implementation to the final adopted and available
specification (FTF results as detailed under the ptc/01-12-01.pdf
- report and summarized under the revised specfication ptd/01-12-02.pdf.
+ report and summarised under the revised specification ptd/01-12-02.pdf.
2. The source base for this PSS implementation is a result of the
decompilation of the OpenORB PSS binaries (resulting in elimination
of redundant code and generation of consistent code layout and
@@ -68,9 +68,9 @@
CosPersistentState.idl IDL source.
5. Separation of compiler from PSS runtime distributions.
6. Elimination of bugs in the file connector that result in
- non-availablity of persistent data following a server restart.
+ non-availability of persistent data following a server restart.
7. Extensive introduction of exception handling across all connectors
- and the propergation of errors through cascading exceptions.
+ and the propagation of errors through cascading exceptions.
8. Introduction of Apache LogKit as the logging mechanism under the
Avalon abstract logging framework.
9. Introduction of defaults configuration using Avalon Configurable
@@ -78,12 +78,12 @@
Version and Status
- Published version 1.0
+ Published version 2.0
Status: BETA - please note that the beta status is attributed in
order to reflect a higher expected change cycle that may impact
- binary compatability. This is required to facilitate sufficient
- freedom to persue architectural and implementation enhancements
- until satisfactory production quality level is achieved.
+ binary compatibility. This is required to facilitate sufficient
+ freedom to enable introduction of architectural and implementation
+ enhancements.
Migration Notes.
@@ -93,21 +93,21 @@
PSDL sources using the PSDL compiler class
org.apache.pss.compiler.PsdlCompiler.
- The FTF adopted recomendations eliminate the CatalogRepository and
- CatalogRepositoryHelper classes. This effects the appraoch used to
- resolve an inital reference related to PSS. The inital specification
- required the supply of a CatalogRepository in response to an inital
+ The FTF adopted recommendations eliminate the CatalogRepository and
+ CatalogRepositoryHelper classes. This effects the approach used to
+ resolve an inital reference related to PSS. The initial specification
+ required the supply of a CatalogRepository in response to an initial
reference against the string "PSS". The revised specification treats the
- intitial reference argument as a qualified argument composed of "PSS:" +
+ initial reference argument as a qualified argument composed of "PSS:" +
"<vendor-identifier>:" + "<vendor-specific-value>". Under the Apache PSS
- implementation the following three inital refernce argumemnts are
+ implementation the following three initial reference arguments are
supported:
"PSS:APACHE:file"
"PSS:APACHE:database"
"PSS:APACHE:memory"
- The value returned from any of these intitial reference arguments will
+ The value returned from any of these initial reference arguments will
be a PSS Connector instance. Users should narrow the returned value
using the org.omg.CosPersistenceHelper.narrow() operation.
@@ -121,6 +121,4 @@
3. Introduction of a configuration model based on the Avalon
Configurable interface.
3. Creation of a PSS Block usable under the Apache Avalon Phoenix
- component management framework.
-
-
+ component management framework.
\ No newline at end of file
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>