Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Fast Infoset DataSource Support?
cmcdaniel
Does BIRT support Fast Infoset DataSources out-of-the-box? We have a set of REST webservices that our BIRT reports are using as DataSources, but some of the XML is very large and takes quite awhile just to transfer over the wire.
Am I going to have to write a custom BIRT DataSource for this? Can I simply extend the XML DataSource? Where would I start?
Find more posts tagged with
Comments
kjawahar
At this point of time, I don't think Fast Infoset is supported OOTB. If you want this support, please file an
enhancement request
You can file an enhancement request at
http://www.birt-exch...bug-reporting/
.
cmcdaniel
Somewhat related question... is the Birt XML source using SAX or DOM for reading the data?
garyxue
<blockquote class='ipsBlockquote' data-author="'cmcdaniel'" data-cid="71154" data-time="1291819375" data-date="08 December 2010 - 07:42 AM"><p>
Somewhat related question... is the Birt XML source using SAX or DOM for reading the data?<br /></p></blockquote>
<br />
BIRT XML data source is based on SAX, so it's able to handle large XML streams. I think this data source is a good start for you to base your custom data source on.