Summary
Let us recap what we have learned in this chapter. We started by learning about the Model-View-Controller architecture and understood how ADF implements this architecture. We understood the building blocks of the ADF architecture: ADF Model, ADF Controller, and ADF Faces.
We started by creating a simple ADF application with an entity object, view object, and application module in the Model project. We verified the application module using the BC4j tester.
After that, we started creating the UI page in the ViewController
project. We bound the data to the UI components and displayed the information in a table. Finally, we ran and verified the application.
In the next chapter, we will learn more about the business components involved with developing the sample application.