Re: Experience with GWT on Mobile

2015-08-11 Thread STB Land
I have been using GWT for many years to create hybrid applications, targeting iOS phones and Android phones and tablet, using third party frameworks like : - GWT-Phonegap ( Cordova wrapper of Daniel KURKA ) - mgwt

Re: Experience with GWT on Mobile

2015-08-11 Thread Alain Ekambi
Note that GWT can also be used to build 100% native mobile apps. Not hybrid. Check out our open source repo to find what suits your needs. opensource.ahome-it.com/#titanium4j On 11 August 2015 at 11:19, STB Land wrote: > I have been using GWT for many years to create hybrid applications, > t

Re: GwT app behing Apache httpd ProxyPass

2015-08-11 Thread Ed
Here is what our proxy directive's looks like. We used this with RPC and RequestBuilder. ProxyPreserveHost On ProxyRequests Off ServerName .yy.com ServerAlias SSLProxyEngine On SSLProxyCheckPeerCN off SSLProxyCheckPeerExpire off ProxyPass / https://10.2.2.47:443/

GWT 2.7 Supported Browser Version

2015-08-11 Thread Lars
The list is valid for 2.7! Previous versions supports IE6 and IE7 in addition, but had no IE11 on board... -- 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

Re: Experience with GWT on Mobile

2015-08-11 Thread Néstor Boscán
Great info Thanks On Tue, Aug 11, 2015 at 4:49 AM, STB Land wrote: > I have been using GWT for many years to create hybrid applications, > targeting iOS phones and Android phones and tablet, using third party > frameworks like : > >- GWT-Phonegap (

[ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-11 Thread Harald Pehl
Hi all, I just finished the first prototype of GWT Elemento. *TL;DR* Elemento tries to make working with GWT Elemental as easy as possible. - Builder like API to easily create arbitrary large element hierarchies - HTML templates, declarative event handling and support for handlebar

Re: [ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-11 Thread Alain Ekambi
Neat. On 11 Aug 2015 16:20, "Harald Pehl" wrote: > Hi all, > > I just finished the first prototype of GWT Elemento. > > *TL;DR* > Elemento tries to make working with GWT Elemental as easy as possible. > >- Builder like API to easily create arbitrary large element hierarchies >- HTML templ

Re: [ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-11 Thread Jens
Sounds nice. How do you re-run the annotation processor if the HTML template has been changed in a way that does not require changing the abstract java file? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this

Re: [ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-11 Thread Harald Pehl
Good question! I added a maven profile to the Elemento samples [1] which just runs the annotation processors. Now I can execute mvn compile -apt whenwver my HTLM template has been changed. [1] https://github.com/hpehl/elemento/blob/develop/samples/pom.xml#L175 Am Dienstag, 11. August 2015 16:

Re: What is planned release date for GWT 2.8 (with lambdas) ?

2015-08-11 Thread Norbert Sándor
In my opinion the GWT project's communication is very bad, almost no information is provided to the community. We know almost nothing about the release schedule and the road map, why the release cycle is so slow, etc. If this won't change in the very near future then more and more developers/com

Re: GwT app behing Apache httpd ProxyPass

2015-08-11 Thread Piotr Morgwai Kotarbinski
the below thread is about a similar issue, hope it will help you: https://groups.google.com/forum/#!starred/google-web-toolkit/Zi_dtUEePlY On Monday, August 10, 2015 at 8:36:24 PM UTC+7, Kulnor wrote: > > Am trying to provide public access to a back end GwT app running on back > end private clou

Re: What is planned release date for GWT 2.8 (with lambdas) ?

2015-08-11 Thread Alain Ekambi
Communication is actually being nice. There is no communication at all. GWT is really a special kind of open source project. On 11 August 2015 at 13:26, Norbert Sándor wrote: > In my opinion the GWT project's communication is very bad, almost no > information is provided to the community. > We

Re: What is planned release date for GWT 2.8 (with lambdas) ?

2015-08-11 Thread Alain Ekambi
I meant communication is bad is actually being nice. On 11 August 2015 at 18:14, Alain Ekambi wrote: > Communication is actually being nice. There is no communication at all. > GWT is really a special kind of open source project. > > On 11 August 2015 at 13:26, Norbert Sándor > wrote: > >> In

Re: Can not debug in Eclipse

2015-08-11 Thread Bhavik Kothari
What is the permanent solution for this as I am facing this error for the first time in Eclipse Mac version and not in windows version. The worst case is when I clean build, maven build and refresh the project, the GWT app runs sometimes and stops then unknowningly, acting weird. I am using GW

GWT Showcase Sample App CustomDataGrid FieldUpdate.update doesn't fire "change" event of SelectionCell. Is this a BUG?

2015-08-11 Thread David Edelstein
Can someone confirm this? In the GWT Showcase sample app (I'm using GWT 2.6) the update method of the FieldUpdater for the categoryColumn in CwCustomDataGrid never fires. This is a SelectionCell which should fire "change" events and it never does. I tested it in SuperDev Mode. Development envi

Upgradation to GWT 2.7 Shows blank page

2015-08-11 Thread Mohammed Sameen
Recently i migrated my gwt application from GWT 2.5 to GWT 2.7 .Moved most of the script js from *.gwt.xml to html hostpage and added tag to make compilation success .After the deployment when i hit the hostpage it showing the blank page.Is there anythink which i need to configure? -- You re