Hello everybody:

I don't know if it's too early to post this message (now you are 
working very hard to release EJBoss 1.0) but I want to explain an idea.

During the development of our application I see we will need to
include the ability to perform periodically tasks (for example, sending 
emails to customers, performing lenghtly operations on the database,
etc).

I think the best place to put this bussiness logic is in the application
server. This is the special kind of bean I'm thinking. It could be
a stateless session bean (it doesn't need to store state information
between calls).

EJBoss has one of this beans. The deployer is instantiated without a 
client's request and periodically scans the beans directory to find new
beans to deploy.

To deploy a bean like this we will need to specify the periodicity to
instantiate it (and execute).

That's all. Thanks ;-)

Pedro Mota


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to