Inter Widget Communication for iGoogle like portals

Posted by bakore on Stack Overflow See other posts from Stack Overflow or by bakore
Published on 2010-04-05T19:26:51Z Indexed on 2010/04/09 16:53 UTC
Read the original article Hit count: 397

Filed under:
|
|
|

I was looking for a platform where widgets developed using various technologies like Java can communicate with each other. In other words

When I add widgets to an interface I need them to talk to each other. For example A Click event in one widget should trigger an event in some other widget.

I have been looking into the web for solutions and ways to do it, but couldnt find anything concrete. Any pointers or information on this would be great. Something like this http://blogs.sun.com/pdblog/entry/inter_widget_communication_in_cross

Google also had a gadget to gadget communication API which was deprecated last year.

© Stack Overflow or respective owner

Related posts about widgets

Related posts about java