JSP Fragment

What is JSP Fragment?

Questions by RamRihal

Showing Answers 1 - 6 of 6 Answers

Fragments Refer to Portal Technology.
Where The Portal Server Takes the JSF fragments from different portlets (Sources) and integrate in a page(portal).

You can refer igoogle/my.yahoo.com for see it happen. Like different fragments from different portlets are integrated in a portal.

Fragments are cached and reused and have more advanced uses in Portlet Technology.

shamli85

  • Apr 2nd, 2010
 

JSP Fragments is a new feature of JSP 2.0 that allows page authors to create custom action fragments that can be invoked. It allows a portion of JSP code to be encapsulated into a Java object that can be passed around and evaluated zero or more times. Template text and expression evaluations can be included in JSP fragments.



Regards,
Shamli

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions