Presuming you've split out your business logic from your presentation layer,
you can write a simple client to your business logic (bypassing all the
struts stuff completely) and then call that simple client at 2am.  Or write
a client that sits there until 2am and then calls your business logic
classes to do the appropriate stuff.

T.

-----Original Message-----
From: Jose Carlos Rubia Raya [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 3:48 PM
To: Struts Users Mailing List
Subject: Programmed Actions With Struts Applications


I'm developing an application with Struts and I need
that my application every night at 2:00AM executes an
action. That action consists in a query to the DB
and before it executes a serie of intruccions
depending of the data of the DB.
How can I made it?
I have no idea how to made it.

_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

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




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

Reply via email to