RE: [Rife-users] run java code directly after starting the web server

2005-12-20 Thread Lars Grupe
? e.g.: 'CreateDatabaseStructureParticipant' Cheers, Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Okyere Sent: 19 December 2005 23:12 To: RIFE users list : questions, bug reports and suggestions. Subject: Re: [Rife-users] run java code

RE: [Rife-users] run java code directly after starting the web server

2005-12-20 Thread Lars Grupe
, Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin Sent: 20 December 2005 10:54 To: RIFE users list : questions, bug reports and suggestions. Subject: Re: [Rife-users] run java code directly after starting the web server Hi Lars

Re: [Rife-users] run java code directly after starting the web server

2005-12-19 Thread Emmanuel Okyere
Look at the ~.engine.ElementDeployer class. A typical implementation (this an earlier version of something I had for my Account element) looks like the one i've pasted below. Alternatively, you could create a BlockingParticipant (maybe called Setup) and put all the setup-specific code there, and

Re: [Rife-users] run java code directly after starting the web server

2005-12-19 Thread Emmanuel Okyere
I wanted to add that towards the end of the in-depth simple blog tutorial (http://rifers.org/rife_indepth_simple_blog) there's an explanation for this. cheers, -- eokyere On 12/19/05, Emmanuel Okyere [EMAIL PROTECTED] wrote: Look at the ~.engine.ElementDeployer class. A typical implementation