Gwt Action

Gwt-action is a lightweight 'command pattern' implementation for GWT that uses Guice for Dependency Injection Handlers that process Actions are automatically bound if they have the @BindHandler annotation present.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.googlecode.gwt-action
ArtifactId

ArtifactId

gwt-action
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Gwt Action
Gwt-action is a lightweight 'command pattern' implementation for GWT that uses Guice for Dependency Injection Handlers that process Actions are automatically bound if they have the @BindHandler annotation present.

Download gwt-action

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/ -->
<dependency>
    <groupId>com.googlecode.gwt-action</groupId>
    <artifactId>gwt-action</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/
implementation 'com.googlecode.gwt-action:gwt-action:0.2'
// https://jarcasting.com/artifacts/com.googlecode.gwt-action/gwt-action/
implementation ("com.googlecode.gwt-action:gwt-action:0.2")
'com.googlecode.gwt-action:gwt-action:jar:0.2'
<dependency org="com.googlecode.gwt-action" name="gwt-action" rev="0.2">
  <artifact name="gwt-action" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-action', module='gwt-action', version='0.2')
)
libraryDependencies += "com.googlecode.gwt-action" % "gwt-action" % "0.2"
[com.googlecode.gwt-action/gwt-action "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sf.scannotation : scannotation jar 1.0.2
log4j : log4j jar 1.2.14

provided (4)

Group / Artifact Type Version
com.google.inject : guice jar 2.0
com.google.inject.extensions : guice-multibindings jar 2.0
com.google.gwt : gwt-servlet jar 2.0.3
com.google.gwt : gwt-user jar 2.0.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.3
easymock : easymockclassextension jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1