Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-18 Thread ssg
Fabien, gwt1.7.0 does not support higher IE browsers. To support IE 10 and above browsers we have to upgrade gwt. Hope I clarified your question. Can you please answer my earlier questions? On Wednesday, December 17, 2014 6:39:05 PM UTC-5, Fabien Dumay wrote: Hi, My question will maybe

Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-18 Thread ssg
Jens, Extremely sorry for multiple postings of same questions. Reason for this is I did not find my earlier postings. A BIG thank you for answering my questions. I will start working towards implementing your suggestions. I will get back to you soon. Thanks a lot once again. On Wednesday,

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Ed
Sorry for being impatient ;).. Anybody an idea ? (interface not allowed at all in RPC method calls? ) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT: Decoupling Client code dependency in Server Code

2014-12-18 Thread Sachin Gupta
Thanks Jonl for your reply. So as per my understanding, correct me if I am wrong. when you tried to implement this separation of jars and client war. You created some rpc.blacklist as well to avoid some client classes to get converted to .js. So what are the roadblocks you come across apart

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Jens
Sorry for being impatient ;).. Anybody an idea ? (interface not allowed at all in RPC method calls? ) No idea. Might be a bug... or intended ;-) Maybe GWT explicitly searches for a class that implements TransportTokenResponseProductDto and does not care about your T implementation. Does

GWT: nocache.js rendering

2014-12-18 Thread Sachin Gupta
Is it correct that always for a GWT project, browser will render only application name.nocache.js file. Can't we enforce two .js files to render by clubbing them. If yes how at runtime we can enforce GWT to club other .js file under application name.nocache.js file ? -- You received this

Re: GWT: Decoupling Client code dependency in Server Code

2014-12-18 Thread Jonathon Lamon
So what are the roadblocks you come across apart from the one mentioned above in order to implement it. Did you get success in decoupling client/server/shared package. So if you follow the pattern of two jars, everything in one user jar and only server accessible code in a server jar, then

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread rhmoller
Are the classes visible to GWT? I don't see .client. or .shared. in the package com.ited.lang.transporttoken.TransportTokenResponse so double check the source entries in your gwt.xml file /Rene Den torsdag den 18. december 2014 14.09.16 UTC+1 skrev Jens: Sorry for being impatient ;)..

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread rhmoller
and check that the request and response interfaces are marked Serializable /Rene Den torsdag den 18. december 2014 15.58.59 UTC+1 skrev rhmoller: Are the classes visible to GWT? I don't see .client. or .shared. in the package com.ited.lang.transporttoken.TransportTokenResponse so double

Re: GWT: nocache.js rendering

2014-12-18 Thread Jens
Not sure what you mean with clubbing. In general the module name.nocache.js file does not render anything. What it does is to figure out which browser you are using and then load the correct browser-specific-permutation-hash.cache.js file. Once that file is loaded and evaluated the

ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-18 Thread Kevin Workman
I posted this question on StackOverflow http://stackoverflow.com/questions/27533785/gwt-googlemaps-hide-default-layers-using-styles, but I haven't received any answers, so I'm posting here. I'm using GWT and GoogleMaps (v3.8.0 https://code.google.com/p/gwt-google-apis/downloads/list), which I

Where is declared in the source file * ui.xml persuaded?

2014-12-18 Thread Łukasz Bączek
Hello, I have a code as follows: public class DynamicForm extends Composite { private static DynamicFormUiBinder uiBinder = GWT .create(DynamicFormUiBinder.class); interface DynamicFormUiBinder extends UiBinderWidget, DynamicForm { } public DynamicForm() {

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Ed Bras
@Rhmoller: thanks. Yes they are marked as Serializable. And yes they are visible to gwt, when I create a instance in gwt code, it results in no error.​ I hardly ever use client, shared, server packages.. I get that impression that GWT does't allow interfaces (anymore) in RPC methods. This is the

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Jens
I get that impression that GWT does't allow interfaces (anymore) in RPC methods. This is the new 2.7.0 code that shows me the error: LINKE https://gwt-review.googlesource.com/#/c/7500/ That patch just gives you a better error message. Before that you would get something like Failed to

[gwt-contrib] Re: Problem using WebJars with embedded Jetty in GWT 2.7.0-beta1

2014-12-18 Thread Christophe Kerboriou
Hi, I have the same experience with version 2.7.0. and pdf.js WebJars. you have found a sollution? Chrisrophe Le dimanche 26 octobre 2014 07:57:48 UTC+1, luca.masini a écrit : Hi all, I'm experiencing some problems using JS libraries with WebJars and the integrated Jetty server. When I