Updated terrcotta wicket-tim
The latest version of the wicket 1.3 and terracotta integration is out (1.1.3).
The code will now automatically configure your application to use the correct page store, with a default of 100 pages history per page map. If you need to override this value then you can override the the newSessionStore method in your WebApplication class, as in the previous version (see this post).
So in most cases all you need to do to use wicket with terracotta is include the tim in your terracotta configuration like so.
<module name="tim-wicket-1.3" version="1.1.3"/>
The next thing i’m going to be working on is wicket 1.4 support, which I should get finished before wicket 1.4 goes live.
Tags: terracotta, Wicket