Skip to main content



      Home
Home » Archived » BIRT » ROM performance writing and reading to and from a report design
ROM performance writing and reading to and from a report design [message #170833] Thu, 15 June 2006 19:13
Eclipse UserFriend
Hello,

Using BIRT 2.1RC4 (roughly)

Is there an example that shows the best practice for reading and writing
to a BIRT report design?

At the moment I do the following in my code

_designEngine = new DesignEngine(new DesignConfig());
_Session = _designEngine.newSessionHandle(ULocale.getDefault());
_Design = _Session.openDesign(pathToFile);
_Design.setDescription(newDescription);
_Design.setName(newName);
_Design.save();

What I'm seeing is that this seems to be a fairly slow thing to do.

Any ideas how to speed this code up?
Previous Topic:PDF Contains Report But No Data: Please Help
Next Topic:java.security.AccessControlException ? ? ?
Goto Forum:
  


Current Time: Tue Sep 16 17:24:52 EDT 2025

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

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

Back to the top