Changes between Version 32 and Version 33 of PRO_LIB_CORE_TUTORIAL


Ignore:
Timestamp:
07/09/09 19:07:32 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL

    v32 v33  
    1010 
    1111So, most Sophie2 client code is intended to use the ProLib in the cases when the ProLib solves problems and is helpful and use normal Java code in other cases. 
     12 
     13As you see above, the ProLib doesn't depend on Sophie in any sense, so it's universal and any application can use it. 
    1214 
    1315== ProLib basics == 
     
    516518   * And also makes sure that other Meddles cannot "own" the same jesus(). [[BR]] 
    517519  These two things actually mean that that ''each Meddle has its oooown... peeeersonal... jeeesus'' (:[[BR]] 
    518   Another thing to mention due to The Only Meddle's request is that it is not mandatory to manually declare ParentProperties in @Owned ProObjects if you don't want to use the parent link but guarantee that the ProObjects is @Owned only by one parent. Well, this is wrong. It '''is''' mandatory, otherwise it won't work. Maybe this should be refactored. Gogov 1:0 Meddle. 
     520  Another thing to mention it is not mandatory to manually declare ParentProperties in @Owned ProObjects if you don't want to use the parent link but guarantee that the ProObjects is @Owned only by one parent. Currently the ProLib doesn't work like that though it will be fixed very soon because this should be true. 
    519521 
    520522== @Shared & ProUtil.clone() ==