Wolfgang Schreiner wrote:

hi,

The WSRF tutorial shows how to create multiple resource instances at
startup (http://ws.apache.org/wsrf/dev_guide/home.html). How can I
create instances during runtime to ensure that each client interacts
with its own instance?
regards,

wol.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Wolfgang,

Override the find(...) operation in your ResourceHome. In the body of the method you can create your resource and call the add(..) operation to add it to its internal cache for future requests.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to