igor.vaynberg wrote:
> 
> like eelco said, in devel mode this is the default for markup only. if you
> want class reloading there is a reloadingwicketfilter, or whatever its
> called. in production reloading templates is rarely necessary. for cases
> that require them there are a few solutions: you can do what eelco said
> and
> implement your own markup cache which will change globally how all
> template
> caching works, if you have a requierment where only certain
> pages/components
> need to be reloaded while the app is  deployed you can let them implement
> imarkupcachekeyprovider and override the cache key.
> 
> -igor
> 
> 

Is it possible to expire the page cache with JMX? Or even better, expire
individual pages from the cache with JMX?

Thanks,

Matt
-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-test-Wicket-templates-out-of-container--tf4071714.html#a11572349
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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