Sunday, April 20, 2008

JDev/ADF sample - Validated Data Types with Domains in Oracle ADF

  • Validated Data Types with Domains in Oracle ADF. I was blogging about use of domains in ADF Business Components previously - Oracle Object Types in Oracle ADF. However, I have described domains there from Oracle Object Types implementation perspective, but its possible to use domains for validation rules. With domains you can implement custom validated data types for java.lang.String, java.lang.Long and other Java types. Main benefit of validated data types implemented with domains is reusability. Let's say if there are attributes in several Entity or View objects and the same validation rule is applied for those attributes, its more wise not to repeat this validation rule, but to put it into domain. I will explain in this post, how to do this.
    Download - ADFDomainValidation.zip

No comments: