Working with third party client libraries in gwt

2011-03-23 Thread Prashant
Hi Guys, I'm very new to GWT and have basic experience in web development. Just started learning gwt and trying to build a web application which would use client libraries in order to connect TIBCO EMS but not sure how to import libraries in to gwt project. I've already developed a java desktop

Re: Working with third party client libraries in gwt

2011-03-23 Thread Ben Imp
If you want to use them on the client side, you must have the source code for GWT to translate to JS. In addition, this code must be compatible with GWT's subset of Java. Using third party jars on the server side, on the other hand, is just straight Java. I would hazard a guess that your issue