Re: Anybody knows how to implement Comet with JavaServlet?



On Thu, 21 Jun 2007 11:12:39 +0800, tony <tonywinslow1986@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :

I want to implement Comet
(http://en.wikipedia.org/wiki/Comet_(programming)) using java servlet.
Anybody familiar with this? Thank you!

You mean predicting the orbits of comets? I worked on this back in
the early 60s using punch cards and Fortran II. I later did it with
planets and the moon, for the Univac 90/30.

see http://mindprod.com/projects/celestial.html
which is a project outline for how you might proceed.

I would ignore the servlet part until you get your calculations down
pat, then package that up in a Servlet.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: CLOS and C++
    ... Let me know when they have a Servlet ... Most app servers that support the Servlet API do so correctly as ... > that would do everything you ever wanted, no programming required? ... AppServer class or whatever it is that Java Servlet APIs deal with). ...
    (comp.lang.lisp)
  • Re: Servlet To Java Application Communication
    ... I would like to write a Java servlet that it will be able to ... > way to communicate with a servlet. ... > probably know you should encode the request XML in the body part of a POST ... > and expect the response XML in the response content. ...
    (comp.lang.java.databases)
  • Re: a question for java networking experts
    ... John Galt wrote: ... > - client connects to a server, some java servlet, say ... Can it be done by a servlet? ... Is there an applet API ...
    (comp.lang.java.programmer)
  • strange problem with servlet log file
    ... Tomcat servlet engine 3.3.1a ... We have a java servlet that produces log output on the console window ... redirects the sameto a log file that is ...
    (comp.os.linux.misc)