You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2007/08/02 16:09:51 UTC

[Jackrabbit Wiki] Update of "DavidsModel" by DavidNuescheler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by DavidNuescheler:
http://wiki.apache.org/jackrabbit/DavidsModel

The comment on the change is:
changing title of rule #3 to make it more understandable

------------------------------------------------------------------------------
  http://www.nabble.com/DM-Rule--2%3A-Drive-the-content-hierarchy%2C-don%27t-let-it-happen.-tf4039994.html
  
  ----
- === Rule #3: Workspaces are for "corresponding" nodes. ===
+ === Rule #3: Workspaces are for clone(), merge() and update(). ===
  ==== Explanation ====
+ If you don't use clone(), merge() or update() methods in your 
+ application a single workspace is probably the way to go.
+ 
  "Corresponding nodes" is a concept defined in the JCR spec.
  Essentially, it boils down to nodes that represent the same
  content, in different so-called workspaces.