On Mon August 10 2009 3:50:26 am kanch wrote: > Hi guys, > > I have a large amount of data that gets serialized to JSON which takes a > long time. I would like to stream this data to the client to avoid the user > having to wait too long to visually see something. How do I go about doing > this.
Honestly, I thought it DID stream. Just looked at the code for Jettison and now realize that it doesn't. :-( Other than trying to find another XMLStreamWriter that would write json while writing or writing our own, I'm not sure this is an option. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
