Load pages and templates on demand
----------------------------------
Key: CLK-703
URL: https://issues.apache.org/jira/browse/CLK-703
Project: Click
Issue Type: Improvement
Components: core
Reporter: Bob Schellink
Assignee: Bob Schellink
Fix For: 2.3.0-M1
At startup time Click eagerly loads templates (and associated page classes)
found under the web folder.
The proposed change is to switch to a lazy loading scheme where pages and
templates are only loaded when requested. Scenarios needed to be catered for
include:
- HTTP Request
- Page.setRedirect
- Page.setForward
There is also an outstanding bug which depends on this proposal:
https://issues.apache.org/jira/browse/CLK-639
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.