Using the RequestFactory to pass oauth token with gwt-oauth2

2013-06-23 Thread Paul Mazzuca
I have successfully obtained a token using the gwt-oauth2 api in my GWT project. Using the RequestFactory for RPC, how do I relay that token to a backend of my choosing? For example, if I were using app engine, how does app engine now know who the requesting user is? What must be done from

GWT grid widget with row column headers?

2013-06-23 Thread srinu . hello
I am looking for any GWT grid widget that needs to have row and column headers on X and Y axis. Those needs to be seamlessly scrollable across X and Y axis. Essentially I am looking for a GWT widget as demonstrated in the below URL http://jsfiddle.net/jschlick/Gv26h/ please use firefox or

Re: GWT grid widget with row column headers?

2013-06-23 Thread Alain Ekambi
CellTable ? http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable 2013/6/23 srinu.he...@gmail.com I am looking for any GWT grid widget that needs to have row and column headers on X and Y axis. Those needs to be seamlessly scrollable across X and Y axis.

Re: GWT grid widget with row column headers?

2013-06-23 Thread srinu . hello
Hi Alian, Thanks for the reply. Yes the CellTable is having the single header on x-axis. I need the header on y-axis as well. and scrolling behavior needs to be as defined in the demo given at the link http://jsfiddle.net/jschlick/Gv26h/ Is the code sample to demonstrate this? Thanks in

application does not open when deployed on tomcat

2013-06-23 Thread Moutellou
Did you compile you're project with GWT? you can also try copy the content of WAR folder to a folder in the Web apps instead of creating a WAR with Eclipse. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

Design of the GWT Compiler

2013-06-23 Thread Ranjith Chungath
Hi, I would like to understand the GWT compiler in deep. The classes and the flow. For E.g., the following classes and the Visitors - com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer - com.google.gwt.dev.jjs.JavaToJavaScriptCompiler - com.google.gwt.dev.jjs.impl.CodeSplitter -

Re: Design of the GWT Compiler

2013-06-23 Thread Thomas Broyer
On Sunday, June 23, 2013 7:21:16 PM UTC+2, Ranjith Chungath wrote: Hi, I would like to understand the GWT compiler in deep. The classes and the flow. For E.g., the following classes and the Visitors - com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer -

Re: Anchor does not work in IE - very strange problem!

2013-06-23 Thread Magnus
Hi Jens! 1.) use SafeHtmlUtils instead of OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml. Ok! 2.) always use !DOCTYPE html in your host html page so that IE is in standards mode to avoid head aches :) This is already the case. In addition, I jhave already tried different