see how wicket-spring works, maybe you can write a small module like that to inject the datacontext into a page.
-igor On Sat, Apr 24, 2010 at 1:24 AM, Arnaud Garcia <[email protected]> wrote: > Hello, > > Does anyone knows how to set up Cayenne for wicket ? > In my WicketPage I have : > private DataContext ctxt = (DataContext) > DataContext.getThreadObjectContext(); > > but, I don't think it is the good way, since I suppose wicket will > serialized the full DataContext... (maybe I can put the > getThreadObjectContext() in a method or constructor to avoid the > serialization...) > -> Well, I don't know how what is the good way ;-) > > > > thanks, > > Arnaud > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
