Java 8 Date/Time API Support (JSR 310)

2016-12-23 Thread Bruce Alspaugh
Does GWT support the Java 8 date/time classes in the java.time package?  If 
not, can the JSR 310 backport be used:

http://www.threeten.org/threetenbp/

The new date/time classes work a lot better for me than the legacy 
date/calendar classes, and it would be helpful if date picker widgets could 
use them.

Bruce

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


HTTP/2 Server Push

2016-12-23 Thread Evan Ruff
Hello,

I've been away from GWT for a bit and am looking into creating an embeeded 
jCEF project using a Jetty Backend and a Chromium Browser. I was wondering 
if there were any libraries out there to help integrate the GWT client side 
with the HTTP/2 Server Push features of Jetty 9 (and later Servlet 4)?

I'd like to use something like RESTEasy with GWTRestly to do the actual 
data mapping, but was hoping for some information about how other people 
had approached the problem.

Thanks for any insight!

E 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: gxt combobox not scroll vertical

2016-12-23 Thread Mike Warne
Have you asked this on the gxt forums?
Sorry not familiar with gxt

Mike

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT and async requests (startAsync)

2016-12-23 Thread Robert J. Carr
Thanks Thomas. I was hoping it'd be easier and I was just missing
something. Moving this call out of rpc is probably the best solution.
Thanks again for the guidance!

Since servlets 3 had been out for a long time now it'd be a great idea to
have the developers write this feature into RemoteServiceServlet.

On Friday, December 23, 2016, Thomas Broyer  wrote:

> GWT RPC has been thought of as blocking on the server side. Making it
> async would require changes to the RemoteServiceServlet: most likely the
> method would be async just like on the client side with the implementation
> calling the callbacks onSuccess or onFailure.
>
> Your best bet here would be to write a RemoteServiceAsyncServlet by
> copying from RemoteServiceServlet, hoping for all underlying APIs to be
> public.
> Either that or move off of RPC for that call (future proof)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-web-toolkit/-eITQalAc9k/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT and async requests (startAsync)

2016-12-23 Thread Thomas Broyer
GWT RPC has been thought of as blocking on the server side. Making it async 
would require changes to the RemoteServiceServlet: most likely the method would 
be async just like on the client side with the implementation calling the 
callbacks onSuccess or onFailure.

Your best bet here would be to write a RemoteServiceAsyncServlet by copying 
from RemoteServiceServlet, hoping for all underlying APIs to be public.
Either that or move off of RPC for that call (future proof)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain
That file is generated by the maven plugin.

Well, for now I have it working by forcing a maven verify from the command 
line, but I was expecting it to just work.

On Friday, December 23, 2016 at 11:04:19 AM UTC+1, juan_pablo_gardella 
wrote:
>
> Did you check if it works by putting in Application.gwt.xml in 
> src/main/java instead of src/main/resources?
>
> On Fri, 23 Dec 2016 at 06:48 stuckagain  
> wrote:
>
>>
>> Living behind a corporate firewall is hell as I cannot get my hands on 
>> the GWT plugin (I have a support case open for now 3+ months) unless I 
>> build it myself and produce a zip file of the eclipse plugin and somehow 
>> get it on my dev computer.
>>
>> I tried to build the 3.0-SNAPSHOT release on my computer at home but that 
>> one fails with:
>>
>> [ERROR] Failed to resolve target definition 
>> /Users/home/Projects/gwt-eclipse-plugin/eclipse/mars/gwt-eclipse-mars.target:
>>  
>> Failed to load p2 metadata repository from location 
>> https://storage.googleapis.com/gcloud-for-eclipse-testing/: No 
>> repository found at 
>> https://storage.googleapis.com/gcloud-for-eclipse-testing. -> [Help 1]
>>
>> [ERROR] 
>>
>> I tried to use the build on the brandon-release branch. Building went 
>> fine, I managed to install the plugin in my eclipse installation.
>> But I can't get very far with starting the codeserver from eclipse.
>>
>> I am using the tbroyer maven plugin in a multi module maven project and I 
>> am using the module.gwt.xml approach that will generate the real gwt.xml 
>> file during build.
>> When I try to launch the codeserver it just complains that it cannot find 
>> the Application.gwt.xml file in the classpath, even though the classpath is 
>> correct. So my guess that there is something wrong with the m2eclipse 
>> integration ? Since it does not appear to be generating the gwt.xml before 
>> launching as it should.
>>
>> How can I progress this painful exercise ?
>> How can I get SNAPSHOT to properly build on the master branch ? 
>> How far does the tbroyer plugin support go ?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/54829475-70db-4e76-9a31-76d7c54cd9ac%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2dc0d7ea-23ee-433d-a766-832420409636%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread Juan Pablo Gardella
Did you check if it works by putting in Application.gwt.xml in
src/main/java instead of src/main/resources?

