2007/2/21, David H. DeWolf <[EMAIL PROTECTED]>:
Keeping things to the standard:

render(request, response, definition) and forcing the factories to
handle them consistently, allows us to centralize the burden of creating
the context on the factory.


+1

I though that you added the "other" standard:
render(pageContext, definition)
for a reason, but it can easily be converted to:
render(pageContext.getRequest(), pageContext.getResponse(), definition)
This way all the story about a new interface is unnecessary.

>
> * Replace the type "Object" instead of PageContext in API.

Or just remove that series of methods, right?

+1 to removal.

Antonio

Reply via email to