how does servlet and applet communicate

2004-04-01 Thread vinod kumar
hi, this is vinod.. can u people please tell how does servlet communicate with applet and how the security is maintained. please explain it with examples thanks and regards, vinod _ Apply for a Citibank Suvidha Account. http

thick client

2004-03-27 Thread vinod kumar
hi, anybody please explain what are these Thin Client and Thick Client.. with examples.. i referred lot of materials but i could'nt get the actual definitions of them.. thanks and regards, vinod kumar _ Get an IndianOil Citibank

Re: JavaMail 1.3.1

2004-03-09 Thread vinod kumar
hi friends, anybody knows why do we not use pointers in java.. this is what iam unable to answer myself.. anybody please reply it.. bye vinod.. From: Martin Gainty [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL

thanks rafa

2004-03-09 Thread vinod kumar
hi rafa, thanks for ur response i got it 50%... it will be good if u give some example how we cannot see the address and manipulate it. waiting for ur reply... bye vinod From: Rafael Tolosana [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference

Re: S/W for Mail through servlets

2000-10-10 Thread Vinod
The query is not clear, but I assume you want to know the api(s) required to write mailing programs. Here is the list.. JavaMail Java Activation Frame Work (jaf) Pop3 Cheers, Vinod [EMAIL PROTECTED] -Original Message- From: Nova Bhojwani [mailto:[EMAIL PROTECTED]] Sent: 10 October 2000

Re: Mail through servlets

2000-10-09 Thread Vinod
to the account from which you have sent the mail. Cheers, Vinod [EMAIL PROTECTED] -Original Message- From: Nova Bhojwani [mailto:[EMAIL PROTECTED]] Sent: 10 October 2000 09:09 To: [EMAIL PROTECTED] Subject: Mail through servlets i have to send mail through a servlet and than get

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Vinod
error like maximum number of processes exceeded, if you leave your code like that. Have a code walk through and make sure that everything is fine. Cheers, Vinod [EMAIL PROTECTED] -Original Message- From: Murphy, Chris (OTS-EDH) [mailto:[EMAIL PROTECTED]] Sent: 5 October 2000 4:00 To: [EMAIL

Re: Saving a session?

2000-09-28 Thread Vinod
I think Weblogic express has got such functionality. Please check bea web site for more details -Original Message- From: maurice coyle [mailto:[EMAIL PROTECTED]] Sent: 28 September 2000 20:36 To: [EMAIL PROTECTED] Subject: Saving a session? Hi everybody (hi doctor nick), (short

Re: check emailadress

2000-09-20 Thread Vinod
(domainstr.indexOf("@") != -1) || !isAlpha(str.charAt(str.length-1))) isValid = false; return isValid; } // end isValidEmail -

Re: Using the include file tag

2000-08-30 Thread Vinod
Try %@ include file="%= variable name %.jsp" % Vinod -Original Message- From: David Reck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 9:39 AM To: [EMAIL PROTECTED] Subject: Using the include file tag Does anyone know how to use the %@ include fil

Re: using global.jsa with JSP

2000-08-30 Thread Vinod
Hi paresh, Basically this gloabal file is to set the connection pool for a database , or u have a bean to send emails and u want to store the SMTP host and port in central database. Formore information u can check Professional JSP by Wrox publishers (www.wrox.com) where u have the complete

Re: how to fetch blobs from the oracle database using java.

2000-08-21 Thread Vinod
Hi, here is a sample program given in weblogic examples. Cheers, Vinod package examples.jdbc.oracle20; import java.sql.*; import java.io.*; import weblogic.jdbc.common.*; import weblogic.jdbc20.common.*; import java.util.Properties; /** * This example demonstrates the use of Oracle Blob

Re: connection pooling ---urgent!!!

2000-08-21 Thread Vinod
Hi, try this.. import java.sql.*; import java.util.*; /** A class for preallocating, recycling, and managing * JDBC connections. * P * Taken from Core Servlets and JavaServer Pages * from Prentice Hall and Sun Microsystems Press, * http://www.coreservlets.com/. * copy;

Re: want help to make menus in javascript

2000-08-20 Thread Vinod
You can find JavaScript menus in dynamicdrive.com. Please do not send queries not related to this mailig list. Cheers, vinod -Original Message- From: amar singhal [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 3:11 AM To: [EMAIL PROTECTED] Subject: want help to make menus

Re: [Upload Image File]

2000-08-18 Thread Vinod
Please go through the Oreilly's book on Servlets. -Original Message- From: Perry, Alan [mailto:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 4:10 PM To: [EMAIL PROTECTED] Subject:Re: [Upload Image File] I am just about to start a project that may require a similar

Re: searching this mailing list?

2000-08-18 Thread Vinod
Go to java.sun.com/arhives -Original Message- From: Greg Ball [mailto:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 4:34 PM To: [EMAIL PROTECTED] Subject:searching this mailing list? Is there some sort of Web interface for searching this mailing list? I cannot find

Re: where can I find example using MultipartRequest ??

2000-08-16 Thread Vinod
Hi Sufi, Go to servlets.com and there you can find the code examples of orielly's servlets book. Thanx and Regards, Vinod -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 10:14 AM To: [EMAIL PROTECTED] Subject

Re: Creation of MS Word Object.

2000-06-01 Thread Vinod Govindan
install the Java ActiveX plugin.! It's pretty messy. Especially since Microsoft has it's own JVM native interface. Oh i'm sorry not it's own but a modified. one..! : -) Vinod Hi Thor, Actually, I have to open a specific word document and perform mail merge with some record from the Oracle database

Re: USEBEAN

2000-06-01 Thread Vinod Govindan
Yes it is possible to use more that one use bean tab in a jsp page! Does anybody know whether it is possible to use more than one bean in a JSP page using the JSP usebean tag? cheers alan goodenough === To

Re: JVM and JRE??

2000-05-31 Thread Vinod kumar
hi please look at the following URL for JVM specification http://java.sun.com/docs/index.html --- Zaki Abu-Bakar [EMAIL PROTECTED] wrote: Hi, Can someone guide me to some good and handful material of architecture of JVM and JRE? Thanks in advance

Re: Add string to string array.

2000-05-31 Thread Vinod kumar
Hi you can follow this apprach String[] sArray = new String[10]; for (int i = 0; i 10;i++) { sArray[i] = new String("apple") ; } --- Arun Thomas [EMAIL PROTECTED] wrote: There have been several responses that mentioned using a specific length for the Array when instantiating the

Re: Apache -- Servlet2.1

2000-05-31 Thread Vinod Govindan
Hi Sankar Search for it in any Serach engine and you'll get plenty of information on it.! I suggest you use www.google.com to search. Regards, Vinod hi Is tomcat 3.1 freely available or we have to purchase it can u give some site add where i can get information regarding it and secondly

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Vinod Govindan
your class files! Vinod Hi there.. My requirement is to capture some information from a page and validate it. The flow is that I call the .jsp file in the browser and this has to call the .java file to validate.Then pass control to another .java file which will write the contents as a .html file

Re: Subscribe JSP interest

2000-05-12 Thread [Vinod Govindan]
Sure Scott! Let him in! I hope the Committee wont object to us bypassing them for new incumbants! Right Boss?? Scott Stirling sstirling@MEDIAOTo: [EMAIL PROTECTED] NE.NET cc: Sent

Re: JSP - Javascript

2000-05-11 Thread [Vinod Govindan]
variables itself directly. Either ways you have to assign values to client side value holders. Vinod Sreenivasa R V sreenivas.ramnedi@To: [EMAIL PROTECTED] WIPRO.COM cc: Sent by: A mailing

Re: Removal

2000-05-11 Thread [Vinod Govindan]
It is written right at the end of this mail! Paul Grant Paul.Grant@BRISTTo: [EMAIL PROTECTED] OL.AC.UKcc: Sent by: A Subject: Removal mailing list

Re: Why do we use combinations??

2000-05-11 Thread [Vinod Govindan]
is installed as a component. The same with tomcat. or Resin. As to where you'll get details about Servlets engines got to http://www.servlets.com/ Vinod "Aggarwal, Pawan" pawan.aggarwal@HPSGTo: [EMAIL PROTECTED]

Re: Why do we use combinations??

2000-05-11 Thread [Vinod Govindan]
in which engine. If you browse thru the previous posts you will find which is more poupular of the servers and some discussion threads even say what feaature makes that particular engine better. Wishing you all the best in your endeavour. Vinod "Aggarwal,

URL Rewriting in Tomcat 3.1!

2000-05-10 Thread [Vinod Govindan]
Tomcat 3.1.?? Thanks in advance! Vinod === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.

Re: !!Tomcat configuration!!

2000-05-09 Thread [Vinod Govindan]
The mappingsdetails for tomcat server are in server.xml that is in the conf directory of Tomcat! You'll have to do a bit of reading if you have to configure such a big application. The Users Guide will show you the necessary details. Vinod Neelesh

Re: Help on Request.getParameter

2000-05-05 Thread [Vinod Govindan]
Try putting those values in quotes.! Single quotes or double! Putu Agus Purnawan To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: Subject: Help on

TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
When i disable cookies I'd expect to get the encodedURL with the SESSIONID attached to the end of the URL. But it does not happen. And infact even after setting my cookies off.. i still get true when i query request.isRequestedSessionIdFromCookie() Any guidance??? Vinod

Re: TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
Well i guess I found it out myself..! As of Version 3.1 of Tomcat.. there is no support for URLrewriting! I guess i'll have to go to the server market again and browse for an alternative! Vinod "[Vinod Govindan]" To: [EMAIL

Re: Dropdown box selection

2000-05-04 Thread [Vinod Govindan]
will set the value for th request explicity. But i'd say the first one should work! Vinod Chris Powell [EMAIL PROTECTED]To: [EMAIL PROTECTED] AU cc: Sent by: A Subject

Re: Multiple values from a select menu with request.getParameter ?

2000-05-04 Thread [Vinod Govindan]
You'll have to explicitly set a parameter (say "choices", which maybe and array or Vector()) when you submit that page. Anna Sp\engberg Anna.Spangberg@ICONMETo: [EMAIL PROTECTED] DIALAB.SEcc:

Re: Import problem

2000-05-04 Thread [Vinod Govindan]
to thw JWS documentation to find out how to do that! Vinod Vishwa [EMAIL PROTECTED]To: [EMAIL PROTECTED] P.COM cc: Sent by: A Subject: Re: Import problem

Re: Attempt to clear a buffer that's already been flushed !

2000-05-03 Thread [Vinod Govindan]
That error normally occurs when the jsp page gets a null value..! The null value causes and exception.. but the error reported is entirely different! You'll have to do specific System.out debugging and find you the exact location where you get a null value! Wish you the best! Vinod

Re: Passing objects from JSP to JSP

2000-05-03 Thread [Vinod Govindan]
You could also do it by using setParameter() instead of setAttribute! I think! aNYWAY GIVE IT A SHOT! Naveen Malik nzmalik@ALTUSWORTo: [EMAIL PROTECTED] KS.COM cc: Sent by: A

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
Tell me do you use Cookie's or Hidden forms or URL rewriting for maintain sessions?? I ask this question to help solve a problem of my own! Vinod Bilal Ali Nawaz [EMAIL PROTECTED]To: [EMAIL PROTECTED] NAMRO.COM

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
which help on that! Google would be good engine to use for it! Hope that helps! Wishing you the best! Vinod Bilal Ali Nawaz [EMAIL PROTECTED]To: [EMAIL PROTECTED] NAMRO.COMcc: Sent

Re: A javascript question.....please help

2000-05-03 Thread [Vinod Govindan]
I dont think you can use a dot in a name and if you try to access the element as document.formname.abc.txt.value javascript will assume it to be two diffrenet object "abc" and "txt" and will give an error. I thinkthe best solution would be to eliminate the dot. cause there is no escape character

Re: use Javascript in JSP

2000-05-02 Thread [Vinod Govindan]
You might have to review the way you wrote your' javascript funtion in between JSP tags..! "%... %" I dont think you need to this. Javascript function will be out of the JSP tags! Then try ! Do kindly go thru a good Javascript reference. and a JSp refernece before you go any further!

Re: please put the word JSP in the subject

2000-03-22 Thread Vinod Kumar V
Hi Nicola, I think in your filter settings, you can also set the filter based on the "to or cc" should contain "[EMAIL PROTECTED]" condition. Regards, Vinod Kumar V Nicola Borsetto wrote: please put the word JSP in the subject wo my e-mail f

newbie in JSP/e-commerce

1999-01-17 Thread Vinod Naik
hi guys I am newbie in JSP/e-commerce. My first question is . 1)Is it ok to design e-commerce web site with JSP. 2)Is there any resource available with examples where working model examples are discussed. Thanks Vinod __ Get Your Private