0 Replies Latest reply on Sep 5, 2014 5:46 AM by randahl

    Wildfly Websocket documentation

    randahl

      I have noticed there is no documentation for connecting regular Java applications to Wildfly using WebSockets. In particular, there is no documentation on which jar dependency to use. In other words, the docs does not say what is the Wildfly equivalent of

       

      <dependency> <groupId>org.glassfish.tyrus.bundles</groupId> <artifactId>tyrus-standalone-client-jdk</artifactId> <version>1.8.2</version> </dependency> 

      Should I file an issue on this matter? – Oh and if anyone knows the dependency, please let me know.

      Randahl