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:
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
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
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
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
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
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
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
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
.
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
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
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 <[
em.err.println("A database error occurred.");
}
out.close();
} // doGet
} // dbServlet
Ryan Richards
Technical Consultant
Database Consultants, Inc.
Oklahoma City, OK
--
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
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
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
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
17 matches
Mail list logo