Re: GWT Material - Video tutorial #1

2016-06-13 Thread Cristian Rinaldi
Great work!!! One question, with new version of JsInterop, you have intension of migrate all library to JsInterop, and all UiBinder and Widget, to HTML pure template and native Elements? El viernes, 10 de junio de 2016, 5:00:53 (UTC-3), mark kevin ringor escribió: > > We've just released our

Re: JsInterop and Java collections?

2016-06-13 Thread Thomas Broyer
On Tuesday, June 7, 2016 at 12:58:53 AM UTC+2, Thomas Broyer wrote: > > > > On Monday, June 6, 2016 at 9:15:43 PM UTC+2, Hristo Stoyanov wrote: >> >> Kirrill, >> I did not suggest to *convert*, but *map*. That means that if/when a >> JSInter-oped class is exported into the JS Engine (let's say

Re: [gwt-contrib] Re: GWT 2.8 rc1 work items

2016-06-13 Thread Thomas Broyer
On Monday, June 13, 2016 at 11:37:05 AM UTC+2, Daniel Kurka wrote: > > Also keep in mind that we need a green build before cutting RC1 in open > source (and this only runs daily), so we should not be merging lots of > patches at the last minute. > Maybe we could change it to run twice a day

Re: [gwt-contrib] Re: GWT 2.8 rc1 work items

2016-06-13 Thread 'Daniel Kurka' via GWT Contributors
I went through the issue tracker and curated the 2.8 mile stone. Currently we have 22 open issues: https://github.com/gwtproject/gwt/milestones/2.8 I assigned all unassigned issues and asked clarifying questions, *please go through your assigned issues and respond to those questions*. If you

Re: Newbie Help - how to retrieve data from another website?

2016-06-13 Thread Thomas Broyer
On Monday, June 13, 2016 at 9:40:34 AM UTC+2, Hans Dampf wrote: > > Hi everyone, > > opening an URL like http://randomserver.com/file?get=randomXML returns a > XML-file. I don't have access to the server. > Now i am trying to receive this data and give it out in my gwt-app. > I have tried

Re: Closure compiler removal ?

2016-06-13 Thread Max Fromberger
Just curious: Why do you keep calling him Jen? :D Am Sonntag, 12. Juni 2016 20:46:51 UTC+2 schrieb Hristo Stoyanov: > > Thanks Jen, > Well, if the option is dropped, we'd better fix gradle/maven plugins. If > the closure compiler is not good in 2.8, it probably was not any better in > 2.7

Newbie Help - how to retrieve data from another website?

2016-06-13 Thread Hans Dampf
Hi everyone, opening an URL like http://randomserver.com/file?get=randomXML returns a XML-file. I don't have access to the server. Now i am trying to receive this data and give it out in my gwt-app. I have tried modifying the code from this tutorial :