From ff6e6e25a4c11da56d865dce3c889196fcad52c1 Mon Sep 17 00:00:00 2001 From: nmorozov Date: Thu, 21 Sep 2006 13:34:40 +0400 Subject: [PATCH] minor fixes and verbose comments to links adde --- xdocs/documentation/documentation.xml | 15 ++ xdocs/subcomponents/classlibrary/index.xml | 126 +++++++++++--------- xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml | 2 xdocs/subcomponents/drlvm/developers_guide.xml | 1 xdocs/subcomponents/drlvm/getting_started.xml | 2 5 files changed, 83 insertions(+), 63 deletions(-) diff --git a/xdocs/documentation/documentation.xml b/xdocs/documentation/documentation.xml index 342e81c..9c1ab9f 100644 --- a/xdocs/documentation/documentation.xml +++ b/xdocs/documentation/documentation.xml @@ -29,7 +29,7 @@

-There is not yet a full manual or similar official documentation. However, +There is not yet a full manual or similar official documentation. However, the resources below will help new users and developers get up to speed with the technology.

@@ -39,15 +39,20 @@ the technology. diff --git a/xdocs/subcomponents/classlibrary/index.xml b/xdocs/subcomponents/classlibrary/index.xml index f2068f6..b77fa19 100644 --- a/xdocs/subcomponents/classlibrary/index.xml +++ b/xdocs/subcomponents/classlibrary/index.xml @@ -35,22 +35,22 @@ @@ -58,37 +58,39 @@
  • Java package naming guidelines -
    - Guidelines for Harmony package naming convention. -
    -
  • - -
  • Testing conventions in the Apache Harmony Classlib -
    - Placement and package naming conventions for different - types of Harmony class library tests. -
    -
  • - -
  • Compatibility guidelines -
    - Guidelines for ensuring that the Harmony class library is compatible - with other Java implementations. -
    +
    + Guidelines for Harmony package naming convention. + +
  • + +
  • + Testing conventions in the Apache Harmony Classlib +
    + Placement and package naming conventions for different + types of Harmony class library tests. + +
  • + +
  • + Compatibility guidelines +
    + Guidelines for ensuring that the Harmony class library is compatible + with other Java implementations. +
  • Framework for testing serialization -
    - Approach for testing serialization compatibility with other - certified implementations, Harmony backward compatibility, placement and - naming conventions for resource files. -
    +
    + Approach for testing serialization compatibility with other + certified implementations, Harmony backward compatibility, placement and + naming conventions for resource files. +
  • Harmony-dev agreements -
    - Summary of agreements and recommendations worked out on harmony-dev mailing list. -
    +
    + Summary of agreements and recommendations worked out on harmony-dev mailing list. +
@@ -96,30 +98,44 @@
  • - - Class library porting documentation -
    - A porting guide aimed at developers interested in porting the classlib - code to a new VM. -
    -
  • -
  • - - The Harmony class library port layer -
    - A description of the functions in the class library portlayer aimed at - developers who are writing JNI code for use by the Harmony class libraries - and developers who are interested in porting the classlib code to a new - operating system. -
    -
  • -
  • - - Keytool user's guide draft -
    - A draft of description of Keytool utility. -
    -
  • + + Harmony ASN1 Framework +
    + Introduction to the ASN.1 (Abstract Syntax Notation) framework with + an overview of ASN.1 types and encoding rules focusing on the characteristics + of the current implementation. + + +
  • + Harmony Regular Expression Framework +
    + Overview of the java.util.regex package and implementation architecture + focusing on the performance improvement aspects. + +
  • +
  • + Harmony DNS Service Provider +
    + Implementation description of the DNS service provider for the Java* Naming Directory Interface (JNDI) + including a package overview, a design description and a guide to using the provider. + +
  • +
  • + Harmony Abstract Window Toolkit Framework +
    + Description of the AWT (Abstract Window Toolkit) framework covering + major design features and internal implementation specifics, such as + the event handling mechanism, the focus dispatching flow, appearance handling + with custom visual themes and multi-threading support + +
  • +
  • + Harmony Java 2D implementation +
    + Introduction to the Java two-dimensional (2D) graphics and image processing + technology implementation focusing on the internal specifics of implementation + +
diff --git a/xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml b/xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml index fdf5f6e..34de59b 100644 --- a/xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml +++ b/xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml @@ -21,7 +21,7 @@ Debugging VM and JIT Harmony Documentation Team - + diff --git a/xdocs/subcomponents/drlvm/developers_guide.xml b/xdocs/subcomponents/drlvm/developers_guide.xml index cda4b55..e523835 100644 --- a/xdocs/subcomponents/drlvm/developers_guide.xml +++ b/xdocs/subcomponents/drlvm/developers_guide.xml @@ -21,7 +21,6 @@ Developers Guide Harmony Documentation Team - diff --git a/xdocs/subcomponents/drlvm/getting_started.xml b/xdocs/subcomponents/drlvm/getting_started.xml index 9651b4f..f030c02 100644 --- a/xdocs/subcomponents/drlvm/getting_started.xml +++ b/xdocs/subcomponents/drlvm/getting_started.xml @@ -21,7 +21,7 @@ Getting Started Harmony Documentation Team - + -- 1.4.1