Hi, From: ChadDavis [mailto:[email protected]] > I'm curious as to the design motivations behind some of the Jackrabbit > code. I'm not questioning these choices. I'm actually trying to > learn from them. In particular, I'm interested in the motivations > that lead to the deprecation of node.save() in favor of > session.save(). Any insight would be appreciated. Thanks!
There are some repository implementations that have trouble selectively saving parts of the transient space, and the use case for doing that was not considered too important by the JSR 283 expert group. Jackrabbit implements both Item.save() and Session.save(). BR, Jukka Zitting
