?
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
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
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
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
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
, 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
: 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
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
___
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
-
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
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
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
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
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
>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
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
-
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";);
: [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
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
-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
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
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-
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
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,
>
>
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
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
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
; 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
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
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.
>
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
-
> 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
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
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
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
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
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
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.
__
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
--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
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
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
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
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
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
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
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 >>>
&
>>> "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
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
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
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
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
>>> 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
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,
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
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:
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
_
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
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
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
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
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
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
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
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
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
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 <
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
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
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
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
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..
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
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
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 - 100 of 208 matches
Mail list logo