The Artima Developer Community
Sponsored Link

Java Answers Forum
Server Push-for Java,Flash,J2ME, and Others

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rocky Weng

Posts: 2
Nickname: rockw99
Registered: Jul, 2006

Server Push-for Java,Flash,J2ME, and Others Posted: Jul 28, 2006 12:11 AM
Reply to this message Reply
Advertisement
================
I got a server program which make a server socket and listen to a dedicated/fixed port for clients connection. Due to it is a real time system, we need to implement that the server will send out the same data in short period to all clients who are connected to the server. So i think server side push technology should be implemented.

Unfortunately, the client side platforms are not Java only; we still need to support PocketPC or J2ME smartphone. Anyone can help?
================

Indeed, what the description above is a real time data distribution system. Such a system should be built with push technology, no matter what your client side platforms are.

I think iPush Server is what you need. You don't need to handle socket by yourself.
It also supports J2ME for MIDP2.0 and Flash, and that means you don't have got to build different distribution platforms for versatile client side platforms.

iPush Server
http://www.icetechnology.com/products/ipushv2/

The Vender's Site
http://www.icetechnology.com

There are some iPush-powered demos built with flash:
http://www.icetechnology.com/scenarios/finance.shtml
http://www.icetechnology.com/scenarios/sports.shtml
http://www.icetechnology.com/scenarios/im.shtml

Topic: Applet Download Manager Previous Topic   Next Topic Topic: Handling Redirects

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use