Re: First experience using GWT Boot in my Java Devs Training

2018-05-25 Thread Ignacio Baca Moreno-Torres
JavaExec example here https://github.com/ibaca/rxsnake-gwt/blob/master/build.gradle ;) On Fri, May 25, 2018 at 9:17 AM Thomas Broyer wrote: > I know about two such plugins: > https://github.com/Putnami/putnami-gradle-plugin and >

Re: First experience using GWT Boot in my Java Devs Training

2018-05-25 Thread Thomas Broyer
I know about two such plugins: https://github.com/Putnami/putnami-gradle-plugin and https://github.com/steffenschaefer/gwt-gradle-plugin, though the latter is unmaintained afaict. Fwiw, I'd start with simple JavaExec tasks and customized configs (to bring sources into the classpath), then only

Re: First experience using GWT Boot in my Java Devs Training

2018-05-25 Thread Dr. Lofi Dewanto
Is there any standard Gradle Plugin for GWT? Thomas Broyer schrieb am Fr., 25. Mai 2018, 00:37: > I am :-) > Though I have very limited experience with GWT and Gradle. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "GWT Users"

Re: First experience using GWT Boot in my Java Devs Training

2018-05-24 Thread Thomas Broyer
I am :-) Though I have very limited experience with GWT and Gradle. -- 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

Re: First experience using GWT Boot in my Java Devs Training

2018-05-24 Thread foal
Hi, I also think that Maven is not a bad choice for the most of projects and personally use it for all my projects. But support the Gradle is not a bad idea :) If you need more information about GWT + Gradle you can ask Thomas Broyer, as I know he is a big enthusiast of the Gradle. Stas On

Re: First experience using GWT Boot in my Java Devs Training

2018-05-24 Thread Dr. Lofi Dewanto
Thanks for the comment. I don't think that we can say that Gradle will remove Maven in the future, since Maven is also still in development. For many reasons it is also easier to stay with Maven. Not every projects have a high requirement for build process. So IMHO Maven is still the simplest

Re: First experience using GWT Boot in my Java Devs Training

2018-05-24 Thread Rogelio Flores
Nice article, thanks for sharing it. I wonder if it's time to move from maven to gradle (in general and also talking specifically about GWT Boot). On Wednesday, May 23, 2018 at 2:24:14 PM UTC-5, Dr. Lofi Dewanto wrote: > > This article is now being published by DZone: *http://bit.ly/2IICra8 >

Re: First experience using GWT Boot in my Java Devs Training

2018-05-23 Thread Dr. Lofi Dewanto
This article is now being published by DZone: *http://bit.ly/2IICra8* Enjoy and looking forward for good discussion, Lofi Am Freitag, 18. Mai 2018 00:30:39 UTC+2 schrieb Dr. Lofi Dewanto: > > I wrote my experience using the SNAPSHOT version of GWT Boot for my > internal Java Training: