Hi, JCR allows you to store everything in a tree structure, with normal files and folders stored as nodes of the type nt:file and nt:folder. Along that, you can store more fine-granular content in nodes and properties, including complete unstructured content, ie. without defining node types up front.
There are some tutorials on the web (for a link list about all things JCR see the Jackrabbit wiki [1]). As always, I really recommend to get and read the JCR 1.0 specification (JSR-170), it is currently the one (and only) reference documentation [1]. After you got the basics and start to think about your specific content model, you should also read David's guide to content modelling [2]. [1] http://wiki.apache.org/jackrabbit/JcrLinks [2] http://jcp.org/en/jsr/detail?id=170 [3] http://wiki.apache.org/jackrabbit/DavidsModel Hope that helps for a start, Alex On Sat, Oct 18, 2008 at 6:51 AM, far4ever <[EMAIL PROTECTED]> wrote: > > hi all > i am new to the field of CMS. i want to develop a system where i need to > store data in the database and the file structure as well( basically it s a > electronic health record system). but i lack knowledge on using jackrabbit > and how to use it to make my work done. plz help me ... > -- > View this message in context: > http://www.nabble.com/gatting-started-with-jackrabbit-tp20044166p20044166.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > > -- Alexander Klimetschek [EMAIL PROTECTED]
