Advertisement

1 - 10 of 1180 containing alltags:("servlet") (0.002 seconds)
Java Servlet is a piece of Java code running under a Web server.  My question deals with the servlet getting the information available to the Web server, namely the directory aliaces (or virtual di...
Zones: Java, Servlets, New To JavaDate Answered: 07/30/1998 Grade: A Views: 0
it is said that jdk1.2 or java2 has the servlet classes bundled, but i am not able to find any. can anybody help and say the name of the exact class which bundles java servlet interfaces
Zones: Java, Servlets, Sun...Date Answered: 03/07/1999 Grade: C Views: 0
Hi, I used req.getParameterNames() to get all the names of feilds submitted via a form. The problem is that the order of fields when I use Enumberation fields = req.getParameterNames(); while ( ...
Zones: Java, ServletsDate Answered: 07/23/1999 Grade: C Views: 0
Can applets talk to servlets? If so, how? I have an applet that needs to access DB2 from the server (not the client). Is it possible to use an servlet for this (maybe using the URL.openStream metho...
Zones: Java, Servlets, New To JavaDate Answered: 08/13/1999 Grade: B Views: 0
Hello all, If on a HTML page I want to POST some data to a servlet, but leave the actual HTML page alone, what is the best way to do it?  In other words, I just want the servlet to do what it ne...
Zones: Java, J2EE, ServletsDate Answered: 02/28/2002 Grade: A Views: 0
Why do servlets dont have constructors ?
Zones: Java, ServletsDate Answered: 07/18/2000 Grade: A Views: 0
A paticular request in my requires a heavy amount of processing (30 or 40) seconds before i can prepare the response ready. What i would like to do is have a page come up immediatley saying "you...
Zones: Java, ServletsDate Answered: 03/15/2000 Grade: B Views: 0
hi. i would like to know if there's a way for a servlet to save/upload an image (for instance, a jpeg or gif file) located in a client's workstation to an oracle database. (the client only has to s...
Zones: Java, Servlets, New To JavaDate Answered: 06/19/2000 Grade: C Views: 0
I can't flush a Printwriter's content,  retrieving rows from a DB. If I try something lighter, like counting to 10 sleeping 1 second each time and I try to flush it, it works. Why is that?  The co...
Zones: Java, ServletsDate Answered: 05/23/2000 Grade: B Views: 51
Is it possible to call a 'C' program from the Servlet using JNI. If so how? pls cook me some code to explain this? urgent please
Zones: Java, J2EE, ServletsDate Answered: 06/08/2000 Grade: B Views: 0