biternay:
I'm not trying to drive any actual traffic to my site yet, but I do have an
app built on JCR you could use for additional examples: It's called meta64
and is open source on Github. It can be tricky to find relevant up-to-date
example code for the JCR, so what I've done before is download the actual
JCR source, and look at which sets of classes seem to be used together in
their test cases, and go by that. At least that way you can be sure the way
you're doing it is also not out of date also. Also just looking thru their
test case code can be a hundred times more enlightening than reading the
docs. Sorry, i know that wasn't a good answer to your actual question. :)