On 6/24/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
IRequestCycleFactory and ISessionFactory annoy the hell out of me. We simplified how they are used a bit in 1.3, but imho, I think we should just ditch them all together in favor of simply two factory methods in application. Factory method newSession already exists in WebApplication (as that class implements ISessionFactory), but to create a new request cycle you still have to override getRequestCycleFactory().
https://issues.apache.org/jira/browse/WICKET-689 is very related to this. I can't see if there will be any unwanted consequences by doing this, but if not I'm +1. Frank