Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2340

Make ModificationWatcher replacable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4-RC6
    • wicket
    • None
    • Mainly on Google App Engine

    Description

      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.

      Attachments

        Activity

          People

            jdonnerstag Juegen Donnerstag
            cretzel Nick Wiedenbrueck
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: