Re: [Orchestra] Does Orchestra work with non web client?

2007-09-14 Thread Mario Ivankovits
Hi! Here is what have have in mind 1. have the JSF backing bean to have the same convesation name. The service bean is singleton scope 2. have the runnable in its own conversation, the conversation ends when the run method ends I also have another instance of same service

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-14 Thread Dan Tran
to it. Passing entities between conversations (which in fact is what you get with the LFA per thread scenario should be avoided - but ok, this depends on how to work with them. Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Does-Orchestra-work-with-non

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-13 Thread Dan Tran
this FrameworkAdapter as prototype in Spring and get the ApplicationContext injected ... automatically. Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Does-Orchestra-work-with-non-web-client--tf4410349.html#a12658639 Sent from the My Faces - Dev mailing list

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-10 Thread Dan Tran
with plain Spring I think. Could you please provide some additional infos about what you would like to do. Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Does-Orchestra-work-with-non-web-client--tf4410349.html#a12605914 Sent from the My Faces - Dev

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-10 Thread Mario Ivankovits
Hi! Like a scheduler within the webapp? this way i can have orchestra to keep EntityManager round to do lazy loading of a huge object. No, many of Orchestra's data-structures are kept in the session scope which is not available during a non http request. After thinking

[Orchestra] Does Orchestra work with non web client?

2007-09-09 Thread Dan Tran
Like a scheduler within the webapp? this way i can have orchestra to keep EntityManager round to do lazy loading of a huge object. Thanks -- View this message in context: http://www.nabble.com/-Orchestra--Does-Orchestra-work-with-non-web-client--tf4410349.html#a12581733 Sent from the My

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-09 Thread Mario Ivankovits
Hi! Like a scheduler within the webapp? this way i can have orchestra to keep EntityManager round to do lazy loading of a huge object. No, many of Orchestra's data-structures are kept in the session scope which is not available during a non http request. Is there any reason to use

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-09 Thread Dan Tran
the process ends - should work pretty well with plain Spring I think. Could you please provide some additional infos about what you would like to do. Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Does-Orchestra-work-with-non-web-client--tf4410349.html