Date: 2004-08-17T13:05:41 Editor: ChangshinLee <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: Jsr181Impl URL: http://wiki.apache.org/beehive/Jsr181Impl
Enhance format. Change Log: ------------------------------------------------------------------------------ @@ -20,31 +20,31 @@ == General Proposal == - * Goals +=== 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 +=== 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 +=== 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) + 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. + * WSM for Axis from ws-axis/contrib + +=== Constructs === + + a. JSR-181 standard annnotation types + * Beehive WSM APIs + * 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) + * Test cases (including TCK) == Requirements Analysis ==
