DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30980>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30980
Separating Static and Dynamic content in Jasper generated Java class to avoid compilation
callbabusats@yahoo.co.in changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From callbabusats@yahoo.co.in 2004-09-01 12:38 -------
Querying will be o(1). when good hash table is used.
Maintaining static,dynamic content can be done in simpler algorithms
An intermediate file which stores demarcations of static and dynamic content can
deduct changes to static and dynamic content in o(n).
(It checks char by char every static content and dynamic content, When static
content change is deducted it adjusts its demarcations)
If there is a change to dynamic content, then normal procedure is followed.
Otherwise the resouce file is updated.
Intermediate file is updated whenever file changes.
There will be huge reduction in overall compilation time when only static
content changes.
I can develop a prototype, if you want proof of practical feasibility.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|