Date: 2004-08-16T17:33:31 Editor: ChangshinLee <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: Jsr181Impl URL: http://wiki.apache.org/beehive/Jsr181Impl
no comment Change Log: ------------------------------------------------------------------------------ @@ -16,6 +16,34 @@ * WSM: the JSR-181 implementation as proposed herein. * .xsd file: XML schema definition file; used for type and message definitions, for instance. +== General Proposal == + + * 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. + + * Requirements + +Web-services-platform-neutral design. +For the purpose, Beehive WSM APIs are invented so that any web services platforms such as Axis and BEA WebLogic can make use of Beehive WSM seamlessly. + + * 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. +b. WSM for Axis from ws-axis/contrib + + * Constructs + +a. JSR-181 standard annnotation types +b. Beehive WSM APIs +c. An implementation of (b) for Axis Java2WSDL tool (J2SE-targeted) +d. An implementation of (b) for Axis JWS support (J2EE-Web-container-targeted) +e. An implementation of (b) for Geronimo (J2EE-JSR-109-targeted) +f. Test cases (including TCK) + == Jsr181Requirements == Jsr181Requirements
