Date: 2004-08-17T13:34:22 Editor: ChangshinLee <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: Jsr181Impl URL: http://wiki.apache.org/beehive/Jsr181Impl
Add directory structure Change Log: ------------------------------------------------------------------------------ @@ -23,8 +23,8 @@ === Goals === Provide an implementation of WSM. -It can be RI for JSR-181. -My point: how about developing both RI and TCK for JSR-181 in an open manner within Beehive? It can help Beehive WSM developers to be more effectively test-driven. +It can be RI for JSR 181. +My point: how about developing both RI and TCK for JSR 181 in an open manner within Beehive? It can help Beehive WSM developers to be more effectively test-driven. === Requirements === @@ -33,14 +33,15 @@ === Code bases === - a. JSR-181 APIs (mostly annotation types) from JSR-181 official site - NB: Cliff, please check out if we can import them to Beehive SVN and update them without any (legal) conflict. + a. JSR 181 API (mostly annotation types) from JSR-181 official site + NB: Cliff, please check out if we can import them to Beehive SVN and update them without any (legal) conflict. If not, we can make a clean-room implementation for that. + * WSM for Axis from ws-axis/contrib === Constructs === - a. JSR-181 standard annnotation types - * Beehive WSM APIs + a. JSR 181 standard annnotation types + * Beehive WSM API * An implementation of (b) for Axis Java2WSDL tool (J2SE-targeted) * An implementation of (b) for Axis JWS support (J2EE-Web-container-targeted) * An implementation of (b) for Geronimo (J2EE-JSR-109-targeted) @@ -53,6 +54,22 @@ == Architecture Proposal == For a detailed discussion of the proposed architecture for the JSR-181 implementation see Jsr181ImplArchitecture. + +== 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 == Documentation ==
