| Author |
BIRT With jsp
|
Essam AbdelAziz
Ranch Hand
Joined: Mar 10, 2007
Posts: 34
|
|
Dear All i created Ahello World Report Using BIRT now how to View this report in my jsp Page thanks
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
What is BRIT and what format does it use for it's reports (JPEG, PDF, etc..)?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Essam AbdelAziz
Ranch Hand
Joined: Mar 10, 2007
Posts: 34
|
|
Birt is refering to Business intellegent and reprting tool it's genrate all types thanks
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
Essam, Do you want to link to the report from your JSP or have the user download it?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Essam AbdelAziz
Ranch Hand
Joined: Mar 10, 2007
Posts: 34
|
|
|
i want to let teh user to view it
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Originally posted by Essam AbdelAziz: i want to let teh user to view it
We already know that. Does BIRT create a file on the file system, like a PDF or Tiff file or does it return a stream?
|
 |
Essam AbdelAziz
Ranch Hand
Joined: Mar 10, 2007
Posts: 34
|
|
Birt Produce .rptdesign file how can i show it in my jsp thanks
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Does BIRT create a file on the file system, like a PDF or Tiff file or does it return a stream?
The report engine produces a variety of content (SVG, PNG, JPG, PDF etc.) and it can either create it as a file or stream this content to the client.
Birt Produce .rptdesign file how can i show it in my jsp
The BIRT designer produces .rptdesign files. The BIRT report Engine produces content as described above. BIRT supplies a web application to render report content (see the documentation). This applcation has a servlet to respond to requests for reports which streams the content back to the client (in whatever format your report specified). If you don't want to use the report viewer application as is you need to write your own code to access the API directly.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: BIRT With jsp
|
|
|