The BIRT dev environment has a way of exporting javascript to embed in HTML in the same way that Google Maps does.
Has anyone successfully used JSNI to integrate BIRT into GWT? Easy? Painful?? Any unexpected problems?
What I need to do is have a complex widget filter thru 6 or 7 attributes to get a RUN_ID which would then be passed into (hopefully) a BIRT report which would then render embedded in a DIV on the screen. The idea is to make a seamless dashboard kind of thing. Hopefully I won't have to use IFRAMES or anything like that.
I'm hoping to make this seamless to the user. Was thinking of putting the BIRT scripts into a separate js file, or possibly putting pasting them into a Java class.
Ideas?
Thanks,
mike