gwt compile issue

2010-06-02 Thread gerald
I have a project based on gwt-ext. This project import some third- party jars. However it didn't compile successfully because the gwt complier couldn't find the java source code of these third-party jars. That means that we must have the java source code in the jar package or in the classpath, othe

error while invoking java method using jsni

2010-06-02 Thread gerald
When I invoke java method 'func2(JavaScriptObject str)' using jsni, an error occurs when the type of argument 'str' is javascript string type, such as var ss = 'aabbcc', However, the method 'func2' does work while its argument is JavaScriptObject type. In addition, this error only happen in the dev

RE : Re: Added value of UIBinder in gwt 2.0?

2010-01-26 Thread Gerald
, "Mirco" a écrit : Hi Gerald, declarative UI have some good advantages. The ones that first pop up in my mind are: - Your Web designers (which are usually not very used to Java fanciness) can be more confident while retouching the layout of your application. Which also decrease the ch