Sunday, January 10, 2016

JDev/ADF sample - Handling ADF BC 12.2.1 REST Validation in Oracle JET

  • Handling ADF BC 12.2.1 REST Validation in Oracle JET. CRUD use case would not be complete without validation logic implementation. Oracle JET allows to implement standard and custom validators on the client. Probably most of the simple to average complexity logic will be implemented in Oracle JET. Complex use cases can be handled in ADF BC validation rules, data will be validated through REST calls. When validation fails in ADF BC, error message is propagated through REST back to Oracle JET client, where we can parse it and attach to the UI field.
    Download - JETCRUDApp_v4.zip

No comments: