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 
the client-side GWT code to pass that token?

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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 google chrome browser to view the above demo. The 
above is completely implemented in Java script.

Is there a GWT grid widget available with above functionality?

Any help would be really appreciated.

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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.

 Essentially I am looking for a GWT widget as demonstrated in the below URL

 http://jsfiddle.net/jschlick/Gv26h/

 please use firefox or google chrome browser to view the above demo. The
 above is completely implemented in Java script.

 Is there a GWT grid widget available with above functionality?

 Any help would be really appreciated.

 --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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 advance,
Srinivas

On Sunday, June 23, 2013 3:11:40 PM UTC+5:30, Alain wrote:

 CellTable ? 


 http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable




 2013/6/23 srinu...@gmail.com javascript:

  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 google chrome browser to view the above demo. The 
 above is completely implemented in Java script.

 Is there a GWT grid widget available with above functionality?

 Any help would be really appreciated.
  
 -- 
 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 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-we...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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 and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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
   - com.google.gwt.dev.jjs.impl.CodeSplitter2

 I am in process of going through each of this and debugging the Compiler. 
It would really help if you can point me to any existing design documents 
or Wiki.
 
Thanks,
Ranjith

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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
- com.google.gwt.dev.jjs.JavaToJavaScriptCompiler
- com.google.gwt.dev.jjs.impl.CodeSplitter
- com.google.gwt.dev.jjs.impl.CodeSplitter2

  I am in process of going through each of this and debugging the Compiler. 
 It would really help if you can point me to any existing design documents 
 or Wiki.


There's been a meetup in Google's headquarters in Mountain View the couple 
days before IO where I believe someone talked about it (I wasn't there). 
AFAICT, videos of the talks should be published soon, but maybe slides can 
be put online before…

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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 
X-UA-Compatible meta settings.
 

 The links that do not work, are these always the same links or is it 
 totally random? Does it only happen in production mode or also in DevMode? 
 If it only happens in production mode then my guess is that a native 
 JavaScriptException is thrown in IE (e.g a null access) for any reason. 
 Make sure you have activated IE's status bar and check if there is a JS 
 warning/error icon and make sure you have GWT.setUncaughtExceptionHandler() 
 set at your app startup.



This was an important advice! After setting the UncaughtExceptionHandler, I 
get this message:

com.google.gwt.core.client.JavaScriptException: (TypeError) description: 
Für die Eigenschaft Ze kann kein Wert abgerufen werden: Das Objekt ist 
Null oder undefiniert. number: -2146823281: Für die Eigenschaft Ze kann 
kein Wert abgerufen werden: Das Objekt ist Null oder undefiniert.
 
So it's not a problem wirh the anchor, but with the client code it triggers.

Maybe you should add some logging to your onBrowserEvent() methods so you 
 can see whats going on in IE in production mode: 
 https://developers.google.com/web-toolkit/doc/latest/DevGuideLogging


The exception occurrs somewhere in a constructor where a panel is created. 
At the moment it would be of help, if I could see how the source is 
translated into JS. But IE shows only the code from the host page. No idea 
how to update it.

Magnus 

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.