On Fri, Jan 29, 2010 at 12:55 PM, Vidar Ramdal <[email protected]> wrote: > .... Node basketsParent = session.getItem(req.getResource().getPath()); > Node basket = basketsParent.addNode(/* generate a unique name */); > ...
To "unique name" I'd add "impossible to guess" to prevent people from messing up with other people's baskets. -Bertrand
