On Oct 22, 6:16 am, "Jaco Van Staden" <[EMAIL PROTECTED]> wrote:
> Hi... I just picked up on this thread. How does this work
1) you compile webkit with glib / gobject bindings to its DOM model
https://bugs.webkit.org/show_bug.cgi?id=16401
2) you create Java Bindings to the webkit-glib DOM bindings
3) you go through every line of code in GWT, and wherever you see /-
{ }-/ delineating javascript, you REPLACE it with IDENTICAL code,
written in JAVA, that calls the webkit Java DOM bindings, instead.
this is a fairly mundane and slightly mindless task.
4) you call this library GWT-Desktop
5) you compile your app with the "new" GWT-Desktop library
6) you dance on the ceiling.
> and where can I
> read more about this project?
it's an "enhancement" request - just an idea.
http://code.google.com/p/google-web-toolkit/issues/detail?id=2998&sort=-id
> Is there a way to have GWT code running on
> mobile apps?
i don't see why not.
webkit is fast enough to run on embedded platforms [so if you have
java bindings to webkit, to get access to the DOM model, then it's
perfectly reasonable to have GWT code running native on embedded
platforms]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---