Changes between Version 32 and Version 33 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 07/09/09 19:07:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v32 v33 10 10 11 11 So, 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 13 As you see above, the ProLib doesn't depend on Sophie in any sense, so it's universal and any application can use it. 12 14 13 15 == ProLib basics == … … 516 518 * And also makes sure that other Meddles cannot "own" the same jesus(). [[BR]] 517 519 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. 519 521 520 522 == @Shared & ProUtil.clone() ==