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
> 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 try to find out what more
> those plugins would bring me (Putnami's devmode+Jetty looks interesting).
>
> Also, FYI, GWT 3 will come with "official" plugins for both Maven 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 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.
>

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


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 try to find out what more those plugins 
would bring me (Putnami's devmode+Jetty looks interesting).

Also, FYI, GWT 3 will come with "official" plugins for both Maven 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 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.


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" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/t7rwYbv-QRc/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
>
-- 
Join us at GWTCon 2017: http://www.gwtcon.org
Blog: https://lofidewanto.blogspot.de

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


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


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 Thursday, May 24, 2018 at 6:00:03 PM UTC+2, Dr. Lofi Dewanto wrote:
>
> 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 way to build your Java project.
>
> But it would be also nice to be able to support Gradle just like what 
> Spring Boot has done. For this I need to know is there any standard Gradle 
> Plugin for GWT compiler?
>
> Thanks
> Lofi
>
> Rogelio Flores  schrieb am Do., 24. 
> Mai 2018, 15:08:
>
>> 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 
>>> *
>>>
>>> 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: http://bit.ly/2L54Etr

 Would like to know whether someone has the same experience?

 Thanks,
 Lofi

>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "GWT Users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-web-toolkit/t7rwYbv-QRc/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to google-we...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> Join us at GWTCon 2017: http://www.gwtcon.org
> Blog: https://lofidewanto.blogspot.de
>

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


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 way to build your Java project.

But it would be also nice to be able to support Gradle just like what
Spring Boot has done. For this I need to know is there any standard Gradle
Plugin for GWT compiler?

Thanks
Lofi

Rogelio Flores  schrieb am Do., 24. Mai 2018,
15:08:

> 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
>> *
>>
>> 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: http://bit.ly/2L54Etr
>>>
>>> Would like to know whether someone has the same experience?
>>>
>>> Thanks,
>>> Lofi
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/t7rwYbv-QRc/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
>
-- 
Join us at GWTCon 2017: http://www.gwtcon.org
Blog: https://lofidewanto.blogspot.de

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


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 
> *
>
> 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: http://bit.ly/2L54Etr
>>
>> Would like to know whether someone has the same experience?
>>
>> Thanks,
>> Lofi
>>
>

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


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: http://bit.ly/2L54Etr
>
> Would like to know whether someone has the same experience?
>
> Thanks,
> Lofi
>

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