On Fri, 23 Dec 2016 at 06:48 stuckagain  wrote:

>
> Living behind a corporate firewall is hell as I cannot get my hands on the
> GWT plugin (I have a support case open for now 3+ months) unless I build it
> myself and produce a zip file of the eclipse plugin and somehow get it on
> my dev computer.
>
> I tried to build the 3.0-SNAPSHOT release on my computer at home but that
> one fails with:
>
> [ERROR] Failed to resolve target definition
> /Users/home/Projects/gwt-eclipse-plugin/eclipse/mars/gwt-eclipse-mars.target:
> Failed to load p2 metadata repository from location
> https://storage.googleapis.com/gcloud-for-eclipse-testing/: No repository
> found at https://storage.googleapis.com/gcloud-for-eclipse-testing. ->
> [Help 1]
>
> [ERROR]
>
> I tried to use the build on the brandon-release branch. Building went
> fine, I managed to install the plugin in my eclipse installation.
> But I can't get very far with starting the codeserver from eclipse.
>
> I am using the tbroyer maven plugin in a multi module maven project and I
> am using the module.gwt.xml approach that will generate the real gwt.xml
> file during build.
> When I try to launch the codeserver it just complains that it cannot find
> the Application.gwt.xml file in the classpath, even though the classpath is
> correct. So my guess that there is something wrong with the m2eclipse
> integration ? Since it does not appear to be generating the gwt.xml before
> launching as it should.
>
> How can I progress this painful exercise ?
> How can I get SNAPSHOT to properly build on the master branch ?
> How far does the tbroyer plugin support go ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/54829475-70db-4e76-9a31-76d7c54cd9ac%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CA%2BkiFsfgTvUVy3vZVTcnTXGrGMd5sCA_cQD5xPGpuhBzWr8Vzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain

Living behind a corporate firewall is hell as I cannot get my hands on the 
GWT plugin (I have a support case open for now 3+ months) unless I build it 
myself and produce a zip file of the eclipse plugin and somehow get it on 
my dev computer.

I tried to build the 3.0-SNAPSHOT release on my computer at home but that 
one fails with:

[ERROR] Failed to resolve target definition 
/Users/home/Projects/gwt-eclipse-plugin/eclipse/mars/gwt-eclipse-mars.target: 
Failed to load p2 metadata repository from location 
https://storage.googleapis.com/gcloud-for-eclipse-testing/: No repository 
found at https://storage.googleapis.com/gcloud-for-eclipse-testing. -> 
[Help 1]

[ERROR] 

I tried to use the build on the brandon-release branch. Building went fine, 
I managed to install the plugin in my eclipse installation.
But I can't get very far with starting the codeserver from eclipse.

I am using the tbroyer maven plugin in a multi module maven project and I 
am using the module.gwt.xml approach that will generate the real gwt.xml 
file during build.
When I try to launch the codeserver it just complains that it cannot find 
the Application.gwt.xml file in the classpath, even though the classpath is 
correct. So my guess that there is something wrong with the m2eclipse 
integration ? Since it does not appear to be generating the gwt.xml before 
launching as it should.

How can I progress this painful exercise ?
How can I get SNAPSHOT to properly build on the master branch ? 
How far does the tbroyer plugin support go ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/54829475-70db-4e76-9a31-76d7c54cd9ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.