Well, if you can live with not literally "pushing" to the client, this is
the sort of application AJAX was made for.  Have a timed event, every few
seconds maybe, whatever your tolerable definition of "real time" is, that
makes and AJAX request to check for new data and display it when found. 
Pretty easy.

Have a peak at the AjaxParts Taglib (APT) in Java Web Parts (JWP):

http://javawebparts.sourceforge.net
http://javawebparts.sourceforge.net/javadocs/javawebparts/ajaxparts/taglib/package-summary.html

The benefit is that it will allow you to do this, since it has a timed
AJAX event function, and will save you from having to write any Javascript
yourself (most likely).

Whether you go with APT or not, AJAX is probably the first thing you want
to look at.

Frank


-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

On Wed, February 28, 2007 3:54 pm, Maya menon wrote:
> All,
>
>   Have a design issue here. We have a web based application and have 2000
> concurrent users. The requirement is: when new data comes on Oracle
> database for users this data has to be sent to the online users on a
> real time basis. Someway, the real time data needs to be pushed to the
> users without the client doing a reload/refresh etc.
>
>   What technologies can be used here ? Can anyone provide me some
> suggestions ?
>
>   The users login to the application using a web page, this is a web based
> J2ee application using struts, Oracle database.
>
>   Thanks,
>   Maya
>
>
> ---------------------------------
> Any questions?  Get answers on any topic at Yahoo! Answers. Try it now.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to