Rick Reumann wrote:
On Dec 20, 2007 10:54 AM, Martin Gainty <[EMAIL PROTECTED]> wrote:

JavaDoc mentions that shallow serialization will take place with the
include
being arbiter of which collection classes
may be serialized..
hibernate has a similar situation where lazy_init="true" but I can request
hibernate to instantiate parent and child classes via
lazy_init="false"..
is there any capability for lazy_init="false" i.e. serialize everything as
default behaviour considered for JSONSerializer ?

I'm getting in late on this thread, please forgive me if I mention something already discussed.

Have you taken a look at DWR? It has several mechanisms by which you can deep-serialize your domain objects and it explicitly knows about hibernate domain objects..

I did only a minimal amount of DWR and ExtJS integration but my memory is that they can be tweaked to work together in a pretty straightforward manner.

- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to