The solution I found is to use Ape.sockServer to open a socket server waiting for a socket to be open by an external application (written in php) ; all the data sent by this application is then forwarded by APE server to any client connected a specific channel
JM On Dec 16, 2:57 pm, Jean-Marie <[email protected]> wrote: > Hello > > I don't know if you read the message I posted just before you ; > it is an example of an external application sending data to APE server > that broadcast these data to all clients connected on the same pipe, > which is specified in the sending request. > this external application is inspired from the Controller demo > > but I wait for an explanation regarding the problem I found > > regards > > JM > > On Dec 15, 6:49 pm, lux <[email protected]> wrote: > > > We need to set up a stock ticker web page powered by data from a Java > > engine. > > We really want to try out APE, but the documentation is very scattered > > and confusing. Some examples don't work. There seem to be so many > > choices. > > > We need an adapter to pump data from a Java application into APE, and > > then the Ajax code for the web page to receive the pushed data. > > > Is this possible? Are there any clear examples of a basic stock > > ticker? > > > See how easily one can do this with Streamhub, for example: > > >http://www.stream-hub.com/demo/StockDemo/index.html -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
