Wednesday, April 14, 2010

JDev/ADF sample - Implementing Custom Generic PL/SQL Validator in Oracle ADF

  • Implementing Custom Generic PL/SQL Validator in Oracle ADF. In Oracle ADF you are not constrained only by built in validation rules, its possible to add new ones. This allows to build custom generic validation rules and use them across project through standard JDeveloper wizard. Today I will explain how you can define such rules, and will use example where PL/SQL function will be invoked to check validation logic.
    Download - CustomGenericValidator.zip

No comments: