> Is there some possibility to avoid the serialization?

Yes, at least theoretically there is by messing with page maps. It's
actually really easy in Wicket 1.3 where you can provide a custom
session store that never relies on serialization.

> We have a couple of
> classes which have final fields initialized from the multi-arg-constructor.
> I just don't want to give up the final and don't want to add a (public)
> no-arg-constructor.

Oh, but that doesn't really matter. Final fields, anonymous classes,
etc, that all works, and you can have any constructor you like.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to