Hi I have made it work. Basically, GWT can be used to create javascript. And the javascript can be read from a file and consumed by v8 javascript engine.
It is very nice. regards Peter On Feb 2, 4:50 pm, peterx86 <[email protected]> wrote: > Hello > > I am trying to Creating JavaScript libraries with GWT. (There will be > no client UI related stuffs). > > I have > readhttp://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-g.... > > 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 -~----------~----~----~----~------~----~------~--~---
