I have an application where most of the components of the system fall
cleanly into
either session or entity EJB's.  Additionally, I have a process that needs
to run past the
life of any client session, ie a daemon type process (java).

Is there a facility in J2EE servers that allows me to run this daemon
inside the EJB server or
should I just run it as a separate process and control it from a session
bean using RMI.  I really want to use the
same security mechanism that I use for the rest of the app for controlling
the daemon process.

Thanks.

Tim Gonda
[EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to