Re: REST Service on Backend which Framework in GWT?

2014-11-30 Thread Filipe Sousa
I've never used gwtquery, but I'm pretty happy with RestyGWT. On Saturday, November 22, 2014 3:23:54 PM UTC, marian lux wrote: What is the best framework / way for getting data form REST backend (pros/cons)? gwtresty https://github.com/resty-gwt/resty-gwt or gwtquery

CellTable gets cut off at bottom of browser window; vertical scroll unavailable

2014-11-30 Thread jaga
Please try a DataGrid. Make sure you put it inside a layoutpanel. That layoutpanel should itself be placed in a layoutpanel. And so on until the rootlayoutpanel is reached. Also use a ResizeComposite and not Composite. If you do this it will appear without you having to give it a size. It will

Re: add mobile version to existing GWT app?

2014-11-30 Thread Luis Fernando Planella Gonzalez
ok, but this leads me to the question, why we don't use REST/JSON right from the beginning? Isn't it a potential option for nearly any web application today to be complemented by a mobile version some day? I work in a large project which started in 2008, but was not full time back

Re: add mobile version to existing GWT app?

2014-11-30 Thread Luis Fernando Planella Gonzalez
ok, but this leads me to the question, why we don't use REST/JSON right from the beginning? At the beginning of a project you usually know what you want to do. So if you want native clients for different platforms then you will start with some sort of REST/JSON or protobuff/thrift/...

Dynamic Images using ClientBundle

2014-11-30 Thread Mohammed Sameen
Hi, I need to load some dynamic images through ClientBundle to use append in Celltable widget.Is it Possible,How?Please give your suggestion?Thanks in Advance... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Loading dynamic Images into celltable

2014-11-30 Thread Mohammed Sameen
Hi, I am creating celltable widget and inside i need to wrap dynamic Image into celltable column.How to achieve this?and how to conver Image to ImageResouce? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

[gwt-contrib] two errors in master

2014-11-30 Thread Stephen Haberman
Hi, Given that the reuse-SDM cache patch (+ various Java 8 patches, hot damn) landed, I tried our app with master. I'm seeing two issues: 1. A transient/only-happened-once ConcurrentModificationException: https://gist.github.com/stephenh/6e32c3077b67769e46cb 2. Some compile errors related to

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Stephen Haberman
Note that in my previous email, both errors came from running (Super)DevMode, but FWIW the Guava errors also occur in a regular production compile (which I was not anticipating). - Stephen On Sunday, November 30, 2014 4:24:21 PM UTC-6, Stephen Haberman wrote: Hi, Given that the reuse-SDM

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Jens
Hm funny. Just wanted to verify the Predicates issue but I can not launch my app anymore for some weird reason. Somehow the java compiler has detected a duplicate class in guava-gwt-18.0.jar: - com.google.common.collect.AbstractIterator - com.google.common.base.AbstractIterator They are

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Stephen Haberman
Note that in my previous email, both errors came from running (Super)DevMode, but FWIW the Guava errors also occur in a regular production compile (which I was not anticipating). Ah, crap, I had thought checked for this, but I had mistakenly introduced a 2nd variable: source level. In