atmosphere-weblogic-project

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

License

License

Categories

Categories

WebLogic Container Application Servers
GroupId

GroupId

org.atmosphere.extensions
ArtifactId

ArtifactId

org.atmosphere.extensions.weblogic
Last Version

Last Version

1.1.0.RC5
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download org.atmosphere.extensions.weblogic

How to add to project

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

Dependencies

compile (1)

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

provided (4)

Group / Artifact Type Version
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

  • modules

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.RC5
1.1.0.RC4
1.1.0.RC3
1.1.0.RC2
1.1.0.RC1
1.1.0.beta3
1.1.0.beta2
1.1.0.beta1