Changes between Version 2 and Version 3 of GROUP_PLUGINS_R0
- Timestamp:
- 03/19/09 17:38:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_PLUGINS_R0
v2 v3 11 11 * Provide an API for dealing with shared resources: 12 12 * Resources that will be used by the application should go in the /src/main/resources/distrib folder of each module. 13 * Resources used in testing should be in the /src/test/resources/distrib folder of the tested module. 14 * Paths containing resources at runtime should also be considered (these are in the target directory). 13 15 * A resource manager should be implemented - it should be able to get these resources. 14 16 * All existing static paths should be changed to use the newly written functionality. … … 17 19 * Define how plugins will be configured. 18 20 * Provide the classes/iterfaces necessary for plugin configuration support. 19 * Choose a plugin that will be configured and define what will be configured about it. 21 * Choose a plugin that will be configured and define what will be configured about it. (Optional) 20 22 * Add a plugin configuration palette to the application: 21 23 * Make sure it works in the TrueAuthorMain (currently the plugin info palette that exist works in the FakeAuthor only). 22 24 * It should allow configuring of the selected plugin if the plugin supports it. 23 * At least one plugin should be configurable at this iteration. 25 * At least one plugin should be configurable at this iteration. (Optional) 24 26 25 27 == Task result == … … 37 39 38 40 == How to demo == 39 * Configure a plugin from the plugin configuration palette. 41 * Configure a plugin from the plugin configuration palette. (Optional) 40 42 * Show and briefly describe the code of the plugin support library. 41 43