Sounds cool. I have now implemented a NodePointerFactory for my purposes and it seeems to work great. For now it was enough for me to implement my own JXPathBeanInfo class and use that together with the BeanPointer class. So it's really quite simple, just another way of doing it.
It is although not very easy to figure out how to register the NodePointerFactory. To do this I had to look at what value all current NodePointerFactories return for getOrder() and choose something that's appropriate for my purposes. But it isn't an easy problem ;-) Cheers, -- knut > > Actually, Clazz is exactly that - a pluggable Introspector. We just > need to get a little bit of support from the Jakarta development team > to get it in. > > - Dmitri > > --- "Wannheden, Knut" <[EMAIL PROTECTED]> wrote: > > Dmitri, > > > > > > > > Currently, the only way to do the customization your are talking > > about > > > it to build custom model support for EMF (see NodePointer, > > > NodePointerFactory, NodeIterator). It is not a trivial > > undertaking, > > > but... > > > > > > > I assume making the JXPathIntrospector pluggable would have too many > > changes > > as a result and maybe isn't even desirable. > > > > -- > > knut > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
