This figure shows how the JSP container executes a request for a JESI fragment. It shows a page that consists of the following:
1) A first template block
2) A first fragment
3) A second template block
4) A second fragment
5) A third template block
The request is for the first fragment, resulting in the three template blocks being processed, but with their output being discarded, the first fragment being processed, and the second fragment being skipped. The resulting response consists of only the output from the first fragment.