Re: How do I get the HTML code of a web page in GWT?

2016-03-06 Thread Alberto Mancini
Well, depends, only if CORS is not an option actually. A. On Fri, Mar 4, 2016 at 6:35 PM Alain Ekambi wrote: > RequestBuilder will only work if the request is on the same domain. > otherwise use a servlet to feth the HTML and send it back to the client. > > On 4 March

Re: Deploy GWT App to Google App Engine

2016-03-06 Thread Greg
https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine On Sunday, March 6, 2016 at 9:05:53 PM UTC+1, Stefan Falk wrote: > > Well, I don't know. I can remember when I did it last time it was a > one-liner in the command line. I think I had something

Re: Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
Well, I don't know. I can remember when I did it last time it was a one-liner in the command line. I think I had something like a secret or API key or something like that and I could deploy the web application to GAE. I was searching and searching but I can't find that anymore. How do you

Deploy GWT App to Google App Engine

2016-03-06 Thread Thomas Broyer
Isn't the appengine-maven-plugin offering a goal to do the upload? -- 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.

Re: UIBinder & Materials

2016-03-06 Thread Jens
> Can I continue the same approach 'converting' each instance to Material > versions? I'd stil like to use some of my existing styling / css. > I never used the library and I don't know you app. So no idea, if everything that this library offers fits your needs. But I am pretty sure you can

Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
Can somebody tell me how I can deploy my GWT App to the Google App engine [1]? Since I am using gwt-maven-archetype I cannot use the convenient Google Plugin for Eclipse. I've googled a whole day but I can't find anything. I know that there is a command line tool that is supposed to do that

Re: UIBinder & Materials

2016-03-06 Thread Sam Wootton
Thanks Jens, Many thanks. Yes, I see I can just instantiate Material objects directly MaterialButton popupBtn = new MaterialButton(); // Button popupBtn = new Button(); Can I continue the same approach 'converting' each instance to Material versions? I'd stil like to use some of my existing

Re: UIBinder & Materials

2016-03-06 Thread Jens
> My current gwt application does not use UIBinder framework (just > traditional Java). Do I *have* to switch to UIBinder if I want to use > GWT Materials? > No, of course not. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

UIBinder & Materials

2016-03-06 Thread Sam Wootton
Dear GWT Users, As ever, thanks for any help. Quick (possibly stupid) question. I'd like to start investigating GWT Materials http://gwtmaterialdesign.github.io/gwt-material-demo/#!gettingstarted ... states "*Assuming that you're using UIBinder, add the following namespace to the