AlistairMonkeyFinger
Programmer
Hi all,
i want to do the following but i'm not sure if it's possible. I want a client app to create a instance of an EJB on the server, give it some parameters then disconnect (shutdown) leaving the EJB to go away and process a large amount of data. Throughout the duration of the processing i want the client to be able to connect back to the bean to monitor progress. So my questions are...
Is this possible using EJB's ?
Which EJB do i use ?
How does the client know which bean to connect back to monitor its progress ? (assuming mutliple clients could set off processing).
Or is there another way to do it - maybe the client doesn'y connect to the same bean they dosconnected from, but to any bean that can monitor the progress of a task on a different (known) thread ?
Any thoughts would be useful
TIA
Alistair![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
i want to do the following but i'm not sure if it's possible. I want a client app to create a instance of an EJB on the server, give it some parameters then disconnect (shutdown) leaving the EJB to go away and process a large amount of data. Throughout the duration of the processing i want the client to be able to connect back to the bean to monitor progress. So my questions are...
Is this possible using EJB's ?
Which EJB do i use ?
How does the client know which bean to connect back to monitor its progress ? (assuming mutliple clients could set off processing).
Or is there another way to do it - maybe the client doesn'y connect to the same bean they dosconnected from, but to any bean that can monitor the progress of a task on a different (known) thread ?
Any thoughts would be useful
TIA
Alistair
![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)