Dynamic web page

Hi,

In one of my application, we need to display status of electronic
controllers in a web page.
The status of the controllers keep varying and the varied status has to be
displayed in the web page.

In other words, there should be dynamic updation of the web pages and the
web page has to be viewed from different pc’s by giving the IP address.

I’ve tried with static web page using Slinger.
Can anyone suggest how to proceed using Slinger with Server Side Includes
(SSI) commands for dynamic updation. Or anyother server like Apache or PHP
engines can be used for this purpose.

Bye.
With Regards,
M.Shanthi

M.Shanthi <shanthi@bhelrpt.co.in> wrote:

Hi,

Utilities reference for slinger has pages and pages of info on
how to do this. Have you gone through that, yet?

-David


In one of my application, we need to display status of electronic
controllers in a web page.
The status of the controllers keep varying and the varied status has to be
displayed in the web page.

In other words, there should be dynamic updation of the web pages and the
web page has to be viewed from different pc’s by giving the IP address.

I’ve tried with static web page using Slinger.
Can anyone suggest how to proceed using Slinger with Server Side Includes
(SSI) commands for dynamic updation. Or anyother server like Apache or PHP
engines can be used for this purpose.

Bye.
With Regards,
M.Shanthi


David Gibbs
QNX Training Services
dagibbs@qnx.com

M.Shanthi wrote:

Hi,

In one of my application, we need to display status of electronic
controllers in a web page.
The status of the controllers keep varying and the varied status has to be
displayed in the web page.

In other words, there should be dynamic updation of the web pages and the
web page has to be viewed from different pc’s by giving the IP address.

I’ve tried with static web page using Slinger.
Can anyone suggest how to proceed using Slinger with Server Side Includes
(SSI) commands for dynamic updation. Or anyother server like Apache or PHP
engines can be used for this purpose.

Bye.
With Regards,
M.Shanthi

Hi
A ‘normal’ webclient-server application using html (regardless dynamic
content) uses a pull model (the data travels from server to client as a
reaction on a client request).
I understand you need some kind of push model (the server pushes the data
to the connected clients). I think this can be implemented by using a
java-applet which has a live connection with the server.
Regards,
Corne