Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Printing a Report from Java
- From: mahesh.n@xxxxxxxxxxxxxxxx (MAHESH N)
- Subject: Printing a Report from Java
- Date: Wed, 29 Dec 1999 10:43:41 +0530 (IST)
Take a look at java.awt.print.* package of java1.2
-Mahesh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Great things are not done by impulse,
but by a series of small things brought together.
- Vincent van Gogh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Tue, 28 Dec 1999, Sureshbabu, S wrote:
> Hi Friends,
>
> We have problem in printing a report (a word document) from Java
> Servlet.Directly we don't use Java to print but instead we call a VB
> Executable from Java for this purpose.VB exe creates the report and finally
> prints it.
>
> Though this sytem works,the performance of this sytem is very bad.It takes
> approximately one minute to create and print a report.We had to implement
> single thread model for the servlet (as it's not possible to run more than
> one exe at the same time).Also to create a report we use some common
> intermediate word documents so it's not possible to run more than one exe at
> a time.
>
> The crux of the problem is if a user is the 10th person to make the HTTP
> request to the servlet perhaps he may get the response only after 10
> minutes.(since it takes one minute to complete one HTTP request).
>
> Is there any other means by which we can create and print a report?Can
> anybody help me in this regard?
>
>
> Regards
> Sureshbabu
>
>
>
>
---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- References:
- Printing a Report from Java
- From: Sureshbabu, S
- Printing a Report from Java
- Prev by Date: File Download and Upload
- Next by Date: Query on JTable!
- Previous by thread: Printing a Report from Java
- Next by thread: Printing a Report from Java
- Index(es):