https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #18 from Christopher Schultz <[email protected]> ---
These are good ideas, especially the Objective-C-style
_callTag_org_apache_taglibs_standard_tag_rt_core_SetTag_With_var_And_value
method generation and invocation.

The biggest problem with Java-code generation from JSPs these days is the
amount of code being generated into a single Java method. It's not uncommon to
have so must stuff in a JSP that at least one of the generated-methods hits the
64kb limit.

So anything that can reduce the amount of generated code in the _jsp_service
method should be a priority.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to