sophie fischer wrote:
> 
> Hello,
> 
> At this moment I am building an application with J2EE and I use the
> Jonas server to deploy it.
> It works fine, but now I would like to add a batch application, that
> checks at regular times
> certain conditions. For instance: which userid's where created during 1
> day.
> 
> I have written a java program for this, and this java program needs to
> check the status in
> a table in the database. So I would like to use again Jonas to deploy
> it. But I do not know
> whether this is possible.
> 
> My questions:
>     1) Is it possible to use Jonas for this?
>     2) If so, is there any documentation I could read to know how to
> accomplish this
> 
> If it is not possible I would also like to know. In that case I will
> create the connection to the
> database in the java-program. But it would be good if I could use the
> same techniques as before.
> 
> Thanks for a reaction,
> 
> Sponiza
> 
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
The good approach seems to run a java program for that, just like you did it.
Anyway, if this program must interact with your beans deployed in EJBServer,
you could run it in the same JVM by making a jonas service with it.
This facility will not be available before jonas 2.3.1 (June 2001).
-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to