Changes between Version 7 and Version 8 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 11/07/08 20:49:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v7 v8 15 15 == Task result == 16 16 * The result should be source code. 17 * The diagrams needed will be linked in [wiki:PRO_LIB_CORE_COMMONS].18 17 19 18 == 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. 21 20 22 21 == Related == … … 35 34 * Unit tests 36 35 * The unit tests for the properties are enough. 36 * Some tests fail because some beans can't be destroyed. 37 37 * 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) 39 50 40 51 = Implementation =