


What are zone blocks and how can we make use of them in assocication with jsp. Is there any site which has the tutorials containing examples of zone blocks? Please suggest some sources where i can find examples to learn more about zone blocks....
Hi, I have question about ZIPOutputStream's public void putNextEntry(ZipEntry e). When we place a ZipEntry, the method puts this ZipEntry object in the beginning of the stream right? The one occupied beginning position prior to the method was placed behind this current one or is it deleted?...
I don't know if this is the best board for the question, but I am trying to do this from a servlet, so...I am using ZipOutputStream to create zip file containing 3 files on our server. I don't want to files to be inside directories when they are zipped, so how do I add them without the p...
Tried to zip multiple files on the fly in java servlet with zip package (ZipOutputStream), so users can download the zip file by calling the servlet. It works fine for small files. But occasionally the browser stops the download before completion when users invoke the servlet action, and the zip...
Hi,I am developing an web application in which I want to download the group files in the specified folder in the zip format. I written the pgm which ZIPs and download it.My webapplication server and the files also in the same server. So I can able to download that files easily.But what I want is...
how to convert a multi threaded servlet into single threaded...
Dear all--Good news for the world. A 13 year old girl, named Afsah Shafquat, created a world record by being the youngest girl to pass WCD exam. Many congrats to her. Previously she had created a record of being the youngest girl to pass sun java exam. She was then 12.5 years old.Miss Shafquat i...
Hi!!!Please don't laugh at me... I am only 16 years old and I was sitting and thinking about which porn web site should I watch when an accident happened and THE THOUGHT was born inside my head... here's a result:code:/* * Created on Jul 24, 2003 * */package ivj.hack;import java.util.*;i...
well problem guys...I have developed a kind of online quiz...which works perfectly with single user...but if two requests come at the same time...we face a unsual problem the first person gets this message...java.sql.SQLException: Invalid state for getResultSetand the second user gets this messa...
Hi!,I know there are lot of tomcat related threads in this forum,I solved all my problems till now by reading them. But this time I couldnot find an answer so I am posting a new thread...I just want to test a simple servlet in tomcat and for that where do I put my .class files? All this while I...
why do we implement serializable in getter and setter ?...
i m calling the servlet from jsp for add, remove and notify images passing vectors to display after adding and removing the elements of a vector the addition is functioning properly but for removal of elements from vector the following excpetion is thrown ArrayIndexOutOfBoundsException for remov...
hi every body i am useing resin 1.2.2 on NT i have written a search engein here the user has to enter some inputs to perform the search operations, this is what the program is supposed to do. when the user enters the data and clicks on the search for the first time the program works perfectly, b...
Considering modern JEE development, servers, etc, how big a factor is XSS today? I've been some some research but the principles applied to issue XSS seems a bit dated with todays approach to MVC and the preventative measurements seem, well, duh'ish....
Hi everyone,Does anyone know of a Servlet Filter or Tomcat Valve that transparently executes any client side stylesheet transformation for those clients that are not capable of XSLT?Thanks for any pointer.Regards,Andreas...
