[ 
https://issues.apache.org/jira/browse/WICKET-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juergen Donnerstag resolved WICKET-2340.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC6
         Assignee: Juergen Donnerstag

now uses an interface
you may use IResourceSettings.setResourceWatcher() to set whatever 
IModificationWatcher you want

> Make ModificationWatcher replacable
> -----------------------------------
>
>                 Key: WICKET-2340
>                 URL: https://issues.apache.org/jira/browse/WICKET-2340
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>         Environment: Mainly on Google App Engine
>            Reporter: Nick Wiedenbrueck
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC6
>
>
> Google App Engine does not allow applications to spawn threads. But Wicket's 
> ModificationWatcher does so. So, deploying Wicket applications on GAE will 
> not work in debug mode, even when deploying on the local app engine 
> development environment.
> It would be nice, if  it would be possible to use a different 
> ModificationWatcher that does not spawn Threads. The Problem is, that 
> A) ModificationWatcher is not an Interface but a concrete class
> B) ModificationWatcher is final
> As a bonus it would be nice to have an optional  ModificationWatcher 
> implementation in the wicket core that does not rely on threads, but instead 
> checks Resources before every request, for example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to