Re: Applet-Servlet Communication problem. - Urgent Solution required

2002-03-11 Thread Anil Kumar
? Thanks & Regards Anil -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Rahul Asanikar Sent: Tuesday, March 12, 2002 11:25 AM To: [EMAIL PROTECTED] Subject: Re: Applet-Servlet Communicatio

Re: Applet-Servlet Communication problem. - Urgent Solution required

2002-03-11 Thread Rahul Asanikar
ay, March 11, 2002 10:26 PM Subject: Applet-Servlet Communication problem. - Urgent Solution required > Hi All, > > I have the following code. I keep getting EOF exception on the server > side. Advice. > > > > CODE: > > public Object serialize(Object obj, UR

Re: Applet-Servlet Communication problem. - Urgent Solution required

2002-03-11 Thread Hugo Malheiro
I had myself a few troubles with applet to servlet communication and i saw a solution on the web that it worked for me... try this when you create the ObjectOutputStream... ObjectOutputStream objOut = new ObjectOutputStream(new GZIPOutputStream (urlconnection.getOutputStream())); It worked for

Applet-Servlet Communication problem. - Urgent Solution required

2002-03-11 Thread Anil Kumar
Hi All, I have the following code. I keep getting EOF exception on the server side. Advice. CODE: public Object serialize(Object obj, URL url, String s) throws ConnectException, SocketException, IOException { Object obj1 = null; try { URL url1 = new URL(Contro

Problem with Applet servlet communication

2001-11-17 Thread Bikash Paul
Hi, I have one interface on swing iam trying to select file from hard drive through one button and passed it to servlet through url connection.It is working perfectly.Now I want to set destination folder for saving that file which I select for upload.For that I add below programme in action of bu

Re: Applet Servlet Communication

2001-09-04 Thread Claude HONNORE
, September 04, 2001 4:24 PM Subject: Applet Servlet Communication > Hi! I cant i send from my applet an http parameter or something so that my > servlet can recognize it. My objective is that according to the parameter > the servlet will execute one specific function. I hope i made myself

Re: Applet Servlet Communication

2001-09-04 Thread Cho - Kamir (Jelmer)
: Hugo Malheiro <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 4:24 PM Subject: Applet Servlet Communication > Hi! I cant i send from my applet an http parameter or something so that my > servlet can recognize it. My objective is that according to t

Applet Servlet Communication

2001-09-04 Thread Hugo Malheiro
Hi! I cant i send from my applet an http parameter or something so that my servlet can recognize it. My objective is that according to the parameter the servlet will execute one specific function. I hope i made myself clear enought... Thanks for your help. Hugo Malheiro ___

Re: Applet - Servlet communication losing session in Netscape

2001-07-24 Thread G.Nagarajan
g list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Ajay Bhadauria Sent: Tuesday, July 24, 2001 8:48 AM To: [EMAIL PROTECTED] Subject: Re: Applet - Servlet communication losing session in Netscape I am using WebLogic App. Server 5

Re: Applet - Servlet communication losing session in Netscape

2001-07-23 Thread Ajay Bhadauria
- From: Opoku-Boadu, Samuel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: AW: Applet - Servlet communication losing session in Netscape What kind of Application Server and Webserver are you using? -Ursprüngliche Nachricht- Von: Ajay

AW: Applet - Servlet communication losing session in Netscape

2001-07-23 Thread Opoku-Boadu, Samuel
What kind of Application Server and Webserver are you using? -Ursprüngliche Nachricht- Von: Ajay Bhadauria [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 24. Juli 2001 08:15 An: [EMAIL PROTECTED] Betreff: Applet - Servlet communication losing session in Netscape Hi all, I am making

Applet - Servlet communication losing session in Netscape

2001-07-23 Thread Ajay Bhadauria
Hi all, I am making a browser based application. In this application, an applet run in a pop-up window which communicate with a servlet and in servlet I am checking for a valid running session by calling ( request.getSession(false)). It always return NULL when browser is Netscape and works fin

Re: Applet servlet communication using Java Web Server2.0

2001-07-03 Thread Mark Galbreath
July 02, 2001 10:20 PM Subject: Applet servlet communication using Java Web Server2.0 > Dear all, > > I am currently doing applet and servlet communication sending object through > ObjectOutputStream. The communication works fine when I use jsdk2.1 but > somehow it fails when I tried

Applet servlet communication using Java Web Server2.0

2001-07-02 Thread ck chiam
Dear all, I am currently doing applet and servlet communication sending object through ObjectOutputStream. The communication works fine when I use jsdk2.1 but somehow it fails when I tried using JavaWebServer2.0. It returns an error NullPointerException. I have registered all the servlets and sta

Applet servlet communication

2001-06-13 Thread ck chiam
>Dear all, > >As far as I am concern, data sent between applet and servlet is always of >an Object type and later when we read it, we will cast it into the type >that we want. > >However, for my case, I have a quotation applet for quotation entry or >view. If I make a call to the servlet providing

Re: Applet servlet communication

2001-04-24 Thread Mark Galbreath
Huh? - Original Message - From: "Rohit Parik" <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 9:56 AM > Not even that ... in case you are typing the url in your browser as > http://localhost/ .. ur pagename. then just change it by specifying the port > number as well and bingo there u

Re: Applet servlet communication

2001-04-24 Thread Rohit Parik
- From: Vacca Davide To: [EMAIL PROTECTED] ; Rohit Parik Sent: Tuesday, April 24, 2001 7:40 PM Subject: Re: Applet servlet communication I've specified the port number; infact I've written: new URL(this.getCodeBase(), "http://localhost:8080/servlet/myPackage.myServlet";);

Re: Applet servlet communication

2001-04-24 Thread Rohit Parik
: [EMAIL PROTECTED] - Original Message - From: Mark Galbreath To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 5:56 PM Subject: Re: Applet servlet communication Because the applet is now under the SecurityManager domain of your IE web browser and you are restricted from accessing

Re: Applet servlet communication in an HTML browser

2001-04-24 Thread Rohit Parik
email : [EMAIL PROTECTED] - Original Message - From: Vacca Davide To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 4:21 PM Subject: Applet servlet communication in an HTML browser Hello to everybody, I've written an Applet servlet communication application (the Applet cal

Re: Applet servlet communication in an HTML browser

2001-04-24 Thread Scholnick Steve
-Original Message- > From: Vacca Davide [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24, 2001 6:51 AM > To: [EMAIL PROTECTED] > Subject: Applet servlet communication in an HTML browser > > > Hello to everybody, > >I've written an Applet servlet communication appl

Re: Applet servlet communication

2001-04-24 Thread Mark Galbreath
Because the applet is now under the SecurityManager domain of your IE web browser and you are restricted from accessing anything but an originating webserver on port 80. Try changing your security parameters through the browser menu: Tools > Options > Security. Cheers! Mark - Original Messa

Applet servlet communication in an HTML browser

2001-04-24 Thread Vacca Davide
Hello to everybody, I've written an Applet servlet communication application (the Applet cals the servlet) in Visual Age for Java environment. I've modified the file "java.policy" putting the following line: permission java.net.SocketPermission "localhost:8080-

Applet servlet communication

2001-04-24 Thread Vacca Davide
Hello to everybody, I've written an Applet server communication application (the Applet cals the servlet) in Visual Age for Java environment. I've modified the file "java.policy" putting the following line: permission java.net.SocketPermission "localhost:8080-", "listen,connect,accept"; and

Re: Please help about Server push and Applet/Servlet communication

2001-03-26 Thread Bo Xu
Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of > Alexander Fedorov > Sent: Thursday, March 22, 2001 11:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Please help about Server push and Applet/Servlet > communication > > Hello Timmy, > >

Re: Please help about Server push and Applet/Servlet communication

2001-03-22 Thread Timmy Tong
D]]On Behalf Of Alexander Fedorov Sent: Thursday, March 22, 2001 11:51 PM To: [EMAIL PROTECTED] Subject: Re: Please help about Server push and Applet/Servlet communication Hello Timmy, Thursday, March 22, 2001, 4:15:51 PM, you wrote: TT> Hi, TT> Let me specify my problem. As I need to displ

Re: Please help about Server push and Applet/Servlet communication

2001-03-22 Thread Alexander Fedorov
Hello Timmy, Thursday, March 22, 2001, 4:15:51 PM, you wrote: TT> Hi, TT> Let me specify my problem. As I need to display the real-time data in the TT> applet, I think I can't use a pull method. The Servlet must send the data TT> once it have been changed. There is no real time, pal. What is M

Re: Please help about Server push and Applet/Servlet communication

2001-03-22 Thread Timmy Tong
tem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Bo Xu Sent: Thursday, March 22, 2001 10:43 PM To: [EMAIL PROTECTED] Subject: Re: Please help about Server push and Applet/Servlet communication Timmy Tong wrote: > Dear All, > > I am now doing a project abou

Re: Please help about Server push and Applet/Servlet communication

2001-03-22 Thread Bo Xu
; Furthermore, in chapter 10 about the Applet-Servlet communication, which > type of the connection do I need to use? HTTP or Socket? > > Thank you very much for your help. > > Regards, > Timmy > [...] Hi :-) I am not sure, I just suggest the following: instead of the Servlet-pu

Please help about Server push and Applet/Servlet communication

2001-03-22 Thread Timmy Tong
this a server push? and how to do it? Also I have read Jason Hunter's book about the MultipartResponse, the client side is just a html page, can it be a applet? Does IE support it? and can I implement it in my project? Furthermore, in chapter 10 about the Applet-Servlet communication, which ty

Re: Applet-Servlet Communication : Read timed out

2000-12-23 Thread Danny Rubis
Hey! Want something to try? Set the content-length. See this archive for examples on how to do that. It has been discussed before. Sans adieu, Danny Rubis puppala sreenivas wrote: > Hello Gurus, > I am posting this again with the hope that someone out there will be able to > help me out. >

Applet-Servlet Communication : Read timed out

2000-12-22 Thread puppala sreenivas
Hello Gurus, I am posting this again with the hope that someone out there will be able to help me out. I was able to send the data from the servlet to the applet(the initial data from the database) using the servlet-applet communication over http. Now when I am sending the data back to the serv

Re: Handling session in Applet-Servlet Communication

2000-12-22 Thread Christopher K. St. John
Srirajesh Vairamani wrote: > > Can anyone please explain how to rewrite the session > info from a servlet to Applet and then applet calling > the servlet again (second time) with the session info. > You would think there would be a simple answer, but unfortunately, it just depends. Evidently,

Re: IOException in Applet-Servlet Communication-- code snippet

2000-12-20 Thread puppala sreenivas
y of the web server. TIA S >From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in Applet-Servlet

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread Bo Xu
puppala sreenivas wrote: > Hi, > Here is my code snippet: > > Servlet: > > public void doGet(HttpServletRequest req, HttpServletResponse res) throws > ServletException, IOException{ > >Hashtable mainHT = new Hashtable(); >mainHT = processSelect(); > >res.setContentType("application/oc

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread for chatting
em. > I am having all the class files of applet in the > public_html directory and > servlet's class file is in servlets directory of the > web server. > > TIA > S > > > > > >From: Danny Rubis <[EMAIL PROTECTED]> > >Reply-To: "A mailing list for di

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread puppala sreenivas
From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in Applet-Servlet Communication >Date: Mon, 18 De

Handling session in Applet-Servlet Communication

2000-12-20 Thread [Srirajesh Vairamani]
Hi all, Can anyone please explain how to rewrite the session info from a servlet to Applet and then applet calling the servlet again (second time) with the session info. Thanks Srirajesh ___ To unsubscribe, send ema

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread puppala sreenivas
e more insight to the problem. Thanks S >From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in App

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread Mark Galbreath
Use IE 5.0. :-) -mark -Original Message- From: Danny Rubis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 7:10 PM To: [EMAIL PROTECTED] Subject: Re: IOException in Applet-Servlet Communication Hey! Send the list a small sniplette of you code where you are doing the IO

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread R.Gurumoorthy
Message- From: puppala sreenivas [mailto:[EMAIL PROTECTED]] Sent: 2000. December 19. 2:44 To: [EMAIL PROTECTED] Subject: IOException in Applet-Servlet Communication Hello All, I am having the applet-servlet communication in my project and in the initial testing it self I am getting this

Re: IOException in Applet-Servlet Communication

2000-12-18 Thread Danny Rubis
Hey! Send the list a small sniplette of you code where you are doing the IO. How can we tell otherwise? Sans adieu, Danny Rubis puppala sreenivas wrote: > Hello All, > > I am having the applet-servlet communication in my project and in the > initial testing it self I am

IOException in Applet-Servlet Communication

2000-12-18 Thread puppala sreenivas
Hello All, I am having the applet-servlet communication in my project and in the initial testing it self I am getting this exception in Netscape's java console java.io.IOException: The document contained no data. Try again later, or contact the server's administra

applet<->servlet communication through a gateway servlet

2000-11-27 Thread Edvard Fagerholm
Hi, I'm having some problems figuring out, what would be the easiest way to send binary data from an applet to a servlet, with a third servlet in between as a gateway. I was thinking if this could be implemented with RMI, as it seems like a clean solution, but as it's a pain with firewalls and net

Re: Applet-servlet communication does not work on internet.

2000-11-14 Thread David Mossakowski
ot know the proxy server, work thru proxies. Any inputs would > be very helpful. > > Thanks, > Jayant. > > -Original Message- > From: Bo Xu [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 10, 2000 9:44 AM > To: [EMAIL PROTECTED] > Subject: Re: Applet-servlet

Applet Servlet Communication in JRun

2000-11-13 Thread PIYUSH NIGAM
Hello everyone, I am passing serialized objects between an Applet and a Servlet. It is working fine with the iplanet web server but the same code doesn't function on JRun. Do I have to alter some settings in the JRun server. Do I need to enter the Mime Type for "applet/octet-stream" statements to

Re: Applet-servlet communication does not work on internet.

2000-11-10 Thread Shekhar, Jayant
I have also been doing Applet-Servlet communication seriously. I confirm Bo's findings. I works well on: * Intranet. * Servlet container and the Client have public IP address. * Dialup connections, where the Client has a dynamic IP address. * jdk1.2 plugin. Haven't tested with j

Re: Applet-servlet communication does not work on internet.

2000-11-10 Thread Bo Xu
Hiroshi Kasamatsu wrote: > Applet-servlet communication does not work on internet. > I have been making efforts to find clues,but I cannot see the light yet. > I tried some URL connections,but only to fail. > The remnant clue I expect is how to select

Applet-servlet communication does not work on internet.

2000-11-10 Thread Hiroshi Kasamatsu
Applet-servlet communication does not work on internet. I have been making efforts to find clues,but I cannot see the light yet. I tried some URL connections,but only to fail. The remnant clue I expect is how to select doPost,doGet. *** 1. Applet

Re: Applet-servlet communication

2000-11-10 Thread Sivagnanam, Shanthi
Thanks giga -Original Message- From: Giga Bytes [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 12:59 PM To: [EMAIL PROTECTED] Subject:Re: Applet-servlet communication Chapter 10 0f Jason Hunter's Java Se

Re: Applet-servlet communication

2000-11-09 Thread Giga Bytes
Chapter 10 0f Jason Hunter's Java Servlet Programming discusses the options. > Hi all > Is there any simple way for applet servlet communication? > Thanks > shanthi > > ___ > To unsubscribe, send

Applet-servlet communication

2000-11-09 Thread Sivagnanam, Shanthi
Hi all Is there any simple way for applet servlet communication? Thanks shanthi ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Arch

Re: right URL in applet-servlet communication?

2000-11-09 Thread Javier Cazares
0-213 Schenectady, NY 12345 P: (518) 385-1521 Email: mailto:[EMAIL PROTECTED] > -Original Message- > From: Hiroshi Kasamatsu [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 09, 2000 10:53 AM > To: [EMAIL PROTECTED] > Subject: right URL in applet-servlet co

Re: applet--servlet communication...

2000-11-09 Thread Rob Griffin
TED]]On Behalf Of > Vijayamohan .Reddy Konduri > Sent: Friday, 10 November 2000 3:21 > To: [EMAIL PROTECTED] > Subject: applet--servlet communication... > > > Hi, > iam having problem in applet and servlet communication.iam passing > userid,clientid,and password to

Re: right URL in applet-servlet communication?

2000-11-09 Thread Rob Griffin
MAIL PROTECTED]]On Behalf Of > Hiroshi Kasamatsu > Sent: Friday, 10 November 2000 2:53 > To: [EMAIL PROTECTED] > Subject: right URL in applet-servlet communication? > > > URL object has to be created in programming applet-servlet communication. > There are thought to be som

applet--servlet communication...

2000-11-09 Thread Vijayamohan .Reddy Konduri
Hi, iam having problem in applet and servlet communication.iam passing userid,clientid,and password to servlet from applet. but,iam not able to get hold of servlet.my applet isnot able to recognize the servlet.can anyone help me in this. this is the code iam trying in applet to contact

right URL in applet-servlet communication?

2000-11-09 Thread Hiroshi Kasamatsu
URL object has to be created in programming applet-servlet communication. There are thought to be some ways. URL con=URL 1.(getCodeBase(),"http://serveradr:8181/servlet/MyServlet"); 2.(getCodeBase(),"/servlet/MyServlet"); 3.(getDocumentBase(),"http://serveradr:81

Re: Applet-Servlet Communication methods

2000-10-26 Thread James Wilson
- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of > Deshmukh, Abhijit > Sent: Thursday, October 26, 2000 1:42 PM > To: [EMAIL PROTECTED] > Subject: [SERVLET-INTEREST] Applet-Servlet Com

Applet-Servlet Communication methods

2000-10-26 Thread Deshmukh, Abhijit
I'm pretty much new to the Java world & have written a few servlets to write back a plain HTML page with tables. I have read that applets should be used with servlets to write professional applications as a HTML output is not very presentable ( & tedious too ). Or is JSP the best choice ? Can so

Re: Practical Application of Applet-Servlet Communication

2000-10-13 Thread Frank D. Greco
The reasons that most people want to use applets: * high level of interactivity with the user * very dynamic content (eg, trading system, news distribution, etc) * easy deployment of a program (IT managers would rank this first) Problems: * You have to use 1.1 or

Re: Practical Application of Applet-Servlet Communication

2000-10-13 Thread sumit deogharia
October 11, 2000 10:02 AM > Subject: Re: Practical Application of Applet-Servlet Communication > > > > Hello! > > > > Currently I am working on drawing Gantt and PERT chart on Applet - servlet > > architecture. I don't have much experience with drawing chart w

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Godbey, David
I do the jar. -Original Message- From: Peter Pilgrim [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 8:33 AM To: [EMAIL PROTECTED] Subject: Re: Practical Application of Applet-Servlet Communication I thnk Netscape will deploy 2 versions of NS 6. One edition without JRE 1.3

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Peter Pilgrim
bject: Re: Practical Application of Applet-Servlet Communication Netscape 6 runs JRE 1.3 natively. So there is a browser in the pipeline running swing. I know that Netscape 6 has had some problems, and I'm not sure when it is slated for release. I imagine IE will not support swing natively

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Tim Panton
Milt Epstein wrote: > > Ah, Nic has been quiet for a while, it took a favorite issue wake him > up :-). > If I read the papers correctly, Nic has had a nasty security scare to deal with. Any useful lessons for us servlet developers ? T. __

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Heakyung Park
em's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of > Heakyung Park > Sent: Wednesday, October 11, 2000 11:02 AM > To: [EMAIL PROTECTED] > Subject: Re: [SERVLET-INTEREST] Practical Application of Applet-Servlet > Communication > > > Hello! > > Cur

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Godbey, David
--Original Message- From: Shital Kanitkar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 11, 2000 2:41 PM To: [EMAIL PROTECTED] Subject: Re: Practical Application of Applet-Servlet Communication >From all this discussion, I gather that Applets are not the problem, Swing is. But I thought

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Shital Kanitkar
Nic, Can you elaborate on this distributed web architecture, and where can I read more about it? -Shital - Original Message - From: Nic Ferrier <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 10, 2000 4:39 PM Subject: Re: Practical Application of Ap

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Shital Kanitkar
AWT for HTTP tunneling? -Shital - Original Message - From: Heakyung Park <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 11, 2000 10:02 AM Subject: Re: Practical Application of Applet-Servlet Communication > Hello! > > Currently I am working on draw

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread James Wilson
1:02 AM To: [EMAIL PROTECTED] Subject: Re: [SERVLET-INTEREST] Practical Application of Applet-Servlet Communication Hello! Currently I am working on drawing Gantt and PERT chart on Applet - servlet architecture. I don't have much experience with drawing chart with Java. Can anyone tell me w

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Heakyung Park
achieved without an applet? > > d. > > Shital Kanitkar wrote: > > > Hi, > > > > There has been a lot of discussion on this forum on Applet-Servlet > > Communication. I too selected this architecture for my project. I personally > > chose Applets 'ca

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Milt Epstein
Ah, Nic has been quiet for a while, it took a favorite issue wake him up :-). On Tue, 10 Oct 2000, Nic Ferrier wrote: > >>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> [ ... ] > >So why would anyone want to go in for this kind of an > >architecture, other than for pure academic

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread David Mossakowski
ing custom protocol and delivered via HTTP tunneling to allow users from behind firewalls to access the product. The UI is in AWT so no plug-in is necessary. How could this be achieved without an applet? d. Shital Kanitkar wrote: > Hi, > > There has been a lot of discussion on this foru

Re: Practical Application of Applet-Servlet Communication [Scanned by Yellow Pages PostMaster]

2000-10-11 Thread Charles Chen
s Chen/YellowPages) From: Nic Ferrier <[EMAIL PROTECTED]>, 10 October 2000, 5:30 p.m. Re: Practical Application of Applet-Servlet Communication [Scanned by Yellow Pages PostMaster] >>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> &

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Nic Ferrier
>>> "Rob Griffin" <[EMAIL PROTECTED]> 10-Oct-00 11:14:25 PM >>> >Being an applet author I just have to buy in here: Yes - I thought that would provoke someone /8-) >> The distributed web architecture *is* better. It's faster, more >> flexible (accepting the obvious UI restraints) and easier t

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Rob Griffin
Nic, Being an applet author I just have to buy in here: > -Original Message- > From: Nic Ferrier > Sent: Wednesday, 11 October 2000 3:31 > To: [EMAIL PROTECTED] > Subject: Re: Practical Application of Applet-Servlet Communication > > > >>> Shital Kanit

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread James Wilson
TECTED] Subject: [SERVLET-INTEREST] Practical Application of Applet-Servlet Communication Hi, There has been a lot of discussion on this forum on Applet-Servlet Communication. I too selected this architecture for my project. I personally chose Applets 'cause I wanted to use Swing. But I see some

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Kevin Mukhar
Shital Kanitkar wrote: > > There has been a lot of discussion on this forum on Applet-Servlet > Communication. I too selected this architecture for my project. I personally > chose Applets 'cause I wanted to use Swing. But I see some practical > problems in using Swing on the

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Godbey, David
What do you mean the throughput is terrible? Slower than an ordinary ? -Original Message- From: Shital Kanitkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 12:08 PM To: [EMAIL PROTECTED] Subject: Practical Application of Applet-Servlet Communication Hi, There has been a

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Nic Ferrier
>>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> >But I see some practical problems in using Swing on the >Web. >The throughput is terrible. - lots of browsers don't support it properly - the Java plugin is a pain in the neck - it's slow - it's memory hungry >So why would anyon

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Christopher K. St. John
Shital Kanitkar wrote: > > There has been a lot of discussion on this forum on Applet-Servlet > Communication. ... I personally > chose Applets 'cause I wanted to use Swing. But I see some practical > problems in using Swing on the Web. > Think corporate intranets,

