atmosphere-gwt-common20

A rework of atmosphere-gwt to become a lightweight GWT implementation on top of Atmosphere

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.atmosphere.extensions
ArtifactId

ArtifactId

atmosphere-gwt-common20
Last Version

Last Version

1.1.0.RC1
Release Date

Release Date

Type

Type

jar
Description

Description

atmosphere-gwt-common20
A rework of atmosphere-gwt to become a lightweight GWT implementation on top of Atmosphere

Download atmosphere-gwt-common20

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

provided (5)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.5.0
org.eclipse.jetty : jetty-websocket jar 7.6.0.v20120127
org.mortbay.jetty : jetty jar 6.1.22
org.mortbay.jetty : jetty-util jar 6.1.22
org.mortbay.jetty : jetty-management jar 6.1.22

test (6)

Group / Artifact Type Version
org.testng : testng jar 5.8
com.ning : async-http-client jar 1.7.6
org.slf4j : jul-to-slf4j jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1
ch.qos.logback : logback-core jar 0.9.30
ch.qos.logback : logback-classic jar 0.9.30

Project Modules

There are no modules declared in this project.

Atmosphere Framework Extensions and Plugin

You need Atmosphere Runtime version 2.4.0 and higher to use those extension. To install, just do

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>2.5.2</version>
      </dependency>

Where module can be one of the listed directory above. Client on the module's pom.xml to get the exact artifact name.

jdk8 JDK11 JDK13

For GWT 2.7

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>2.3.0-GWT27</version>
      </dependency>

Easiest way to use extensions is by looking at our Samples or jump directly into the code of the extensions you want to use.

Javadocs and Getting Started

If you are an Atmosphere GWT 1.0.x users, The GWT module is deprecated and the final version that can be used with Atmosphere 2.0.x is

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{gwt-module}</artifactId>
         <version>1.1.0.RC5</version>
      </dependency>

It is strongly recommended to upgrade to the GWT2.0 module.

If you are interested, subscribe to our mailing list for more info! We are on irc.freenode.net under #atmosphere-comet

[Analytics]

org.atmosphere.extensions

Atmosphere Framework

Versions

Version
1.1.0.RC1