Re: [OT] Best way to serve PDF with iText

2006-04-05 Thread Dave Newton
Garner Shawn wrote: > Is the session shared between servlets or is it specific to a servlet. > I would think it would be specific to a servlet but maybe it is one > session per user per web-application? > There's a session per user per web-app; I'm not even sure what a session per servlet would

Re: Re: [OT] Best way to serve PDF with iText

2006-04-05 Thread Garner Shawn
Date: Tue, 04 Apr 2006 17:48:57 -0400 Subject: Re: [OT] Best way to serve PDF with iText Garner Shawn wrote: > Only think I can think of is that as a servlet the it wouldn't have > access to the struts user session data Why not? Is there more than one session? Dave --

Re: [OT] Best way to serve PDF with iText

2006-04-04 Thread Dave Newton
Garner Shawn wrote: > Only think I can think of is that as a servlet the it wouldn't have > access to the struts user session data Why not? Is there more than one session? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[OT] Best way to serve PDF with iText

2006-04-04 Thread Garner Shawn
I was wondering if anyone could give me any pros or cons of serving a dynamically generated PDF file via a servlet or a struts action. Only think I can think of is that as a servlet the it wouldn't have access to the struts user session data and would have to post necessary information for it to s