Re: How To Save A State Of Execution

2010-05-31 Thread Claus Ibsen
On Mon, May 31, 2010 at 11:49 AM, Carlo Camerino wrote: > hi, > > i read the documentation regarding claim checks, > i was wondering if it could be changed to a nonpersistent state? > > i need to store sockets and i don't think i could serialize it. > Yeah the point is that you just create whatev

Re: How To Save A State Of Execution

2010-05-31 Thread Carlo Camerino
hi, i read the documentation regarding claim checks, i was wondering if it could be changed to a nonpersistent state? i need to store sockets and i don't think i could serialize it. thanks carlo On Mon, May 31, 2010 at 4:00 PM, Carlo Camerino wrote: > nice > > thanks a lot! > > > On Wed, May

Re: How To Save A State Of Execution

2010-05-31 Thread Carlo Camerino
nice thanks a lot! On Wed, May 26, 2010 at 4:58 PM, Claus Ibsen wrote: > Hi > > Its a bit like the Claim Check EIP pattern. Eg you just impl. your own > Registry to store the data, which you can retrieve again later. > > > On Tue, May 25, 2010 at 4:08 PM, Carlo Camerino > wrote: > > i think th

Re: How To Save A State Of Execution

2010-05-26 Thread Claus Ibsen
Hi Its a bit like the Claim Check EIP pattern. Eg you just impl. your own Registry to store the data, which you can retrieve again later. On Tue, May 25, 2010 at 4:08 PM, Carlo Camerino wrote: > i think the proper term i'm looking for is > > java "continuations" > > On Tue, May 25, 2010 at 10:0

Re: How To Save A State Of Execution

2010-05-25 Thread Carlo Camerino
i think the proper term i'm looking for is java "continuations" On Tue, May 25, 2010 at 10:04 PM, Carlo Camerino wrote: > hi willem, > > sorry for the confusiuon here. > um actually it's regardless of user interface. it maybe wicket or any other > web framework. > > i'm planning on doing this in

Re: How To Save A State Of Execution

2010-05-25 Thread Carlo Camerino
hi willem, sorry for the confusiuon here. um actually it's regardless of user interface. it maybe wicket or any other web framework. i'm planning on doing this in the integration side On Tue, May 25, 2010 at 9:34 PM, Willem Jiang wrote: > Hi Carlo, > > I'm sure you post the mail to a wrong mail

Re: How To Save A State Of Execution

2010-05-25 Thread Willem Jiang
Hi Carlo, I'm sure you post the mail to a wrong mailing list. Maybe you are planing to ask the question in apache wicket user mailing list. Willem Carlo Camerino wrote: Hi, I have this requirement in which I need to save a state of execution. Here is my scenario: I need to get information

How To Save A State Of Execution

2010-05-25 Thread Carlo Camerino
Hi, I have this requirement in which I need to save a state of execution. Here is my scenario: I need to get information coming from a remote computer. I am using a java Socket object in order to connect to this computer. Each time a reply returns I go back to the user interface screen and the