I
inquisitive
Hi
This is more of a general design ques rather than Java ques
Presently I need to make a web application similar to stock broking
application. i.e. when a user logs in .. he will be seeing a set of 50
records ( stocks ) which are read from a db and shown on ui. Now there
is a perl utility in backend that is changing these 50 records
( stocks ) based on some business logic I want to make a UI thats
"real time" some kind of observer pattern for each record ( stock ).
As soon as the record ( stock value ) changes it should be updated on
ui. I dont want to go with the old way of "pooling" thats dont want to
refresh the whole screen after 5 seconds or so ... One more thing i
have to use java ( jsp , jsf , applets etc ) ... I am looking
forward from suggestion from you guys how can i make such an
application .. high level architecture ...
Looking forward for a healthy discussion to learn from your
experience.
Regards
Lavnish
This is more of a general design ques rather than Java ques
Presently I need to make a web application similar to stock broking
application. i.e. when a user logs in .. he will be seeing a set of 50
records ( stocks ) which are read from a db and shown on ui. Now there
is a perl utility in backend that is changing these 50 records
( stocks ) based on some business logic I want to make a UI thats
"real time" some kind of observer pattern for each record ( stock ).
As soon as the record ( stock value ) changes it should be updated on
ui. I dont want to go with the old way of "pooling" thats dont want to
refresh the whole screen after 5 seconds or so ... One more thing i
have to use java ( jsp , jsf , applets etc ) ... I am looking
forward from suggestion from you guys how can i make such an
application .. high level architecture ...
Looking forward for a healthy discussion to learn from your
experience.
Regards
Lavnish