Hello,

Is there a equivalent class in J2se client api for MultiDynaMetapushTable and DynaMetapushTable class as available in java web api?

If it is not how we can achieve the same for J2SE client?

Suppose we had subscribed a group of item with a schema, now we want to add one more item to this group, Is it possible to update this group or we have to make subscription call again for this item separately?
Can we use the same listener object as we used first time to subscribe the group?
Is it efficient to make subscription request for individual item?



I was going through the portfolio demo on web, would you please explain me these lines " Each added row automatically provokes an underlying subscription to a sub-item in MERGE mode"
Is there something sub-item concept? Or it simply subscribing individual item?