Re: GWT 2.8 delays

2016-05-30 Thread Frank
I am with NGdeM on this one. Just make a lot more smaller releases. This will give a better impression of the state of the GWT project. I am aware you can create your own builds. But it is much better to do a lot more official releases for the state of the project. -- You received this message

Modifying the date format for specific locales through properties file

2016-05-30 Thread Aleks
Hi, I have a specific requirement where the business are not happy with the GWT default DATE_SHORT format for the en_AU locale. Currently it is set to d/MM/y. I was convinced that there must be a way of overriding this. My approach was creating my own com/google/gwt/i18n/client/constants/Dat

Re: Getting username from url only works after refresh

2016-05-30 Thread Jens
Well there is nothing wrong with the code you posted. I guess your issue is in some other code. You said you are splitting the URL String, which sounds like you do this manually? Actually GWT already does this using the AdminPlace and its Tokenizer. Whenever you visit the above URL you should g

Re: GWT 2.8 delays

2016-05-30 Thread NGdeM
Hi, And thanks for the suggestion. Something I will definitely try out. However, I am not sure how practical this approach actually is once you depend on third party gwt libraries that do not keep a release pace matchin your internal nexus GWT 2.8 releases... Some people seem to be keeping pace

Getting username from url only works after refresh

2016-05-30 Thread Olar Andrei
My login based application, requires to always know the username of the logged in user. (MVP) . So I'm getting the username from the url, but when the page opens after the login succeeded, I can't get the username from the url, because it does not appear to exists, but it is there. It only wor

Re: Convert Bytes from byte[] to data types

2016-05-30 Thread Kirill Prazdnikov
We work with binary using Int8ArrayNative, Float32ArrayNative, and Float64ArrayNative It is easy to convert utf-8 to String via String(byte[]) Binary file access is very fast and efficient. You can transfer native binary data and load mesh with millions of triangles in few milliseconds (from ca

Re: Convert Bytes from byte[] to data types

2016-05-30 Thread Ignacio Baca Moreno-Torres
Maybe you can use this for inspiration... https://gist.github.com/ibaca/d8c14e19bf8f96bbe1b4b7f1291b6b24#file-dtachoviewer-java-L99 we used this to read binary files and decode in the client side. We transform the field in a byte[], after that converting to strings (new String(b, "ISO-8859-1

Re: GWT 2.8 delays

2016-05-30 Thread Jens
> I said this many times but... I strongly recommend that you create your > own releases. This is what we have been doing for years... > Our company also does this for years, although we don't have a fixed schedule. We pull GWT from trunk if we think there are enough commits worth doing so, t

Re: GWT 2.8 delays

2016-05-30 Thread Ignacio Baca Moreno-Torres
I said this many times but... I strongly recommend that you create your own releases. This is what we have been doing for years... 1. create a release using something like... (tools and trunk are github clones, build-deploy.sh is the script to deploy to your company repo, you should create it y

Re: GWT 2.8 delays

2016-05-30 Thread NGdeM
One can understand that the amount of resources behind Angular are far superior to those behind GWT. In any case, the project's last official hear-beat dates from December 3, 2015, and this was a beta release. For anybody watching, it is scary to see a UI framework having releases going out at

GWT 2.8 beta-2 or release - any date?

2016-05-30 Thread NGdeM
Are there any plans for a new beta or final release for GWT version 2.8? I understand the resources behind GWT do not compare to those behind Angular, but since the the latest heartbeat on the project dates from 2015, Dec 3. http://www.gwtproject.org/release-notes.html It would be nice to get a

Re: jsinterop: GWT app as a widdget: default script injection fails.

2016-05-30 Thread Vassilis Virvilis
This looks like the logical conclusion to my question. https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Isolated-Imports-Proposal.md Since the aboveis probably several years down the road I wonder if anyone has any more ideas or workarounds in how to work with GWT/jsinterop and foreign