GWT Lovers,

I'm trying to get my feet wet with GWT to see if migrating will work out.  
I usually try the more difficult parts first to make sure I can finish the 
project.  The most difficult part of my project(s) is referencing 3rd party 
JS libs.  In this example I'm trying to use PubNub as much of our platform 
uses it.

What I'd like to do is create a reusable object that can be used in other 
GWT projects in need of PubNub.  I've got a simple little test running 
successfully (ie, I've got the basics of JNSI working), but my question is 
-> where do I put the reference to the 3rd party script in order to create 
the library/module properly?

Right now I just put the reference to the external scripts in the html page 
in the project, but I'm pretty sure this is incorrect from a reusability 
perspective, as this lib would be used in other projects, each of which 
would have their own base html page.  

I tried putting the reference in the gwt.xml file, but this seems to lose 
the references (ie my test project no longer works as it did when the 
scripts were in the html page)

Do you have any tips on how to include 3rd party libraries in a reusable 
gwt library/widget?

Thank you all,

Charlie

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yNTgKgOokFIJ.
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.

Reply via email to