Hi,
can jsp's be instantiated at deployment time itself. so that accessing will be faster
Printable View
Hi,
can jsp's be instantiated at deployment time itself. so that accessing will be faster
As far as I'm aware not directly. You could write something which loads the pages from client side. The initial load time should be minimal, so I'm not sure there would be a huge performance boost should you do this (unless you have profiled the load time and concluded otherwise)