Hello

I am trying to Creating JavaScript libraries with GWT.  (There will be
no client UI related stuffs).


I have read 
http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html.

However, above blog is not enough.

Because i want to use the javascripts created in V8 engine embeded in C
++ application.
So, the final problem needs to be attacked is how to code to do
something similar to :

  public void onModuleLoad() {
    publish();
  }

onModuleLoad() is invoked and initialized by the nocache.js file.

Anyone can help?

regards
Peter



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to