User: jung    
  Date: 01/02/19 06:59:17

  Modified:    src/org/zoap/xml xml.dfPackage
  Added:       src/org/zoap/xml package.html
  Log:
  some package.html�s for javadoc/umldoc
  
  Revision  Changes    Path
  1.3       +0 -63     zoap/src/org/zoap/xml/xml.dfPackage
  
  Index: xml.dfPackage
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/xml.dfPackage,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml.dfPackage     2000/12/04 12:36:23     1.2
  +++ xml.dfPackage     2001/02/19 14:59:16     1.3
  @@ -138,69 +138,6 @@
   */
   class reference17 {
   }}/**
  -<h2>infor:X</h2>
  -<p>
  -infor:X is a (de-)serialisation service for XML-encoded character streams 
  -written in Java.
  -</p>
  -<p>
  -It provides an extensible and XML-Schema-based meta-model (called a binding) that 
connects the 
  -structure of XML documents to Java classes. Building upon that meta-model, there is 
  -a set of IO abstractions to
  -parse/generate XML document instances 
  -into/from 
  -Java objects.
  -</p>
  -<p>
  -The applications of infor:X are manyfold:
  -<ul>
  -<li> (De-)serialization module for modern, XML-based messaging middleware.
  -</li>
  -<li> Comfortable processing of XML documents.</li>
  -<li> Schema-based validation procedures.</li>
  -<li> Data-Engine for Generic GUIs </li> 
  -</ul>
  -</p>
  -<p>
  -
  -SOX is a part of the Zero-Effort Object Access Package (ZOAP) and subject to the 
  -<a href="../../../../../license.html">License Agreement</a> you entered 
  -into with infor AG. 
  -</p>
  -<p>
  -The outstanding features of infor:X are:
  -<ul>
  -<li> Fast and memory consuming deserialization process (compatible with 
  -any SAX-compliant XML parser)
  -</li>
  -<li>Extensible and Flexible Meta-Model.
  -</li>
  -<li>XML-Schema and XML-NameSpaces support.</li>
  -<li>Builtin infrastructure for handling ID/IDREF types.</li>
  -<li>Powerful default binding that covers XML-Schema definitions and 
  -any serializable Java classes including null and polymorphic structures.</li>
  -<li>Inline mode for embedding meta-data into object-data to drive generic 
components. 
  -</ul>
  -</p>
  -<p>
  -The ToDo list for infor:X covers:
  -<UL>
  -<li> Improve performance by more efficient data-structures and avoidance of 
  -redundant processing (namespace-tagging, attribute processing).
  -</li>
  -<li> Find a lot of bugs.
  -</li>
  -<li>Inline mode for receiving schema-data 
  -within a given object data-document.</li>
  -<li> Extensions to the Meta-Model to cover more XML-Schema features, such as
  -nullable constraints, minimal and maximal numbers of appearance, value patterns, 
etc. 
  -</li>
  -</ul>
  -</p>
  -<p>
  -<hr>
  -<small> Last change of $RCSfile: xml.dfPackage,v $  by $Author: jung $ on $Date: 
2000/12/04 12:36:23 $; See source for logging information. </small> 
  -</p>
   @see java.io.ObjectInput and @see java.io.ObjectOutput. On the XML side, up-to-date 
tagging including namespaces and schemas are supported. On the Java side, 
security-related reflection is used.
   
   The applications of infor:X range from persistance of runtime data up-to live 
data-exchange upon different transports, such as http and smtp, e.g., through SOAP.
  
  
  
  1.1                  zoap/src/org/zoap/xml/package.html
  
  Index: package.html
  ===================================================================
  <html>
  
  <body>
  
  <p>
  This package contains a generic (de-)serialisation service for XML-encoded character 
streams 
  written in Java. It provides an extensible and XML-Schema-based meta-model (called a 
binding) 
  that connects the structure of XML documents to Java classes. Building upon that 
meta-model, 
  there is  a set of IO abstractions to parse/generate XML document instances  
into/from  
  Java objects. 
  </p>
  The package comes with two powerful default bindings, <a 
href="meta/builtin/DefaultMetaBinding.html">the first one</a>  mapping serializable 
Java classes 
  including null and polymorphic structures to corresponding XML-types on the fly; <a 
href="meta/builtin/DefaultBinding.html">the second one</a> 
  allows to read XML-Schema-based *.xsd files with additional annotations to
  specify such mappings externally.
  </li>
  </p>
  
  <p>
  The applications of this package are manyfold:
  
  <ul>
  <li> (De-)serialization module for modern, XML-based messaging middleware.
  </li>
  
  <li> Comfortable processing of XML documents.</li>
  
  <li> Schema-based validation procedures.</li>
  
  <li> Data-Engine for Generic GUIs </li> 
  
  </ul>
  </p>
  
  </body>
  </html>
  
  
  
  
  

Reply via email to