Changes between Version 46 and Version 47 of PRO_LIB_CORE_TUTORIAL


Ignore:
Timestamp:
07/14/09 16:09:32 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL

    v46 v47  
    835835 * Be careful not to create cyclic dependencies (like a = b + 1, b = a + 1). No library can solve them. 
    836836 ==== More sophisticated scenarios ==== 
    837  * Suppose you have several non-ProObject, non-Immutable objects that you need to keep in sync. Suppose also that they cannot update their "things" automatically using the pro lib, because they may be part of the JDK. See the following example that is taken directly from the source code along with its javadoc(ignore the logic of the method for the time being): 
     837 * Suppose you have several non-ProObject, non-Immutable objects that you need to keep in sync. Suppose also that they cannot update their "things" automatically using the pro lib, because they may be part of the JDK. See the following example that is taken directly from the source code along with its javadoc(ignore the logic of the setUp method for the time being): 
    838838 
    839839{{{