hi
ok. i just need an idea about the following.
1) if i set a property for a node - how is it mapped to the database?
2) how are nodes mapped to the database?
riyaz
Michael Neale wrote:
the database can be seperate, as its JDBC, it just has a URL that points to
another server. Jackrabbit itself is also "remotable" via RMI anyway, so
you
can have multiple tiers.
I worked through "first hops" to get an example going. Then its really a
matter of noodling around with the API, and keeping the JCR spec open (the
spec is pretty informative, but not specific to Jackrabbit). You really
have
to play with it to see what it can do, its not a complex api (other then
the
specs requirement for 10 000 checked exceptions for each call you do ;)