There are examples and a great explanation on the JSR-170 specification. Remember that Jackrabbit is the RI for that spec. so you can find a lot of examples and documention there. In fact, there is a pretty good explanation about multivalued properties.
http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html Regards. Martin On 4/24/06, hsp <[EMAIL PROTECTED]> wrote: > > I want to understand the way to handle the values for multi values > properties. (specially referenced...). > Please, could someone send a tip, example code, for operations over such > properties (putting and updating values in a multi valued property). > I want to know if I always have to get all the values the property already > has before add some more value into the array, to put them together the new > value, and other related things. > > This will help me a lot, and hope many other developers too, thanks. > Helio. >
