Ajaxing the Scripted Datasource [message #165879] |
Wed, 31 May 2006 03:28  |
Eclipse User |
|
|
|
By the definition, scripted datasource treats Java classes as datasources
by itself. But BIRT report calls the Java class in a synchronous manner,
meaning that the report execution waits till scripted datasource completes
the execution. Is it possible to have AJAX feature here, where the report
calls the scripted datasource in an asynchronous manner, similar to web
application where the javascript code (using XMLHttpRequest) invokes a
Servlet asynchronously.
Thanks,
Ravi Chamarthy.
|
|
|
Re: Ajaxing the Scripted Datasource [message #166709 is a reply to message #165879] |
Thu, 01 June 2006 12:29  |
Eclipse User |
|
|
|
Ravi,
Nice thought, but often a second data set may depend on the first (via
nested tables) so this would still cause a blocking situation.
It might be a fun project to extent the Text Element to support something
here though.
Jason
"Ravi" <rchamarthy@mail.com> wrote in message
news:d1316c03dc5f2161b0dd0319605e9a46$1@www.eclipse.org...
> By the definition, scripted datasource treats Java classes as datasource
|
|
|
Powered by
FUDForum. Page generated in 0.02871 seconds