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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10067878.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_10112231.html
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 ( ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10185785.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10192928.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10202593.html
Why do servlets dont have constructors ?
http://www.experts-exchange.com/Programming/Languages/Java/Q_10297399.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10310628.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10341664.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10354535.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_10355428.html