In this chapter, we are going to explore the Oracle JET Custom Web Component Architecture and use it to build a search component. The component will automatically filter down the ticket list as the user is typing, to instantly show the results and reduce the amount of actions required by the user. This aspect of showing results while the user types will be achieved easily, thanks to the component’s writeback properties facilitating the communication between the component and the consuming ViewModel.
The topic of JET Web Components is quite extensive, and within the use case that follows, I will be ...