Hi Denis, On 2013/04/25 22:13, Dennis M. J. Yerger wrote:
After examining the ClickServlet class, I noticed the newPageInstance() method, which is where new instances of Page objects are created. By default, newPageInstance() calls Class.newInstance() on the given class. This can be overridden by subclassing ClickServlet. However, I believe this functionality should be factored out into a separate class. A separate page factory would allow page objects to be created in more flexible ways (e.g., from Spring contexts or Tapestry IoC registries) without altering the ClickServlet. I
Looking at SpringClickServlet there seems to be quite a bit going on in there which doesn't deal only with newPageIntance. So with a PageFactory in place, wouldn't Spring still need to subclass ClickServlet to work?
Kind regards Bob
