• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Communicating between Two GWT Apps on the same HTML Page

 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'm playing around with GWT, and am far from an expert.

I was wondering if two GWT apps, developed separately, but on the same page, can communicate with each other and respond to events.

So, I've got two separate panels with buttons, displayed at different parts of the page. When a button in one is pressed, a GWT app somewhere else on the page responds with a color change or something.

Any ideas? Any examples?

(Is this the right forum for GWT questions?)

-Cameron McKenzie
reply
    Bookmark Topic Watch Topic
  • New Topic