Rajesh Thiharie wrote:
> 
> Hi all
> 
> I have a portlet which is picking off data off another server.
> This portlet is a scheduling appliocation and I need Jetspeed
> to update this at varying intervals -- I will decide on a
> final time interval after experimenting.

Well... I don't know what this has to do with "Private portlets"... but
OK.
 
> What should I do to get Jetspeed to do this.

Use the Daemon package and set your interval with whatever you need. 
Then use your Daemon as a singleton to access the data.
 
> What it currently does is that it stores it in the
> JetspeedDocument Cache and does not update it all.
> I have to manually find the file and delete it.
> *If this is the only way.
> *Do I put in a cron job that deletes it ??? :-(

Just do what you need in a Daemon

-- 
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme 
excellence consists in breaking the enemy's resistance without fighting.
    - Sun Tzu, 300 B.C.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to