Re: [gwt-contrib] Re: Naming convention for ported GWT modules

2018-03-24 Thread Mincong Huang
On Sat, Mar 24, 2018 at 12:27 PM, Thomas Broyer wrote: > > > On Saturday, March 24, 2018 at 10:30:10 AM UTC+1, Mincong Huang wrote: >> >> Hi, >> >> I'd like to have a clarification about the naming convention for ported >> GWT modules. Because I&#x

[gwt-contrib] Naming convention for ported GWT modules

2018-03-24 Thread Mincong Huang
id, and use `gwt-` + module name as artifact id. There're several benefits. It helps people to find all the artifacts via the same group id. It also keeps consistency for the generated JAR files: each of them contains a "gwt-" prefix, thus they are GWT artifacts. Cheers, Mincong Hu

[gwt-contrib] Re: How can I contribute to GWT?

2018-03-21 Thread Mincong Huang
is also very >important, it is a very clear way to show how live GWT is and that it is >still has a community behind it, it brings more audience. > > > finally, its been less than 2 years since i joined the community and i am > proud of the level i reached and still

[gwt-contrib] How can I contribute to GWT?

2018-03-20 Thread Mincong Huang
guidance... Personally, I like any related to Java compilation, type, and test. Before joining Nuxeo, I participated to Google Summer of Code 2016. I contributed to Hibernate Search, a layer on top of Hibernate ORM for search, by adding module `jsr352` for batch indexing data [5]. Cheers, Min