Thanks for the replies.

This case may not relate specific to Wicket, but for all desktop application
that would like to be fully moved to server.
I am evaluating to use Wicket on a new Java Project.
The project will have specific requirements to print data on form (or book)
that already have fields in it.
I have to print to very detailed position on them.

So, I think I can not rely on creating PDF using Jasper, and then force user
to print them.
I propose the following solution :
1. Create another application that act as printer server, which have the
same connection to application business logic and database.
2. The way web part talk to printer server, is by, (I haven't found it yet),
maybe Java  RMI

2007/8/19, dtoffe <[EMAIL PROTECTED]>:
>
>
>     I don't know what exactly are you trying to print, but take a look at
> jasperreports, it's awesome.
>
> Hope this helps,
>
> Daniel
>
>
>
> Eko S.W. wrote:
> >
> > Dear all,
> >
> > I would like to found out about something : can we do straight print in
> a
> > java web application?
> > That is, we do not rely on window.print(), because we rely on browser to
> > print them.
> >
> > I have an idea, silly perhaps, that we build another "daemon" that
> listen
> > to
> > something.
> > That daemon wait, and when printing request from java web application
> does
> > occur, it will do the printing.
> >
> > Is it applicable?
> > Because as a matter of moving from desktop to web, maybe printing is one
> > aspect that as an application developer, will be of some challenge.
> >
> > Thanks in advance
> >
> > --
> > Best wishes,
> > Eko SW
> > http://swdev.blogs.friendster.com/my_blog/
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Can-we-do-straight-print-in-a-java-web-application--tf4289452.html#a12219283
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Best wishes,
Eko SW
http://swdev.blogs.friendster.com/my_blog/

Reply via email to