users@jersey.java.net

using jaxb to stream a large data set

From: Moiz Dohadwala <mdohadwala_at_mokafive.com>
Date: Mon, 8 Feb 2010 16:15:28 -0800

Hello,

We am currently using jersey to build a set of reports. The reports on the UI are paginated, since the data set can potentially be very large. However, we need to provide a download option to allow the user to download the entire set. Currently we have been using jaxb to provide support for xml as well as json. What options to we have to support streaming streaming using jaxb in jersey?

Thanks,

-Moiz