Giter VIP home page Giter VIP logo

websocket-ejb's Introduction

Bunch of tests for scenario where WebSocket endpoints are decorated with EJBs. This is might be helpful when reading through the EJB integration section of the Java WebSocket API Handbook . This helps validate the behavior which might be a source of confusion since there are two specifications at play here. This is not something which is supported by the WebSocket specification but it is supported by Tyrus (hence you can try this on GlassFish or Payara)

Scenarios

  • case 1: A new stateless EJB (from the pool) is allocated for a WebSocket client
  • case 2: A stateless EJB (once allocated) remains attached to a WebSocket client throughout it's lifecycle
  • case 3: The same Singleton bean instance is used for WebSocket clients (Sessions)
  • case 4: A unique Stateful session bean instance is allocated to each unique client

Build & run

There are two Maven projects

  • First one is a simple Java EE (WAR) application with EJB-WebSocket endpoints
  • The second one contains the tests

Download the project to your machine. To try things out, first build and deploy the application on on GlassFish or Payara

  • cd application
  • mvn clean install
  • deploy....

Then, run the tests

  • cd tests
  • mvn test

Note: if required, change the host port here before running the tests

websocket-ejb's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.