GwtMaterialDesign vs gwt-polymer-elements

2016-11-17 Thread tbb
Hi all, I've got a 3 year old enterprise GWT app which also has a mobile app based on GWT. Our current design style is based on Bootstrap. As things change, I'd like to freshen the UX by using Material Design. I've seen 2 libraries: GwtMaterialDesign and gwt-polymer-elements. >From what I

Re: GWT 2.7.0 DevMode not allowing multiple GWT Modules

2015-05-03 Thread tbb
safe quite a bit. Cheers, Thomas On Sunday, May 3, 2015 at 5:30:15 PM UTC+8, Thomas Broyer wrote: On Sunday, May 3, 2015 at 3:57:13 AM UTC+2, tbb wrote: Thanks Thomas. I might give that a try, but even if it worked, it would still be a pretty clunky. Anyway chance that could be easily

GWT 2.7.0 DevMode not allowing multiple GWT Modules

2015-05-02 Thread tbb
I've migrated a Maven based GWT project from GWT 2.5 to 2.7. The project has 2 GWT Modules (.gwt.xml) within one Maven project. In GWT 2.5 I was able to start DevMode and point the browser to the host page of either module and all worked fine. My POM looked like this:

Re: GWT 2.7.0 DevMode not allowing multiple GWT Modules

2015-05-02 Thread tbb
that the mapping is not reclaimed. On Saturday, May 2, 2015 at 10:04:25 AM UTC+2, tbb wrote: I've migrated a Maven based GWT project from GWT 2.5 to 2.7. The project has 2 GWT Modules (.gwt.xml) within one Maven project. In GWT 2.5 I was able to start DevMode and point the browser to the host page

RequestFactory architectural question

2012-08-29 Thread tbb
Hi all, I've been using GWT for quite a while but just recently started using RequestFactory. Basically it's great but I'm having some questions regarding more complex scenarios then just editing entities in a form. Currently I'm implementing a view in GWT to edit a tree-like object graph: A

Updating a CellTree

2012-01-22 Thread tbb
Hi all, I'm currently implementing a tree in a GWT application which shows a large amout of data (hence the CellTree rather than the widget based Tree) and which is loaded asynchronously via AsyncDataProvider. The application has to modify the tree, i.e. add new nodes, update the text of exiting

GWT Obfuscation crashes iPad Safari browser

2010-11-16 Thread tbb
Hi all, I discovered a strange problem with a pretty big GWT application. It's about 6MB unobfuscated Javascript and about 2.4MB if compiled obfuscated. The app itself works fine in all major browsers and on the iPhone (IOS 4.1) if compiled as obfuscated Javascript. For quite a long time we're

When to use concrete implementations of Collections in GWT

2009-11-03 Thread tbb
Hi all, I'm looking for a guideline in the GWT context (client classes and serialized classes) about when it is recommended to declare fields as concrete implementations of java.util Collections, i.e. ArrayListString rather than ListString. I found that classes used in RPC calls, fields should