Practical Application of Applet-Servlet Communication

2000-10-10 Thread Shital Kanitkar
Hi, There has been a lot of discussion on this forum on Applet-Servlet Communication. I too selected this architecture for my project. I personally chose Applets 'cause I wanted to use Swing. But I see some practical problems in using Swing on the Web. The throughput is terrible. So why

Re: applet servlet communication...

2000-10-04 Thread Peter Pilgrim
ck to an applet. -- Peter Pilgrim Welcome to the "Me Too" generation. Message History From: [EMAIL PROTECTED] on 28/09/2000 17:53 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:

Re: FW: applet servlet communication...

2000-09-28 Thread Kevin Mukhar
Here's the correct link: http://pages.about.com/kmukhar/ "Gnanasundaram, Suresh (S.K.)" wrote: > > I am not able to view this site any other alternative. > thanks > > Here's an example with complete source code: > http://www.about.com/kmukhar _

Re: applet servlet communication...

2000-09-28 Thread Kevin Mukhar
Discussed many times on this list. Search the archives for "applet servlet": http://archives.java.sun.com/archives/servlet-interest.html Here's an example with complete source code: http://www.about.com/kmukhar Check the examples for ch10 at http://www.servlets.com http://www.servletguru.com (Do

applet servlet communication...

2000-09-28 Thread Gnanasundaram, Suresh (S.K.)
I have to access the database with the an applet, but there is no possibility of signing or using any plugin. What is the best solution. Things are behind fire wall. Is it with socket or RMI. If so is there any examples or samples i can get to see how i can communicate applet with servlet for ac

Re: Getting around Proxy in Applet-Servlet Communication

2000-09-11 Thread George I Matkovits
connection API's from Sun to do it. I could send you some code snippets when you need. (I do not have the code on this system and so I can not attach it just now, sorry. (-: Regards - George "Shekhar, Jayant" wrote: > I use Java serialization for my Applet-Servlet Communicat

Re: Getting around Proxy in Applet-Servlet Communication

2000-09-11 Thread Bo Xu
Hi Jayant, Would you please tell me: Can you use "Applet-Servlet Communication" in "pure IE5.x :-) "(no Java plugin) ? because from my work, if I do it in "pure IE5.x", I find two "/" have been made, and SO it doesn't work. Thanks in advance

Getting around Proxy in Applet-Servlet Communication

2000-09-11 Thread Shekhar, Jayant
I use Java serialization for my Applet-Servlet Communication. I use URL and URLConnection from the Applet to connect to the Servlet. It works fine in most cases. However, in cases where you are behind a firewall where the Browser uses a Proxy for communication with the Web Server, my connections

RE: [Re: Applet Servlet communication]

2000-09-07 Thread Godbey, David
Or use URL rewriting if using Java plugin. -Original Message- From: Kevin Mukhar [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [Re: Applet Servlet communication] Silvia Gaspar wrote: > > If we call a servlet f

Re: [Re: Applet Servlet communication]

2000-09-07 Thread Kevin Mukhar
Although the code is not complete, it will run and will get a cookie from the site that it connects to. Kevin Mukhar wrote: > > This code is not complete. It only has enough to show getting a cookie > and setting a cookie. Actually getting a page or sending GET or POST > data is not shown. Replac

Re: [Re: Applet Servlet communication]

2000-09-07 Thread Kevin Mukhar
Silvia Gaspar wrote: > > Thank you very much. Can you, please tell me how can the applet do > this. Do you have any example? This code is not complete. It only has enough to show getting a cookie and setting a cookie. Actually getting a page or sending GET or POST data is not shown. Repla

Re: [Re: Applet Servlet communication]

2000-09-07 Thread Kevin Mukhar
Silvia Gaspar wrote: > > If we call a servlet from an applet that creates a session. And then > call a seconde servlet from the same applet, Does the second servlet > recoginizes the session created by the first servlet? It can. For this to happen, the applet must perform the cookie manag

Re: [Re: Applet Servlet communication]

2000-09-07 Thread Silvia Gaspar
Agosto de 2000 17:01 To: [EMAIL PROTECTED] Subject: Re: [Re: Applet Servlet communication] Hi, The Http URL method will not cause any socket problems. An alternative strategy would be to use XML stream to communicate between Applet and servlet. Regards Subbu >From: abhishek shodhan <

Using XML in Applet<--> Servlet Communication

2000-08-29 Thread Srikanth Rao
Hi Guys, I deal with Applet(it can be any client not only applet) to Servlet communications in my project. Earlier i used to communicate directly using Java serialized objects, that works fine, everyone knows it. But now i have planned to convert the serialized objects to XML message through some

Re: [Re: Applet Servlet communication]

2000-08-16 Thread Subbu C
icrosystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [Re: Applet Servlet communication] >Date: Wed, 16 Aug 2000 13:28:27 EAT > >So if sockets cause problems with firewalls, what about Http URL methods? >do >they al

Re: [Re: Applet Servlet communication]

2000-08-16 Thread Rajesh V
lly's book on Servlet Programming...Applet > Servlet communication. There is a neat piece of code in there.. > Hope this helps... > -rajesh > > * * * * * * * * * > > On Wed, 16 Aug 2000, Ravi G Bhat wrote: > > > Hi all

Re: [Re: Applet Servlet communication]

2000-08-16 Thread abhishek shodhan
servlet thru it, but opening sockets could cause problems with firewalls. For the code, look thru O Reilly's book on Servlet Programming...Applet Servlet communication. There is a neat piece of code in there.. Hope this helps... -r

Re: Applet Servlet communication

2000-08-15 Thread fd97402
Hi Ravi, Yes, it is possible to open a socket from an applet and communicate to a servlet thru it, but opening sockets could cause problems with firewalls. For the code, look thru O Reilly's book on Servlet Programming...Applet Servlet communication. There is a neat piece of code in there..

Applet Servlet communication

2000-08-15 Thread Ravi G Bhat
Hi all Is it true that an Applet can communicate with a servlet/server process, only through a http URL connection?. Can we use sockets to communicate between an applet and a servlet? If yes how? 'coz I tried to open a socket in a servlet, it is not working. Can anybody help me? Thanks in advanc

Applet servlet communication

2000-07-19 Thread Zafer BAYRAKTAR
Hi, I am trying to call a servlet from an applet, but it throws an = exception: com.ms.security.SecurityExceptionEx(): cannot access XXX ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

Re: applet-servlet communication

2000-06-28 Thread Eswar Subramanyam
ECTED]> Envoyé : mercredi 28 juin 2000 14:06 Objet : Re: applet-servlet communication > Eswar, > No no! Not from a servlet. Browser. An applet running in native browser VM > "belongs" to the web page, but an applet running in the plugin does not, > even though it sits on the

  1   2   3   >