This question has little or no relation to EJBs as it is almost purely
a client side (browser/HTTP/HTML) issue.
One way to do this is using DHTML layers/frames (this would be the
equivalent of what David mentioned, a separate "frame", though DHTML
give much more flexibility and looks much better than plain frames).
Each of these layers can have it's own request to the server to get
different information and so could be refreshed separately (though I
haven't tested browser support for this). There is also the possibility
if your data is images, you can refresh images separately from the page
(again, may be browser compatibility problems).
The biggest challenge you face is browser compatibility.
However, if you intend to have each cell be able to be refreshed
separately, you might run into inefficiencies, etc.
--
Joel Shellman
Chief Software Architect
The virally-driven B2B marketplace for outsourcing projects
http://www.ants.com/90589781
David Regan wrote:
>
> That's not possible in the context of a http (web) client, at least
> presently. The only thing you would be able to do is place a java/etc
> client on the page and do the transport that way, or make a specific
> frame that gets periodically refreshed.
> (because frame=page to the web client)
>
> -David
>
> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Manomohan Kalathil
> Sent: Wednesday, June 28, 2000 1:57 AM
> To: [EMAIL PROTECTED]
> Subject: Re: How Update part of HTML page?
>
> Interesting to know that , but havent seen any thing related to
having a
> part of the html page being periodically refreshed without the whole
page
> coming through , as a part of the EJB discussions.
> Was wondering if you could point me to resources on that one
> Regards
> Mano
>
> >-----Original Message-----
> >From: A mailing list for Enterprise JavaBeans development
> >[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Davies
> >Sent: Wednesday, June 28, 2000 10:04 AM
> >To: [EMAIL PROTECTED]
> >Subject: Re: How Update part of HTML page?
> >
> >
> >Eugene,
> > That functionality will be in EJB 2.1
> >Tom
> >
> >I'm going to present a data like table (columns and rows) on HTML
page.
> >>From time to time I read data from file (log file) and send it from
server
> >to client
> >browser(i.e. whole HTTP response with all data).
> >
> >How can I
> >1)send only changed data and
> >2)update only part(s) of page?
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".