Re: jsp, servlet, java bean , jbdc ... advice needed?

2000-11-04 Thread Yang cun dong
Hendrik Schreiber£¬ÄúºÃ£¡ But i have put such a file under the same folder,i have checked the file name carefully. ÔÚ 00-11-4 11:25:00 ÄúдµÀ£º >Well, it seems that you try to open a file called count.txt that just does not exist. > >-hendrik >- - - - - - - - - - - - - - - - - - - - - - - - - -

InputStream does not contain a serialized object ERROR

2000-11-04 Thread Buster
I have an applet which is using an objectInputStream to retrieve a Date object from a servlet. How ever I keep getting a "InputStream does not contain a serialized object" Exception the date object does implement the serializable interface has anyone else run into this type of problem ===

Re: All Questions

2000-11-04 Thread V.A. Kozhevnykov
Hi All !! Thank You T A Flores for this words. Guys and Girls most of those stupid and dummi questions can be solved via reading JSp Specification. People it takes You 2 hour. It is not difficult. This list is for solving real problems or avoiding misunderstandings in specification. "Real pro

Re: resultset to jsp

2000-11-04 Thread T A Flores
Duncan, You're right if the result set object is not passed to a collection it will be lost when the stmt/connection is closed. I think enough of this thread since it was already sufficiently covered. I have for those who have an inability to search the archive attached the code in question. I

Re: DB Bean

2000-11-04 Thread T A Flores
Being new to the list has nothing to do with being able to perform a simple search. In fact, be able to solve problems is one of the basic tenents of what developers/designers/architects do. I found the list from www.java.sun.com main page in just about 2 minutes. Try it sometime. http://archi

Re: resultset to jsp

2000-11-04 Thread Duncan Rose
My understanding of it is that if you close the db connection or the prepared statement or whatever, the result set becomes invalid, so you can't reference the ResultSet object after a connection closure (i.e. the connection is not held open if you have a resultset reference, rather the reference

Re: resultset to jsp

2000-11-04 Thread Ron Chan
Hi, 1. you have a bean that does the database query. 2. either that bean or a utility, iterates the resultset for the column values, puts them into the TableModel. put the TableModel into the session. 3. In the jsp file, get from the session, and loop to display into . one reason for not using t

Re: Server Test

2000-11-04 Thread V.A. Kozhevnykov
Hi Dima !! HTTP - web servera Firstly You Should check java.net package : HTTPUrlConnection -> set host -> recieve HTTP Header Mail Download javaMail packege from SUN if i am not wrong if server is unreachable exception is thrown DB If speed it is not critically You can simply wait for connecti

Re: jsp, servlet, java bean , jbdc ... advice needed?

2000-11-04 Thread Hendrik Schreiber
Well, it seems that you try to open a file called count.txt that just does not exist. -hendrik - - - - - - - - - - - - - - - - - - - - - - - - - - - tagtraum industries http://www.tagtraum.com/ jo! small&smart 2.2 servletengine Java Server & Servlets The web-applicati

Re: jsp worth it for unknown form parameters?

2000-11-04 Thread deepak gupta
hi everybody i am newly subscribed to the list can some one could lead me to good downloads adbout JSP waiting for an answer deepak --- Eric <[EMAIL PROTECTED]> wrote: > I do a _lot_ of work with servlets and many of them > use some simple > HTML templates to output variables to the user by > simp

Re: DB Bean

2000-11-04 Thread deepak gupta
i am very new to the list. can some one tell me how to get the archive download. deepak gupta --- Mutahar Qayum <[EMAIL PROTECTED]> wrote: > can you send me example code? > > -Original Message- > From: T A Flores [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 3:32 PM > To: [E