Construct and download a bean

I am looking for a pattern to set up a server appliation where clients can connect and configure a computation engine (a Bean, not necessary EJB.) The Bean would then execute entirely on the client side, possibly disconnected from my server.

Because it requires quite a bit of db support to configure the engine, I figure it might be easier to implement the instantiation part on a server.

Thanks in advance.

[434 byte] By [kklchan] at [2007-9-26 2:56:56]
# 1
Is the interface to the bean provided on the client side? If so can you just not send a serialized object from the server? R.KMS
kevinms at 2007-6-29 10:48:24 > top of Java-index,Other Topics,Patterns & OO Design...