Hi,

I use T5 in my project as main web framework. The project itself is a sort
of simple web GIS, based on Google Maps. There is great widget library for
GWT to serve Google Maps with all their AJAX stuff, so I decided to use it
also.

Please, give me some information whether it's possible to integrate full
lifecycle of GWT component with T5 as main framework? What I actually need
is to be able to share some objects between Tapestry and GWT, but without
page reload. So my GWT component should make its RPCs as usual, but these
calls should be made after pressing button in Tapestry component and
information should be got from that component too (@ApplicationState may be,
but how to integrate it with GWT?)

Reply via email to