Re: designing simple scheduler

2003-12-08 Thread Vic Cekvenich
With a layered MVC application you can re-use beans outside of Struts. Have cron call beans application. I do. .V Raman wrote: Hello, I am using struts/beans in my application. I want a scheduler kind of thing that after regular interval of time should check the db and send mails. I want some

Re: designing simple scheduler

2003-12-08 Thread Markus
Hi, search the mail archive. This thread was discussed about one or two weeks ago. Regards, Markus Hello, I am using struts/beans in my application. I want a scheduler kind of thing that after regular interval of time should check the db and send mails. I want some suggestions

RE: designing simple scheduler

2003-12-08 Thread Voinea, Marina
:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 6:29 AM To: [EMAIL PROTECTED] Subject: Re: designing simple scheduler With a layered MVC application you can re-use beans outside of Struts. Have cron call beans application. I do. .V Raman wrote: Hello, I am using struts/beans in my

RE: designing simple scheduler

2003-12-08 Thread Turansky, Mark
business components anywhere. -Original Message- From: Voinea, Marina [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 9:19 AM To: 'Struts Users Mailing List' Subject: RE: designing simple scheduler Vic, can you please explain a bit more how do you reuse your beans ? (and have

Re: designing simple scheduler

2003-12-08 Thread Vic Cekvenich
Message- From: Voinea, Marina [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 9:19 AM To: 'Struts Users Mailing List' Subject: RE: designing simple scheduler Vic, can you please explain a bit more how do you reuse your beans ? (and have cron job call yor application - you know the idea

RE: designing simple scheduler

2003-12-08 Thread Voinea, Marina
in UI application. Coud this be done? -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 9:57 AM To: Struts Users Mailing List Subject: RE: designing simple scheduler how to reuse beans? You should be making your beans without any thought

Re: designing simple scheduler

2003-12-08 Thread Vic Cekvenich
No, no that is not what we are saying. Just call the beans from your UI. In this case your UI is console. Same bean that you allready tested. Struts is the fastest way to develop that I know (15 years of IT for me) So your console app check the JavaMail and saves it or send it from db. Same

RE: designing simple scheduler

2003-12-08 Thread Turansky, Mark
- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Monday, December 08, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: Re: designing simple scheduler No, no that is not what we are saying. Just call the beans from your UI. In this case your UI is console. Same bean that you allready

RE: designing simple scheduler

2003-12-08 Thread ian_d_stewart
]To: Struts Users Mailing List [EMAIL PROTECTED] rm.com cc: Subject: RE: designing simple scheduler