currently I'm wondering how do I manage a large number of users in modeshape that have their own data (with almost nothing shared). An example of the problem that I'm currently thinking about is the Dropbox model: Everyone has its own dropbox with private files, not necessarily shared with someone else.
Shall I create a new workspace for every user, or would it be better to have a large tree, where under the root node, there are nodes for all users?
Is the number of modeshape workspaces limited?
Thanks for any hints.