GWT and Thrift

2016-05-06 Thread Bryan Buchanan
Is anyone using Thrift RPC with GWT ? I know there was a GWT-Thrift project a few years ago, but I'm thinking with JSInterop the current Thrift generated JS client could be used with GWT ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsub

Re: Super Dev Mode over HTTPS, workarounds?

2016-05-06 Thread Jens
> I'm not sure what difference that might make, could you elaborate? I > already have one web server talking https to the browser and the SDM script > tries to invoke an http connection to the code server. How does adding > another server talking HTTPS help the situation? > > Sorry if I'm not

GWT 2.8b1: "runAsyncCallback7 is not a function" - compiler error with GWT.runAsync(...)?

2016-05-06 Thread cloud450
Hi there, I've been migrating an application from GWT 2.5 to GWT2.8b1. After working around how to debug in Super Dev Mode and getting the app to run relatively smoothly, we've encountered an odd issue in the generated JS code which does not show up when debugging: Stack Trace from Chrome: Un

Re: Super Dev Mode over HTTPS, workarounds?

2016-05-06 Thread cloud450
I'm not sure what difference that might make, could you elaborate? I already have one web server talking https to the browser and the SDM script tries to invoke an http connection to the code server. How does adding another server talking HTTPS help the situation? Sorry if I'm not understandin