JET – advanced cca communication using events by Anirban Mukherjee

image

This article talks about an advanced mechanism of achieving inter-component communication using events. I had earlier written about another simpler mechanism, using the writeback principle, on CCA communication with writeback.

However, the writeback principle works only when both the web components are located under the same root component. So it is not really a robust option. The current article deals with communicating using events, and this works across nested components, and does not depend on the hierarchy of the component in the DOM. My sample application contains 3 nested web components, in this order:

When the button in the innermost component is clicked, it raises multiple custom events, which bubble up the DOM. The First and the Second components have been set up to listen to these events and respond accordingly. As a good practice, I have set up helper functions to raise and subscribe to events in a separate function, and I have set the prototype of my custom components to my helper function. This helps to reduce repeated code and allows the web components to be driven by a consistent frame. Read the complete article here.

Developer Partner Community

For regular information become a member in the Developer Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook image Meetups

Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.