Re: [ANN] Online version of JavaServer Pages, 2nd Edition, available

2002-10-09 Thread nurkhamid
I've opened the site link you've given, but I cannot pdf version of the online version of the book. I think onlining a book in pdf version is probably more convenient for user to download the complete book. For example, you may visit: http://www.coreservlets.com. There, especially at

R: How can I generate an Excel/Word file?

2002-10-09 Thread Luca Ventura
Thanks! It seems what I need...I'll try it! :-) Regards, Luca -Messaggio originale- Da: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]Per conto di Thomas Hilbig Inviato: martedi 8 ottobre 2002 19.55 A: [EMAIL PROTECTED]

users with active sessions

2002-10-09 Thread Josep R. Raurell
Hello, I have a variable sesion named username. I want know who is on my server reading these variables. Is this possible ??? Thanks Josep R. Raurell === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff

Re: users with active sessions

2002-10-09 Thread Ing. Enrico De Vita
search for content application and excel - Original Message - From: Josep R. Raurell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 11:50 AM Subject: users with active sessions Hello, I have a variable sesion named username. I want know who is on my

Re: Good jsp/java design with good response.

2002-10-09 Thread Chuck Amadi
Joseph Ottinger wrote: I'll quote your previous statement, since it's missing from your reply to my reply: The best way is to use Struts. Download the struts from http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2.; The use of the word best is subjective, and doesn't lead him

Re: [ANN] Online version of JavaServer Pages, 2nd Edition, availa ble

2002-10-09 Thread Jim Haggerty
Hello Hans, I bought the first edition when I started working here at Yamaha and found it IMMENSELY helpful. Since then I've subscribed to the Safari Books online AND bought the hardcopy of your second edition. Thanks again! Jim Haggerty Yamaha Motor Corporation (714) 761-7867

Re: JSTL and Connection Pooling

2002-10-09 Thread Campano, Troy
Thanks Hans. Performance was my biggest concern. I'm the primary developer, and these aren't huge apps so I'm not worried about the maintainability. Most of the people I work with on these projects know Java/Servlets, but using JSTL or other tag libraries have saved some time for us in the

Orion Mailing list down for ever?

2002-10-09 Thread Roland Dong
Does anyone on this list know what is the problem with the orion mailing list? Is there an alternative mailing list? === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

Re: JSTL and Connection Pooling

2002-10-09 Thread Haseltine, Celeste
I have to interject one comment to this discussion thread. Make sure that you NEED to use an MVC architecture to complete the task at hand. I can't count the number of times I have seen the Model II (MVC) architecture used when it was overkill for the project at hand, and EJB's for that matter

Re: [ANN] Online version of JavaServer Pages, 2nd Edition, available

2002-10-09 Thread Hans Bergsten
nurkhamid wrote: I've opened the site link you've given, but I cannot pdf version of the online version of the book. I think onlining a book in pdf version is probably more convenient for user to download the complete book. For example, you may visit: http://www.coreservlets.com. There,

Re: [ANN] Online version of JavaServer Pages, 2nd Edition, availa ble

2002-10-09 Thread Hans Bergsten
Jim, I bought the first edition when I started working here at Yamaha and found it IMMENSELY helpful. Since then I've subscribed to the Safari Books online AND bought the hardcopy of your second edition. Thanks, that's the kind of reader I like :-) Hans -- Hans Bergsten [EMAIL

Re: Online version of JavaServer Pages, 2nd Edition

2002-10-09 Thread Darrin Blocker
Hans, I checked out the O'reily site and decided to give them a try. I'm really attracted to their Idea and wanted to check out your book. Just an FYI, When I tried searching for your book using JavaServerPages it did not list your book. Only after using their hierarchy index listing was I

Report displaying and printing in JSP's

2002-10-09 Thread Haseltine, Celeste
I'm interested in knowing what options other people have used successfully, and not so successfully, to generate and display report information and format it for printer output in jsp/servlets. Our product is a jsp/servlet intranet application, and we would like to now add a report generation

Re: Report displaying and printing in JSP's

2002-10-09 Thread Steven A. Martin
This is more of a HTML issue. If you have frames you'll probably have to make a separate print page for users. I would use PDFs only if normal HTML output does not support all the formatting you want. - Original Message - From: Haseltine, Celeste [EMAIL PROTECTED] To: [EMAIL

Re: Report displaying and printing in JSP's

2002-10-09 Thread Steve Bang
I haven't had a chance to try the following, but they look like interesting options: For report generation: JasperReports http://jasperreports.sf.net JFreeReport http://www.object-refinery.com/jfreereport/index.html For PDF generation: iText http://www.lowagie.com/iText/ Big

Re: Report displaying and printing in JSP's

2002-10-09 Thread Dror Matalon
On Wed, Oct 09, 2002 at 03:34:54PM -0700, Steve Bang wrote: I haven't had a chance to try the following, but they look like interesting options: For report generation: JasperReports http://jasperreports.sf.net JFreeReport http://www.object-refinery.com/jfreereport/index.html

Re: JSTL and Connection Pooling

2002-10-09 Thread Martin Gainty
Greetings:Whatis MVC ?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is

Re: JSTL and Connection Pooling

2002-10-09 Thread Brendan Spinks
http://www.google.com http://www.google.com/ enter: MVC architecture -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 October 2002 1:21 PM To: [EMAIL PROTECTED] Subject: Re: JSTL and Connection Pooling Greetings: What is MVC ? Thanks, Martin Gainty

Re: regexp taglibs

2002-10-09 Thread Vikramjit Singh
-Original Message- From: Hardeep Singh, Noida [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 9:57 PM To: [EMAIL PROTECTED] Subject: regexp taglibs Hi, Does anyone know about a taglib that has support for regular expressions?