Have you tried using LoadableDetachable models for that? Another way
could be to use Terracotta for the clustering where the objects are
just replicated to servers which need them. I haven't tried it yet but
this approach seems pretty scalable and fault-tolerant to me (given
that the Terracotta-server is redundant ;-))

roland

On 12/15/06, Joe Toth <[EMAIL PROTECTED]> wrote:

> It would be nice if Wicket could do something similar to this.  I know you
> can't do the same thing because in the example I shown the "Model" is just
> an id pointing to a database record so it can be easily de/serialized from
> anywhere, while a "Model" in Wicket is more complicated.
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to