minor additions
diff --git a/development/miscdocuments/ServerToolsUseCases.html b/development/miscdocuments/ServerToolsUseCases.html index dacde02..14a7534 100644 --- a/development/miscdocuments/ServerToolsUseCases.html +++ b/development/miscdocuments/ServerToolsUseCases.html
@@ -13,8 +13,11 @@ can focus on their web development. We'll consider three levels: 1) User does near nothing, 2) user doesn't do much, but may have to provide some config values and/or import config values. 3) User has to provide many configvalues, and in the worst cases, actually write ant scripts. </p> -<p>Principle: We'll specify "client code" uses-case that may -simply be providing there m</p> +<p>Principle: In addition to "end user" use cases, +we'll specify "client code" uses-case that may +simply be specifiying details of function needed for end-user use cases, but +will always have a unit test associated with it. Also, we'll specfiy "service provider" +use cases which can be used to defind SPI's. </p> <blockquote> <p></p> </blockquote><table width="75%" border="1" cellpadding="1" cellspacing="1"> @@ -105,7 +108,15 @@ <td style="width: 108px">import/export server configuration</td> <td style="width: 60px">2</td> <td style="width: 78px">client programs</td> - <td style="width: 360px">Can import or export server configuration files, such as to give to another member of team. This file may best be in XML format.</td> + <td style="width: 360px">Can import or export server configuration + files, such as to give to another member of team. This file may best + be in XML format.</td> + </tr> + <tr> + <td style="width: 108px">Server Providers can provide discoverable adapter</td> + <td style="width: 60px">1</td> + <td style="width: 78px">Service Providers</td> + <td style="width: 360px">The information needed to be listed as potential server adapter can be found completely in plugin.xml (not Java code, which would require activation of plugin). </td> </tr> </tbody> </table>