1. ADF学习2017-03-27
    40290

    ADF是基于JSF的一种J2EE开发框架,为满足快速开发,实现可见即可得。其强大的点就是快速开发,实现99%的零代码开发,只需要配置配置就能实现一个系统。其强调数据,而非UI格式的定制化。 ADF是免费的,但是其主要部署在 weblgoic上,而weblogic是收费的,而且不便宜。 ADF也是一个MVC框架,不过将Model又细分为两层(Model,Business Service)。ADF Faces->ADF Controller->ADF Model(实现数据绑定 ...

    阅读全文
  2. Oracle ADF Export功能可以参考官网文档: http://docs.oracle.com/middleware/12212/adf/develop-faces/GUID-0E90B043-0304-4337-9857-EA2632C328E5.htm#ADFUI10031   下面的文章转自 http://waslleysouza.com.br/en/2014/05/export-table-to-excel-in-oracle-adf/ ...

    阅读全文
  3. ADF QBE功能2017-07-14
    43780

    参考Oracle ADF官网文档介绍QBE http://docs.oracle.com/middleware/12212/adf/develop-faces/GUID-0E90B043-0304-4337-9857-EA2632C328E5.htm#ADFUI225 文章摘要: 12.5 Enabling Filtering in Tables An ADF table built with collection-based components can ...

    阅读全文
  4. 参考这篇文章:http://dkleppinger.blogspot.jp/2015/04/adding-qbe-operators-to-date-column.html This example presumes you already have a table with filterable columns. You should have a search region in your bindings executable list. Mine is called re ...

    阅读全文
  5. 官方文档:http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_column.html 文章摘录以便快速阅读。 <af:column> UIComponent class: oracle.adf.view.rich.component.rich.data.RichColumn Component type: oracle.adf.RichColumn The ...

    阅读全文
  6. 异常:javax.el.PropertyNotFoundException: Target Unreachable, 'ManageItemBackingBean' returned null 在引用EL#{bean.entity.property}中的managed bean时,有时会出现javax.el.PropertyNotFoundException:Target Unreachable exception。通常是在设置一个property或者触发一个bean ac ...

    阅读全文
  7. 一个warning message导致navigation失败。网上搜的一些资料先记录在这. https://stackoverflow.com/questions/30128395/identifying-and-solving-javax-el-propertynotfoundexception-target-unreachable https://stackoverflow.com/questions/7031885/how-to-choose-the-right-bean ...

    阅读全文
  8. 有这样的一段代码来显示一个数字。 <af:inputText value="mybean.studentId" > <af:convertNumber type="number"> </af:inputText> <af:outputText value="mybean.studentId"> <af:convertNumber pattern=&quo ...

    阅读全文
  9. localization的一些示例以供参考。 本文示例均来源于Oracle官网Working with Localization Formatting章节,详细资料可以参考 http://docs.oracle.com/cd/E36909_01/fusionapps.1111/e15524/ui_localize.htm 货币的格式化 Example 20-1 Syntax of fnd:currencyPatternWithPrecisionAndSymbol fn ...

    阅读全文
  10. 原文:http://www.oracle.com/technetwork/articles/adf/part4-098813.html Oracle JDeveloper 11g makes it easy to compile applications, generate deployment artifacts (such as Java archives [JARs], Web application archives (WARs), and enterprise archive ...

    阅读全文
12