Date: 2004-08-16T17:19:24 Editor: MichaelMerz <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: Jsr181Requirements URL: http://wiki.apache.org/beehive/Jsr181Requirements
no comment Change Log: ------------------------------------------------------------------------------ @@ -40,7 +40,9 @@ === Use Case: Generate Web Service === "WS Developer" invokes WSM to auto-generate the artifacts required to deploy a Web Service to a runtime from an annotated Java Web Service file. One of the artifacts can be a service description file (see above). + Depending on the chosen deployment model, a runtime may choose to automate the deployment process by automatically invoking WSM to generate a Web Service from an annotated Java Web Service file if such a file is dropped into a monitored directory. In other words, runtimes that support this automated deployment would take the burden of explicitly invoking WSM from "WS Developer", which in turn would only be required to author the original annotated Java Web Service file. [The Axis runtime currently supports a similar mechanism for un-annotated .jws files.] + The "Generated Web Service" use case corresponds to the JSR-181 Start with Java processor mode. === Use Case: Semantic Error Checking ===
