Changes between Version 2 and Version 3 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 10/07/08 16:48:03 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v2 v3 2 2 3 3 = Analysis = 4 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^5 4 6 5 == Overview == 7 The CORE library should be examined closely and fixed if needed. Javadoc should be added where needed.6 Check the Properties Library. If there is something to fix, fix it. For example some properties should be changed from Auto Properties to Resource Properties. Add JavaDoc where necessary. Make overview of the libraries. For example add Changes in the diagram. 8 7 9 8 == Task requirements == 10 ^(Necessary requirements that the task must fulfill.)^ 9 * Go through Properties Library 10 * Add JavaDoc where necessary. 11 * Check for mistakes (for example a property is an auto property but should be a resource property) 12 * Check the design 13 * Make diagrams 14 * Add some unit tests if necessary. 11 15 12 16 == Task result == 13 17 * The result should be source code. 18 * The diagrams needed will be linked in [wiki:PRO_LIB_CORE_COMMONS]. 14 19 15 20 == Implementation idea == 16 ^(It is advisable to include some rough implementations ideas.)^ 21 * Create a wiki page [wiki:PRO_LIB_CORE_COMMONS] where the diagrams will be held. 17 22 18 23 == Related == … … 20 25 21 26 == How to demo == 22 ^(In this section you must add instructions for the demo of the task.)^ 27 * Open the project in eclipse. 28 * Demonstrate properties library. 29 * Show that there is no JavaDoc missing. 30 * Show the wiki page where the diagrams are. 23 31 24 32 = Design = 25 33 26 34 = Implementation = 27 ^(Implementation results should be described and linked here (from the wiki or the repository)^28 35 29 36 = Testing =