Re: [advanced-servlets] JSP + Servlets and getLastModified()

2000-08-04 Thread Ted Neward
Why can't your JSP do the same? Put a scriptlet at the top that checks the last modified date/time, and responds exactly as the servlet would. I'm confused why this doesn't work for you. Ted Neward Java Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/~tneward

Re: Tomcat-as-a-reference implementation?

2000-02-18 Thread Ted Neward
Well, ideally (IMHO) the reference implementation would come from the group doing the standard, but given Sun's position as both standards body *and* vendor in this, I guess that's impossible. Ted Neward Java Instructor, DevelopMentor ( http://www.develop.com ) http://www.javageeks.com/~tneward

Tomcat-as-a-reference implementation?

2000-02-16 Thread Ted Neward
Does anybody else have a problem with a production-quality servlet engine also serving as the reference implementation for servlets and/or JSP? I have always operated under the belief that a reference implementation was supposed to be plain-vanilla, no optimizations,

Re: A starter

1999-11-13 Thread Ted Neward
from Sun, or Jakarta, when it becomes available). (6) Formulate good questions, and search through the archives for answers. If there are none, try to solve it and post the answers to the lists. (7) Be a skeptic--don't believe anything you read here, in books, or in code. TEST IT. Ted Neward http

Re: Linux Servlet API 2.1

1999-10-31 Thread Ted Neward
the shell scripts, but I doubt it. The ones that came with the download worked fine for me. Ted Neward CTO, WebRaiser ( http://www.webraiser.com ) Java Instructor, DevelopMentor ( http://www.develop.com ) Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here http://www.javageeks.com/~tneward -Origin

Re: Question that is puzzling me

1999-10-29 Thread Ted Neward
Unfortunately, this scheme only works if your only access is through the Java layer to the RDBMS; any route which bypasses that (SQL*Plus or some visual RDBMS data-manipulation tool) can easily break this system. Another approach is to use a stored proc for your database that "somehow"

Re: JSP on Apache

1999-09-10 Thread Ted Neward
ppropriate here.) Ted Neward Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here http://www.javageeks.com/~tneward "I don't even speak for myself; my wife won't let me." --Me -Original Message- From: Carsten Heyl [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday