App in iframe does top navigation

2014-07-08 Thread Harry Keller
Is there a way to avoid top navigation for a GWT app in an iframe? I am putting my app into someone else's page, and they are putting it in an iframe. The app takes over the entire window instead of limiting itself to the iframe. If I turn off ALLOW_TOP_NAVIGATION, the app will not run at all

Best approach from consuming REST(Jetty) webservice

2014-07-08 Thread SANTHOSH
I have my backend with EJB and REST webservice and I want to consume the REST service with GWT as a front end can any one suggest with which is the best approach RPC RequestFactory RequestBuilder and I am not allowed to use any external api's. Please let me know what all should be taken care. Th

Re: Best approach from consuming REST(Jetty) webservice

2014-07-08 Thread SANTHOSH
Sorry it is not REST(Jetty) it is REST(Jersey) On Tue, Jul 8, 2014 at 12:12 PM, SANTHOSH wrote: > I have my backend with EJB and REST webservice and I want to consume the > REST service with GWT as a front end can any one suggest with which is the > best approach > > RPC > RequestFactory > Requ

Re: Best approach from consuming REST(Jetty) webservice

2014-07-08 Thread Ronan Quillevere
Hello, I would suggest to use RestyGWT, have a look here : http://resty-gwt.github.io/ And feel free to ask any question here : https://groups.google.com/forum/#!forum/restygwt Best regards Ronan On Tuesday, July 8, 2014 10:11:08 AM UTC+2, Santhosh Thadaka wrote: > > Sorry it is not REST(Je

Re: Best approach from consuming REST(Jetty) webservice

2014-07-08 Thread Thomas Broyer
On Tuesday, July 8, 2014 10:11:11 AM UTC+2, Santhosh Thadaka wrote: > > I have my backend with EJB and REST webservice and I want to consume the > REST service with GWT as a front end can any one suggest with which is the > best approach > > RPC > RequestFactory > RequestBuilder > > and I am n

URI has an authority component

2014-07-08 Thread Ajay Dubey
[ERROR] Unexpected java.lang.IllegalArgumentException: URI has an authority component at java.io.File.(Unknown Source) at com.google.gwt.dev.resource.impl.ResourceOracleImpl.createEntryForUrl(ResourceOracleImpl.java:149) at com.google.gwt.dev.resource.impl.ResourceOracleImpl.addAllCla

Re: URI has an authority component

2014-07-08 Thread Thomas Broyer
On Tuesday, July 8, 2014 4:21:02 PM UTC+2, Ajay Dubey wrote: > > [ERROR] Unexpected > java.lang.IllegalArgumentException: URI has an authority component > at java.io.File.(Unknown Source) > at > com.google.gwt.dev.resource.impl.ResourceOracleImpl.createEntryForUrl(ResourceOracleImpl.java

Re: DataGrid header style has problem in IE8

2014-07-08 Thread vijay gohel
Please apply column width of datagrid.setColumnWidth method it will set header fix and white space will not display. Example datagrid.setColumnWidth(projectCode, columWidth + "px"); On Tuesday, 4 December 2012 13:48:17 UTC+5:30, tong123123 wrote: > > as shown in the attachment, in IE8, in datag