Dropzone-GWT

This is a dropzone.js GWT wrapper, production ready

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.andrezimmermann
ArtifactId

ArtifactId

dropzone-gwt
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Dropzone-GWT
This is a dropzone.js GWT wrapper, production ready
Project URL

Project URL

https://github.com/andrezimmermann/dropzone-gwt
Source Code Management

Source Code Management

https://github.com/andrezimmermann/dropzone-gwt

Download dropzone-gwt

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

runtime (1)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.7.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.gwt : gwt-dev jar 2.7.0

Project Modules

There are no modules declared in this project.

dropzone-gwt

This is a dropzone.js GWT wrapper


What?

This bundles Dropzone.js into a small GWT lib, injecting it's Javascript and CSS files during runtime and wrapping the JSNI calls to the Dropzone.js code, convenitenly exposing the API as a GWT Widget.

##How?

Add this dependency at your pom.xml

<dependency>
  <groupId>com.github.andrezimmermann</groupId>
  <artifactId>dropzone-gwt</artifactId>
  <version>0.0.4</version>
</dependency>

Inherit the Dropzone module at your gwt.xml

<inherits name='com.github.andrezimmermann.dropzone.Dropzone' />

Instantiate a com.github.andrezimmermann.dropzone.client.Dropzone widget, and add to a Container, see the magic happen.

Build Status

Versions

Version
0.0.4