Skip to main content



      Home
Home » Archived » BIRT » Multithreaded App
Multithreaded App [message #253816] Wed, 29 August 2007 03:36 Go to next message
Eclipse UserFriend
Originally posted by: bvanespen.gmail.com

Hi,

I am still struggling the write a good multithreaded BIRT application.

The idea is this:

			
-- query database for report id's
resultSet = pstmt.executeQuery();

while (resultSet.next()) {

--->> create threads/tasks until all reports are generated.
						
}
		


Is there any code, example out there that I can use as a starting point?

Thank you all.

Regards
B.
Re: Multithreaded App [message #253940 is a reply to message #253816] Thu, 30 August 2007 03:49 Go to previous message
Eclipse UserFriend
Originally posted by: bvanespen.gmail.com

Nobody?

There must be someone out there, who has used BIRT in a multithreaded app.

Regards
Bram
Previous Topic:Unable to invoke the script in CHARTs using API
Next Topic:Birt and RCP
Goto Forum:
  


Current Time: Mon Apr 28 05:20:52 EDT 2025

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

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

Back to the top