Changes between Version 7 and Version 8 of PRO_LIB_CORE_COMMONS_R0


Ignore:
Timestamp:
11/07/08 20:49:01 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_COMMONS_R0

    v7 v8  
    1515== Task result == 
    1616 * The result should be source code. 
    17  * The diagrams needed will be linked in [wiki:PRO_LIB_CORE_COMMONS]. 
    1817 
    1918== Implementation idea == 
    20  * Create a wiki page [wiki:PRO_LIB_CORE_COMMONS] where the diagrams will be linked. 
     19 * Make diagrams in the design section. 
    2120 
    2221== Related == 
     
    3534 * Unit tests 
    3635  * The unit tests for the properties are enough. 
     36  * Some tests fail because some beans can't be destroyed. 
    3737 * Methods which have to be changed from Auto to Resource Property are commented with '''//Change to resource prop! - Tanya''' before the method. 
    38   
     38 * There are some deprecated classes. All their dependences should be removed. 
     39  * !BidiListBinding<S, T>  
     40  * !BaseListBinding<S, T>  
     41  * !BaseObjectBinding<S, T>  
     42  * !BiObjectBinding<T>  
     43  * !ComposingListBinding<T>  
     44  * !ListBinding<S, T>  
     45  * !SimpleBidiListBinding<T>   
     46  * !ObjectBinding<S, T>  
     47  * !UniObjectBinding<S, T> 
     48  * !ObserveValue 
     49 * Parent - children relations should be removed and replaced with @Owns annotation (but it is subject of another task) 
    3950 
    4051= Implementation =