Skip to main content



      Home
Home » Archived » BIRT » Ajaxing the Scripted Datasource
Ajaxing the Scripted Datasource [message #165879] Wed, 31 May 2006 03:28 Go to next message
Eclipse UserFriend
By the definition, scripted datasource treats Java classes as datasource’s
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:columns based on data set
Next Topic:Report with SQL or other
Goto Forum:
  


Current Time: Wed May 07 17:40:59 EDT 2025

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

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

Back to the top