you can generate just components with gwt. i envision the integration going something like this:

create the gwt component
create backging wicket component

the wicket component will have callback methods that the gwt component will use
when gwt component is included it is passed an array of urls it will use to communicate with its backend, this array of urls is generated by calling urlfor either on the wicket backing component itself or on its subcomponents.

so essentially you can link a keypress on a gwt component to a link.onclick of a backing wicket component via a url - this is pretty much how our ajax integration works, so i think all the building pieces are there for anyone who wants to try. maybe a new request target needs to be created to serialize response data to how gwt likes it.

so if anyone wants to start the effort we will be happy to help you along, but we are very busy working on 2.0 right now so i wouldnt count on this coming from the core team unless one of us needs the integration for a day job.

-Igor

On 6/17/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
There are currently no integration efforts ongoing. I haven't actually
played with it - waiting for the mac version - except for reading the
docs and a short look at some code, so I don't really know whether it
is possible to generate just reusable components, or that GWT only
renders whole webapplications. If you can generate standalone reusable
components, integration should be fairly easy as the end result of GWT
is client code only.

So... not sure, and someone has to take a look at it first. If you
find anything out, please share on this list.

Eelco


On 6/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
> Hi
>
> How to use google web tool kit in wicket application
>
> Regards
> Gangadhar
>
>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to