-
Server Push
Hi all! I am very new to Java (have C++ experience). Anyways, I would like
to write an applet that receives data through a server 'Push' without using
sockets. I have heard that you can do this in a JavaApplet .. Does anyone
know anything about how to accomplish this? Any help or hints would be appreciated.
Regards,
Aaron Sevivas
-
Re: Server Push
It's unlikely that the server could "push" anything to the browser, since
the standard communication protocols are completely based on the client
(browser) requesting something from the server. But it is possible for
applets to send requests to the server they were loaded from and to receive
the reply from the server.
<Aaron Sevivas> wrote in message news:38faf343$1@news.devx.com...
>
> Hi all! I am very new to Java (have C++ experience). Anyways, I would
like
> to write an applet that receives data through a server 'Push' without
using
> sockets. I have heard that you can do this in a JavaApplet .. Does anyone
> know anything about how to accomplish this? Any help or hints would be
appreciated.
>
> Regards,
>
> Aaron Sevivas
>
-
Re: Server Push
Thanks for the info Paul. It looks like thats the case based on the replies
I've gotten so far. Thanks again for the response..
Regards,
Aaron Sevivas
"Paul Clapham" <pclapham@core-mark.com> wrote:
>It's unlikely that the server could "push" anything to the browser, since
>the standard communication protocols are completely based on the client
>(browser) requesting something from the server. But it is possible for
>applets to send requests to the server they were loaded from and to receive
>the reply from the server.
>
><Aaron Sevivas> wrote in message news:38faf343$1@news.devx.com...
>>
>> Hi all! I am very new to Java (have C++ experience). Anyways, I would
>like
>> to write an applet that receives data through a server 'Push' without
>using
>> sockets. I have heard that you can do this in a JavaApplet .. Does anyone
>> know anything about how to accomplish this? Any help or hints would be
>appreciated.
>>
>> Regards,
>>
>> Aaron Sevivas
>>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks