Re: How to implement a time-driven use case

2005-12-04 Thread Comain Chen
Oh,yes I have found my answer, and thanks for all. 2005/12/5, Yujun Liang <[EMAIL PROTECTED]>: > > You may also want to take a look at > > java.util.Timer > java.util.TimerTask > > They are very simple. > > Regards > > On 12/4/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > On 12/3/05, Comain C

Re: How to implement a time-driven use case

2005-12-04 Thread Yujun Liang
You may also want to take a look at java.util.Timer java.util.TimerTask They are very simple. Regards On 12/4/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 12/3/05, Comain Chen <[EMAIL PROTECTED]> wrote: > > I am now working with struts and hibernate to implement a web site. > > Unlike othe

Re: How to implement a time-driven use case

2005-12-03 Thread Wendy Smoak
On 12/3/05, Comain Chen <[EMAIL PROTECTED]> wrote: > I am now working with struts and hibernate to implement a web site. > Unlike other use cases, One is Time-Dirve,means when a specific time > is arrived this typicial use case is triggered. Howerver I have no idea > about > how to implents this, (

How to implement a time-driven use case

2005-12-03 Thread Comain Chen
I am now working with struts and hibernate to implement a web site. Unlike other use cases, One is Time-Dirve,means when a specific time is arrived this typicial use case is triggered. Howerver I have no idea about how to implents this, (May be a system call back or other),can some one give me some