Friday, May 22, 2009

SAP Portal - Difference Between DynPage and JSPDynPage

DynPage is part of HTMLB not of Portal, which means it might be used in places or programs other than Portal. But JSPDynPage is part of Portal, which means it shall only be used in Portal.

JSPDynPage extends DynPage. It uses its jspName to point to a JSP file under dist/pagelet.

In DynPage classes, you code all HTMLB controlComponent in Java. In JSPDynPage, you code all HTMLB controlComponent in JSP and use the Java class just to induce the JSP.

No comments: