Samples JDK
package-info.java
1 /**
2  * \brief XMLBean samples.
3  *
4  * <p> When we generate the code
5  * <ul>
6  * <li>xmlbean takes a SHA-1 hash of the file and store the xsd information in xsb format under schemaorg_apache_xmlbeans/system/sha-1 directory
7  * in classpath</li>
8  * <li>The schemaorg_apache_xmlbeans directory has element, namespace etc.</li>
9  * <li>The generated code is lined to schemaorg_apache_xmlbeans/system/sha-1 binary information using a constant field in the source code.</li>
10  * <li>There will be a single copy of the generated code and it will be linked with the latest sha-1 binary information.</li>
11  * <li>By simply changing the namespace we can recreate the whole structure. What is the benefit??</li>
12  * </ul>
13  * <h3>Setup</h3>
14  * Run build.xml under specific folders xml/xsd/sample1 etc to generate the corresponding code.
15  */
16 package com.freemindcafe.xml.xsd;