Friday, November 11, 2011

Best Practices to improve Performance in JSP

This topic illustrates the performance improvement best practices in JSP with the following sections:

Overview of JSP

Use jspInit() method as cache

Optimization techniques in _jspService() method

Optimization techiques in jspDestroy() method

Optimization techniques in page directive

Choosing right include mechanism

Choosing right session scope in useBean action

Choosing the custom tags versus non custom tags

Cache the static and dynamic data

Choosing the right session mechanism

Control session

Disable JSP auto reloading

Control Thread pool

Key Points

No comments:

Post a Comment