Date: 2004-09-05T11:32:01
   Editor: MichaelMerz <[EMAIL PROTECTED]>
   Wiki: Apache Beehive Wiki
   Page: Jsr181Impl
   URL: http://wiki.apache.org/beehive/Jsr181Impl

   Updated WSM directory structure

Change Log:

------------------------------------------------------------------------------
@@ -58,18 +58,27 @@
 == Directory Structure ==
 
  * wsm
-   * src
-     * jsr181
-       * annotation - JSR 181 annotation types
-     * processor
-       * api - JSR 181 Processor API
-       * components - Processor components 
-     * runtime
-       * api - Runtime plug-ins APIs 
-       * plugins - Implementations of Beehive 
-   * test
-     * tck
-     * extra
+   * src - root for source files
+     * api - JSR 181 annotation types (as specified by JCP)
+       * javax/jws
+       * javax/jws/soap
+     * runtime - all runtime components, platform-specific and 
platform-independent
+       * org/apache/beehive/wsm/axis - axis-specific implementation
+       * org/apache/beehive/wsm/jsr181 - jsr 181 implementation (incl. rules 
enforcement, default values, etc.)
+         * model - Jsr181ObjectModel
+         * processor - jsr 181 processor components
+           * apt - modules expecting source input files
+           * reflection - modules expecting byte-code input files
+         * wsdl - WSDL processing
+   * drt - developer regression tests
+     * tests - test cases
+       * org/apache/beehive/wsm/axis
+       * org/apache/beehive/wsm/jsr181
+         * model
+         * processor - JSR 181 processor components
+           * apt
+           * reflection
+         * wsdl
 
 == Documentation ==
 

Reply via email to