> You should use a second level cache to cache objects and queries from
> your database; and that's not Wicket's job, Wicket is a Web framework.
>
> For example, use Hibernate + ehcache.

Yep. That way you'll avoid redundancy in caching, and have caching
regardless of whatever UI framework you're using. and using e.g.
ehcache can do things for you like limit the RAM cache and overflow to
disk. Etc.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to