You need to be more specific, I think.  See below:

Jack

On Tue, 16 Nov 2004 07:33:40 +0100 (CET), Ryan julius
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have in my project, an action /ReadDataBaseData.do and the corresponding 
> handler :
> public ActionForward accessDatabase(ActionMapping, ActionForm, ...) ;
> This action forwards to the page displayData.jsp
> <forward name="displayDBData" path="/displayData.jsp"/>
> Problem: The database is populated each 30 seconds by an external server.

Why is this a "Problem"?

> Question : How can I setup my action and implementation in order to access 
> the database each 30 seconds.

Do you mean that you want a client to "access the database" via an
"action"?  You can set the response object to refresh each 30 seconds
if you want.  This is a fairly simple and old semi-push in the HTTP
pull technology.

Jack

> 
> Thanks in advance.
> 
> 
> ---------------------------------
> Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
> Créez votre Yahoo! Mail
> 
> Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour 
> dialoguer instantanément avec vos amis.Téléchargez GRATUITEMENT ici !
> 


-- 
"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

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

Reply via email to