Create Java project with Maven archetype dagger-guice-rf-activities

GWT application with user authentication, using Dagger and Places/Activities on client side, Guice on server side, RequestFactory for communication.

Create a Java Project by archetype dagger-guice-rf-activities with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmodule="My-module"   -Dmodule-short-name="My-module-short-name"   -DarchetypeGroupId="net.ltgt.gwt.archetypes"   -DarchetypeArtifactId="dagger-guice-rf-activities"   -DarchetypeVersion="2022.4.28"   -DinteractiveMode=false 

Required parameters for generate java project:

module
validationRegex: none
module-short-name
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-client
  • ${rootArtifactId}-shared
  • ${rootArtifactId}-server

Details about maven archetype dagger-guice-rf-activities

License

License

GroupId

GroupId

net.ltgt.gwt.archetypes
ArtifactId

ArtifactId

dagger-guice-rf-activities
Version

Version

2022.4.28
Type

Type

maven-archetype
Description

Description

GWT Modular Dagger/Guice/RequestFactory/Activities WebApp Archetype
GWT application with user authentication, using Dagger and Places/Activities on client side, Guice on server side, RequestFactory for communication.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.ltgt.gwt.archetypes -DarchetypeArtifactId=dagger-guice-rf-activities -DarchetypeVersion=2022.4.28 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.