Re: Creating JavaScript libraries with GWT - need help

2009-02-03 Thread peterx86

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 peter...@gmail.com 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Creating JavaScript libraries with GWT - need help

2009-02-02 Thread peterx86

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



what is user.agent in defer binding?

2008-09-17 Thread peterx86

Hi,

I am reading the defer binding :
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideDeferredBindingReplacement

However, who will set the user.agent property? Will it be set by the
bootstrap javascript automatically? If yes, then how can i get the
list of available properties?

regards
pt


  replace-with
class=com.google.gwt.user.client.ui.impl.PopupImplMozilla
when-type-is
class=com.google.gwt.user.client.ui.impl.PopupImpl /
any
  when-property-is name=user.agent value=gecko/
  when-property-is name=user.agent value=gecko1_8 /
/any
  /replace-with

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---