I forget to mention the generated project also include dominno-ui 
dependency, if you dont want it you can remove it, but it gives you the 
chance to test many of the GWT3/J2CL migrated modules.
and for quick support you can reach us at dominokit gitter channel  
<https://gitter.im/DominoKit/domino>or gwt gitter channel 
<https://gitter.im/gwtproject/gwt>

On Friday, May 15, 2020 at 1:33:17 AM UTC+3, Ahmad Bawaneh wrote:
>
> You can use domino-cli <https://github.com/DominoKit/domino-cli> to 
> create a j2cl simple maven project, download and the proper package for 
> your operating system from the releases page 
> <https://github.com/DominoKit/domino-cli/releases>, then from the command 
> line use the following command
>
> dominokit gen app -t basic --j2cl -n sample -g com.foo
>
>
> where sample is the name/artifactId of the generated project and com.foo 
> is the group id
>
> the generated project is similar to a generated GWT project from tbroyer 
> archetype.
>
> after the project is generated inside the root folder do 
> mvn clean install
>
> once the project is built you can run it in development mode 
>
> in one terminal run 
> mvn tomcat7:run -pl *-server -am -Denv=dev
>
> to start the server
>
> and in another terminal run
>
> mvn j2cl:watch
>
> access the running application from the browser through 
> http://localhost:8080/
>
> Happy J2CLing
>
> On Thursday, May 14, 2020 at 7:55:33 PM UTC+3, Robin Roos wrote:
>>
>> Congratulations on the release of 2.9.0.
>>
>> Can anyone point me to a sample Maven pom.xml from which to begin a new 
>> GWT project?  I specifically want to be using J2CL, and I'm happy to use 
>> snapshot releases if required.  Thanks, Robin.
>>
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/51efb6dc-7ad3-43bb-8b8c-3eefd84a2aaa%40googlegroups.com.

Reply via email to