首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

ADF施用应避免使用jsp:include标签

2013-04-09 
ADF应用应避免使用jsp:include标签在ADF应用中,Oracle建议使用declarative component,而不是使用jsp:inclu

ADF应用应避免使用jsp:include标签

在ADF应用中,Oracle建议使用declarative component,而不是使用jsp:include来包含一些共用的内容。

主要原因是jsp:include标签不支持以下技术:命名空间,AJAX,动态传参,MDS。


原文可参考:https://blogs.oracle.com/jheadstart/entry/avoid_use_of_jspinclude_where

中文:http://peterlij.iteye.com/blog/1707513

Declarative Component:

tutorial:http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_40/jdtut_11r2_40.html

http://andrejusb.blogspot.com/2009/10/custom-declarative-components-in-adf.html


热点排行