1.

What Is A Controller?

Answer»

Controller is the java file and can be associated to a complete OAF PAGE or to a SPECIFIC region.

There are several tasks you will do routinely in your code.

  1. Handle button press and other events
  2. AUTOMATIC queries
  3. Dynamic WHERE clauses
  4. Commits
  5. JSP Forwards

The logic for ACCOMPLISHING all these tasks is written in controller.

Controller is the java file and can be associated to a complete OAF page or to a specific region.

There are several tasks you will do routinely in your code.

The logic for accomplishing all these tasks is written in controller.



Discussion

No Comment Found