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.

