Changes between Version 2 and Version 3 of PRO_LIB_CORE_COMMONS_R0


Ignore:
Timestamp:
10/07/08 16:48:03 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_COMMONS_R0

    v2 v3  
    22 
    33= Analysis = 
    4 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    54 
    65== Overview == 
    7 The CORE library should be examined closely and fixed if needed. Javadoc should be added where needed. 
     6Check 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. 
    87 
    98== 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. 
    1115 
    1216== Task result == 
    1317 * The result should be source code. 
     18 * The diagrams needed will be linked in [wiki:PRO_LIB_CORE_COMMONS]. 
    1419 
    1520== 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. 
    1722 
    1823== Related == 
     
    2025 
    2126== 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. 
    2331 
    2432= Design = 
    2533 
    2634= Implementation = 
    27 ^(Implementation results should be described and linked here (from the wiki or the repository)^ 
    2835 
    2936= Testing =