How to contact www.gwtproject.org Website?

2017-07-04 Thread bobbitdiddle
I looked all over that website, but either there's no contact option or 
it's hidden very well.  How do I send feedback about a problem with the 
website?

I noticed that they provide SHA1 sums for the GWT downloads, but that's 
strange because Google itself reported that SHA1 is vulnerable
https://fossbytes.com/google-broke-sha-1-encryption-hash/
https://arstechnica.com/security/2012/10/sha1-crypto-algorithm-could-fall-by-2018/
 


GWT, as well as everyone else on the web, should be using SHA256/512, not 
SHA1.

-- 
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.


How to manipulate the location/coordinates of the drag image while dragging?

2017-07-04 Thread 'Philipp' via GWT Users
Hello,

is it possible  with the standard HTML5 Drag'n'Drop using with GWT to 
manipulate the coordinates of the drag image while dragging in that way, 
that the image only change its position on the y axis and x is fixed. For 
example I move the nouse during dragging to the upper right corner the drag 
image shell only move up. I managed to add a DragHandler, which is called 
during dragging, but I do not know what to do in the handler. I tried to 
re-set the drag image with new x and y values. But that had no effect.
Does anyone knows if it is just inpossible what I want to do or does 
anybody know, how to do it? In former times I used the gwt dnd library. 
With it it was possible to do this "trick". Maybe I have to use it again?

Thanks a lot, Philipp

-- 
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.


Migrating from the Google Plugin for Eclipse

2017-07-04 Thread JoJo
I'm developing my application including GWT + GAE with GPE (Google Plugin 
for Eclipse).
However Google announces the GPE will be removed In January 2018.
https://developers.google.com/eclipse/

Google says that you should divide these into separate projects: an App 
Engine Eclipse project and a GWT Eclipse project.
https://cloud.google.com/eclipse/docs/migrating-gpe#app_engine_gwt

I can't understand how to do it.
If separeting into two projects, How do I upload to the appengine 
server(appspot.com).
Please give me some instructions!!


Regards

-- 
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.