From: Raymond I. <xw...@ya...> - 2003-10-16 03:03:17
|
--- Leif W <war...@us...> wrote: > Any way we can adopt any of the work that was > already done with the Pushlet > project, and just port it over to different > languages? This I'm not sure of as yet. > Even if we just > started with the object model and designed our code > after that, or > something. Just not to reinvent the wheel if > possible. No, we're not reinventing the wheel. Once we have the concept of how it works then we can make the necessary adjustments. -- Raymond Irving > Leif > > > -- > > Raymond Irving > > > > > > > > --- Cristian Grigoriu > <cri...@pr...> > > > > ... provided the user has the Java Runtime > > > Environment (JRE aka JVM - > > > Java Virtual Machine, the bytecode interpreter) > > > installed and enabled in > > > browser. As you know, Microsoft no longer ships > a > > > JVM with Windows, it > > > has to be downloaded from Sun website and > installed. > > > The user might not > > > be able to do it (not having administrative > rights, > > > company software > > > policy, bandwidth limitations). > > > > > > A Java applet opening a TCP connection back to > the > > > server will fail if > > > the user is behind a firewall (only allowing > > > connections to certain > > > ports, 80 and 443 for example) or behind a > (socks) > > > proxy. The HTTP > > > protocol, as Leif said, is stateless (well, sort > of, > > > if not using > > > keep-alives) meaning the browser makes a > request, > > > the server responds > > > then the connection is closed. > > > > > > >>The API will handle all the technical > > > >>details so the user only have to listen in for > an > > > >>event from the server. > > > >>What do you think? > > > > > > Why not using asynchronous techniques, for > instance > > > polling a dynamic > > > server page (PHP/ASP/JSP/CGI), writing the > result in > > > an iFrame or hidden > > > frame? > > > > > > I would stay away from Java as much as possible. > > > > > > >>Raymond Irving > > > > Leif > > > > > > Grig > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: SF.net > Giveback > > > Program. > > > SourceForge.net hosts over 70,000 Open Source > > > Projects. > > > See the people who have HELPED US provide better > > > services: > > > Click here: > http://sourceforge.net/supporters.php > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product > search > > http://shopping.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > SourceForge.net hosts over 70,000 Open Source > Projects. > > See the people who have HELPED US provide better > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |