Dear Alexander, thanks for quick response. I mentioned 2.0 is because it supports shared nodes. ( I read some of its features)
> Can anyone suggest, how to implement following scenario? > > There will be nodes like > > > > myweb/user > > myweb/book > > > > One user has few books in "virtual book self" so I want to show List of > > Book Links (or summary view) on User home page.. but when I click on That > > > book.. I can see that book page.. book details.. comments by others... > and > > most importantly "List of Users who has that book..." > > > > I am very impressed by Neo4J support for Graph.. I really liked it.. > > > > But, I feel JCR (JSR) will benefit more in longer run (and you know it's > > > Apache project) > > > > so, Please share your views for given scenario. > Have you looked at Apache Sling (http://sling.apache.org/)? It's a > simple web framework on top of JCR and would perfectly fit your needs. > Apace Sling is out of option (atleast for current projects) .. we have to use Spring MVC (as already invested lots of time and money for it,) Can you explain? how to map (or get) reverse? from single Book to(=>) its Users? Regards, On Fri, Nov 27, 2009 at 9:49 PM, Alexander Klimetschek [via Jackrabbit] < [email protected]<ml-node%[email protected]> > wrote: > On Sat, Nov 28, 2009 at 01:29, Nachiket <[hidden > email]<http://n4.nabble.com/user/SendEmail.jtp?type=node&node=788779&i=0>> > wrote: > > I am evaluating JCR and JackRabbit for a CMS (sort of) website. > > Perfect match ;-) > > > Can anyone suggest, how to implement following scenario? > > There will be nodes like > > > > myweb/user > > myweb/book > > > > One user has few books in "virtual book self" so I want to show List of > > Book Links (or summary view) on User home page.. but when I click on That > > > book.. I can see that book page.. book details.. comments by others... > and > > most importantly "List of Users who has that book..." > > > > I am very impressed by Neo4J support for Graph.. I really liked it.. > > > > But, I feel JCR (JSR) will benefit more in longer run (and you know it's > > > Apache project) > > > > so, Please share your views for given scenario. > > Have you looked at Apache Sling (http://sling.apache.org/)? It's a > simple web framework on top of JCR and would perfectly fit your needs. > > I also recommend to take a look at David's model: > http://wiki.apache.org/jackrabbit/DavidsModel > > > (few pointers: if it is possible with JackRabbit 1.6 then how? Or > possible > > with only JackRabbit 2.0? How? ) > > From a content model perspective, which IMHO your question is mostly > about, there is no difference between 1.x and 2.0 (which supports the > JCR 2.0 standard). > > Regards, > Alex > > -- > Alexander Klimetschek > [hidden > email]<http://n4.nabble.com/user/SendEmail.jtp?type=node&node=788779&i=1> > > > ------------------------------ > View message @ > http://n4.nabble.com/How-to-implement-given-scenario-tp788763p788779.html > To unsubscribe from How to implement given scenario?, click here< (link > removed) =>. > > > -- Blog: http://blog.logicwind.com Website: http://www.logicwind.com Twitter: http://twitter.com/logicwind -- View this message in context: http://n4.nabble.com/How-to-implement-given-scenario-tp788763p788808.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
