What is Edge Side Includes for Java (JESI) and where can I find more information about it?
Edge Side Includes for Java provides extensions to Java that make it easy to program JavaServer Pages (JSPs) using ESI. JSPs are server-side software modules that produce final user interface by linking dynamic content and static HTML through tags. JESI is a specification and custom tag library that JSP developers can use to automatically generate ESI code. Even though JSP developers can always use ESI, JESI provides an even easier way for JSP developers to express the modularity of pages and the cacheability of those modules, without requiring developers to learn a new programming syntax. To find out more about JESI, please visit www.esi.org, http://jcp.org/jsr/detail/128.jsp or the OracleAS Web Cache page on OTN.