Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » WebViewerExample Pagination Question
WebViewerExample Pagination Question [message #182076] Wed, 02 August 2006 20:46 Go to next message
Eclipse UserFriend
Originally posted by: gus.kaechelin.weblayers.com

Hi All.

When I watch the wire traffic using the WebViewerExample, it seems that
the AJAX calls only bring back the rows of data relevant for the page
requested. Is the report engine caching the full result set afer the
initial request and sending back only the relevant page of data or is the
AJAX soap request actually executing the query each time in such a way as
to select only the data for the given page?

Thanks.
Gus
Re: WebViewerExample Pagination Question [message #182215 is a reply to message #182076] Thu, 03 August 2006 04:46 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

The AJAX viewer reads the data from a rptdocument which is created when the
report runs.
It only retrieves the one page, but the query does not happen again.

Jason

"Gus Kaechelin" <gus.kaechelin@weblayers.com> wrote in message
news:c80c331a8cf4c19c18e3a023ff6905de$1@www.eclipse.org...
> Hi All.
>
> When I watch the wire traffic using the WebViewerExample, it seems that
> the AJAX calls only bring back the rows of data relevant for the page
> requested. Is the report engine caching the full result set afer the
> initial request and sending back only the relevant page of data or is the
> AJAX soap request actually executing the query each time in such a way as
> to select only the data for the given page?
> Thanks.
> Gus
>
Re: WebViewerExample Pagination Question [message #182953 is a reply to message #182215] Mon, 07 August 2006 09:29 Go to previous messageGo to next message
Sachin Dharmapurikar is currently offline Sachin DharmapurikarFriend
Messages: 6
Registered: July 2009
Junior Member
Hello Jason,

I am a newbie to this product. Can you please tell where I can find this
Ajax Viewer?

-Sachin

> The AJAX viewer reads the data from a rptdocument which is created
> when the
> report runs.
> It only retrieves the one page, but the query does not happen again.
> Jason
>
> "Gus Kaechelin" <gus.kaechelin@weblayers.com> wrote in message
> news:c80c331a8cf4c19c18e3a023ff6905de$1@www.eclipse.org...
>
>> Hi All.
>>
>> When I watch the wire traffic using the WebViewerExample, it seems
>> that
>> the AJAX calls only bring back the rows of data relevant for the page
>> requested. Is the report engine caching the full result set afer the
>> initial request and sending back only the relevant page of data or is
>> the
>> AJAX soap request actually executing the query each time in such a
>> way as
>> to select only the data for the given page?
>> Thanks.
>> Gus
Re: WebViewerExample Pagination Question [message #183043 is a reply to message #182953] Mon, 07 August 2006 14:38 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

The WebViewer is the AJAX viewer.
When you preview with the WebViewer or you deploy the WebViewer example the
AJAX code is part of this viewer.

Jason

"Sachin Dharmapurikar" <sachin@dharmapurikar.net> wrote in message
news:80f4883b480f8c888492cf1df96@news.eclipse.org...
> Hello Jason,
>
> I am a newbie to this product. Can you please tell where I can find this
> Ajax Viewer?
>
> -Sachin
>
>> The AJAX viewer reads the data from a rptdocument which is created
>> when the
>> report runs.
>> It only retrieves the one page, but the query does not happen again.
>> Jason
>>
>> "Gus Kaechelin" <gus.kaechelin@weblayers.com> wrote in message
>> news:c80c331a8cf4c19c18e3a023ff6905de$1@www.eclipse.org...
>>
>>> Hi All.
>>>
>>> When I watch the wire traffic using the WebViewerExample, it seems
>>> that
>>> the AJAX calls only bring back the rows of data relevant for the page
>>> requested. Is the report engine caching the full result set afer the
>>> initial request and sending back only the relevant page of data or is
>>> the
>>> AJAX soap request actually executing the query each time in such a
>>> way as
>>> to select only the data for the given page?
>>> Thanks.
>>> Gus
>
>
Previous Topic:ReportServiceException: The design file
Next Topic:NullPointerException when running the ReportEngine()
Goto Forum:
  


Current Time: Thu Apr 25 11:21:13 GMT 2024

Powered by FUDForum. Page generated in 0.03204 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top