Export to GitHub

gwt-dispatch - issue #5

Lazy initialization of ActionHandlers


Posted on Jul 30, 2009 by Quick Rhino

Modify the handler registration to register the ActionHandler .class, rather than an actual instance, to istantiate the ActionHandler the first time that the

public Result execute(Action<?> action) throws ActionException

is called from DispatchServiceServlet, to provide lazy initialization

Comment #1

Posted on Oct 21, 2009 by Grumpy Rhino

(No comment was entered for this change.)

Comment #2

Posted on Apr 28, 2010 by Grumpy Rhino

Can anyone confirm if the existing changes in the library address this sufficiently. Specifically the LazyActionHandlerRegistry?

Comment #3

Posted on Apr 28, 2010 by Grumpy Rhino

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-Release1.1