Hi All, If I not wrong, the page class in tapestry is an abstract class and it will be extends in run time and generate instance based on that class on the fly. But this will let the 1st time loading of tat page become slower.
So, I would like to check out is it tapestry got provide any script to compile (maybe I use the wrong keyword) the page class 1st before the user request to that particular page to make it can be run faster. This concept is like the jspc which can turn the jsp page to be servlet 1st before user request to that paricular jsp page. Thank you in advance for any info. -- Regards, Khong Seng Kin