Thanks for the pointer, thats similar to what I'm asking about, although its about intercepting every request on a resource whereas I just need to intercept after the resource is created. The last message in that thread, from Nicholas Gallardo, makes it sound like this type of function would be added for Wink/Geronimo integration or even otherwise, but looking at the current code i guess it hasn't happened yet.
I guess what i need is a pluggable hook point at the end of org.apache.wink.common.internal.lifecycleCreationUtils.createObject or else someway to do some post processing of the org.apache.wink.common.internal.registry.metadata.ClassMetadata. ...ant On Mon, Mar 22, 2010 at 9:02 AM, Michael Elman <[email protected]> wrote: > Try to see if the following thread answers your question: > http://n2.nabble.com/resource-pre-post-processing-td4150945.html#a4150945 > > > On Mon, Mar 22, 2010 at 10:49 AM, ant elder <[email protected]> wrote: >> Does Wink have any way yet to hook in to the resource creation to do >> some custom processing after a resource has been instantiated? >> >> ...ant >> >
