Multiple choice technology web technology

Which is the preferred mechanism for implementing Inter-portlet communications?

  1. Event Handlers

  2. Backing files

  3. onRefresh method

  4. listenTo portlet property

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Event Handlers are the preferred and recommended mechanism for implementing Inter-Portlet Communication (IPC) in modern portal frameworks. They provide a decoupled, event-driven architecture where portlets can publish and subscribe to events without direct dependencies. Backing files are for lifecycle management, onRefresh is a specific lifecycle method, and listenTo portlet property is an older, less flexible approach.