Adding validation rules in a fusion web application

A typical enterprise application may want to perform certain validations at client-side and certain things at server-side. The idea is to detect and report the errors as soon as possible to the end user. Oracle ADF allows you to perform validations on both client- and server-side. For a fusion web application, client-side validation is performed in the browser itself without performing a server round trip. Client-side validation is typically used to validate the basic syntax and semantics of the user input. More business critical validations, which involve pulling data from database or interaction with third party services, are performed on the server. This is done when the user submits a page. ...

Get Oracle ADF Real World Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.