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 >- - - - - - - - - - - - - - - - - - - - - - - - - -

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, servlet, java bean , jbdc ... advice needed?

2000-11-03 Thread Yang cun dong
Hendrik Schreiber help me please, I make a counter ,but it reports the errorness as follow. I use tomcat3.1 Error: 500 Location: /website/index/file/jsp/count.jsp Internal Servlet Error: javax.servlet.ServletException: count.txt (ϵͳÕÒ²»µ½Ö¸¶¨µÄÎļþ¡£) at org.apache.jasper.runtime.Pag

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

2000-11-01 Thread Hendrik Schreiber
Hi! I currently prefer the following: * encapsulate JDBC in some kind of beans or persistence layer. Do not spread SQL statements all over your application. Do not embed SQL in JSP, even if some taglib vendors offer that as feature. * place your servlet independent application lo

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

2000-10-31 Thread Thang Nguyen
Hi, I have this fundalmental question. I hope you can shed some lights for me. I am looking to see what would be a common solution to my application. My project is a web based application which will retrieve values from the informix database, manupulate them, and send the results back to th