Re: Servlet or JSP

2000-10-03 Thread Ryan Richards
On the subjects of servlets and JSP's I would like to pose a question regarding when to choose servlets over JavaBeans when using JSP's along with the Model2 architecture? Ryan -Original Message- From:Justin Wells [EMAIL PROTECTED] Sent:Fri, 29 Sep 2000 14:36:07 -0400 To:

Re: SV: Design Question

2000-09-12 Thread Ryan Richards
Carlsson ] [ Programmer (Java, CGI/Perl, Javascript, HTML) ] [ Web Designer ] [ E-Mail : [EMAIL PROTECTED] ] [ ICQ: 1430647 ] -Ursprungligt meddelande- Fran: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]For Ryan Richards Sk

Design Question

2000-09-11 Thread Ryan Richards
I have a web site that uses several servlets to capture and utilize html form data and extract or insert into a database based on the form etc...Each form has it's own servlet that does the functionality. The only difference between them is of course th form elements and the jdbc queries/operation

Question regarding passing data over the URL

2000-09-08 Thread Ryan Richards
Are there any other methods of transferring data rather than passing it over the URL as parameters? I have a servlet that reads form data sent over as parameters and inserts the info into a database. Some get quite long. Also, how would you ever pass authentication information safely this way? T

Having a servlet problem with Tomcat

2000-08-31 Thread Ryan Richards
Hi all, I am having a hard time getting my servlets to be found using Apache and Tomcat. My JSP's work fine but I keep getting a not found error. I am using Ant to build the application and deploy as instructed and as I said have had no problems with the JavaBeans I used in the JSP (WEB- INF/clas

Re: Architecure question - apology

2000-08-28 Thread Ryan Richards
Very sorry for posting my last question regarding architecture. That was meant to be sent to the ADVANCED-JAVA mailing list. Unfortunately I had the two side by side in my address book. Ryan Ryan Richards wrote: > Let's say you have a little system you are desiging that > does th

Architecure question

2000-08-28 Thread Ryan Richards
Let's say you have a little system you are desiging that does the following: Maintains records of doctors in a database. Let's keep it simple for this question. The doctor information is going to include name, address, etc. Would the proper approach to this be the following: 1) create class def

Need advice regarding Sun Servlet Class

2000-06-14 Thread Ryan Richards
Has anyone on the list taken the Servlet Course from Sun? I was wondering if it was any good? Thanks Ryan Richards ThinkSpark Oklahoma City, OK Corp: http://www.thinkspark.com ___ Visit http://www.visto.com/info, your

Servlet to create dynamic html/javascript

2000-06-12 Thread Ryan Richards
I am writing a servlet application that basically generates dynamic html and javascript for the web front end. I was wondering if this falls in the usual practice of working with an html/javascript front-end and a servlet in the backend. I will need the html/javascript to change depending on what

Apache questions

2000-06-08 Thread Ryan Richards
. Thanks for any help Ryan Richards ___ Visit http://www.visto.com/info, your free web-based communications center. Visto.com. Life on the Dot. ___ To

Apache Tomcat stability and performance questions

2000-05-26 Thread Ryan Richards
I am considering using Tomcat with Apache for servlets on a project. I was wanting to get everyone's opinion of Tomcat. Is it stable? how is the performance? What extra functioality might I get if I purchased Inprise Application Server or BEA WebLogic? Thanks for any info Ryan Ric

Re: servlet using Excel example code

2000-04-06 Thread Ryan Richards
etContentType("text/html"); out.println("Blinking Text"); would then display an actual blinking text line using the HTML tags. Let me know if you need anymore help. Ryan --Original Message-- From: Nagamani Nutulapati <[EMAIL PROTECTED]> To: Ryan Richards <[

servlet using Excel example code

2000-04-05 Thread Ryan Richards
em.err.println("A database error occurred."); } out.close(); } // doGet } // dbServlet Ryan Richards Technical Consultant Database Consultants, Inc. Oklahoma City, OK --

This makes NO sense.

2000-04-05 Thread Ryan Richards
uot;"+ ""+ "" ); out.close(); } } I keep getting this error in java console: # Applet exception: error: java.lang.ClassFormatError: Bad magic number If I print the html out as ascii it loads the applet fine! Any help wo

Re: Servlet and dybamic HTML (was NEED HELP)

2000-03-31 Thread Ryan Richards
Number error. THis is crazy. Test Test Ryan Richards Technical Consultant Database Consultants, Inc. Oklahoma City, OK --- FREE! The World's Best Email Address @email.com Reserve your name now at http://www.emai

Need help!!

2000-03-28 Thread Ryan Richards
ed Code) at netscape.applet.AppletClassLoader.loadClass1(Compiled Code) * at netscape.applet.AppletClassLoader.loadClass(Compiled Code) at netscape.applet.AppletClassLoader.loadClass(Compiled Code) at netscape.applet.DerivedAppletFrame$LoadAppletEvent

Need help

2000-03-24 Thread Ryan Richards
I have a servlet that builds an HTML document with tags etc. to load a java applet. It keep giving me class loader errors when trying to load it. Is this something that isnt possible or is there something I am doing wrong? I simply set the content type to text/html and basically println every