com.arcbees:chosen-sample

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.arcbees
ArtifactId

ArtifactId

chosen-sample
Last Version

Last Version

3.0
Release Date

Release Date

Type

Type

war
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Arcbees

Download chosen-sample

How to add to project

<!-- https://jarcasting.com/artifacts/com.arcbees/chosen-sample/ -->
<dependency>
    <groupId>com.arcbees</groupId>
    <artifactId>chosen-sample</artifactId>
    <version>3.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees/chosen-sample/
implementation 'com.arcbees:chosen-sample:3.0'
// https://jarcasting.com/artifacts/com.arcbees/chosen-sample/
implementation ("com.arcbees:chosen-sample:3.0")
'com.arcbees:chosen-sample:war:3.0'
<dependency org="com.arcbees" name="chosen-sample" rev="3.0">
  <artifact name="chosen-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='com.arcbees', module='chosen-sample', version='3.0')
)
libraryDependencies += "com.arcbees" % "chosen-sample" % "3.0"
[com.arcbees/chosen-sample "3.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.gwtplatform : gwtp-dispatch-rest jar 1.4
com.google.inject : guice jar 3.0
com.google.guava : guava jar 18.0
com.google.guava : guava-gwt jar 18.0

provided (8)

Group / Artifact Type Version
com.arcbees : gwtchosen jar 3.0
com.arcbees.gss : gsss jar 1.1
com.gwtplatform : gwtp-mvp-client jar 1.4
com.google.gwt.inject : gin jar 2.1.2
com.google.gwt : gwt-user jar 2.7.0
com.google.gwt : gwt-dev jar 2.7.0
com.google.gwt : gwt-codeserver jar 2.7.0
com.googlecode.gwtquery : gwtquery jar 1.4.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

##GwtChosen Chosen is a javascript plugin (for jQuery and Prototype) that makes long, unwieldy select boxes much more user-friendly. GwtChosen is a port of the jquery version of Chosen for GWT Web Toolkit. It is not a wrapper but a complete rewrite using the GWT standards. It is available as a GwtQuery plugin or as a widget.

##Documentation

##Stable version

##Maven Configuration

Release:

<dependency>
    <groupId>com.arcbees</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>3.0</version>
    <scope>compile</scope>
</dependency>

Snapshot:

<repositories>
    <repository>
        <id>sonatype.snapshots</id>
        <name>Sonatype snapshot repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <layout>default</layout>
    </repository>
</repositories>
<dependency>
    <groupId>com.arcbees</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>3.1-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>

#Contributor

##IDE Setup

  • Create a git clone.
  • Import the project using Maven.
  • General IDEA and Eclipse project import instructions can be found here.
  • If using Eclipse double check the GwtChosen GPE plugin and see if GWT is enabled.

##Debugging integration tests locally

  1. cd integration-test
  2. mvn gwt:run -Pintegration-test
  3. Open your browser to http://127.0.0.1:8080/#{test case token}

##Uploading docs and demos 0. Add your Github credentials to ~/.m2/settings.xml

  1. cd sample
  2. mvn clean install site

This will upload the docs site to branch gh-pages to be served at http://arcbees.github.io/gwtchosen.

##Credits

##Thanks to Arcbees.com

Atlassian

IntelliJ

com.arcbees

Arcbees

Versions

Version
3.0
2.1
2.0.0