Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Ajaxing the Scripted Datasource
Ajaxing the Scripted Datasource [message #165879] Wed, 31 May 2006 07:28 Go to next message
Ravi is currently offline RaviFriend
Messages: 92
Registered: July 2009
Member
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 16:29 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Sat Dec 21 14:26:30 GMT 2024

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

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

Back to the top