This repository contains the source for:
- the Jakarta WebSocket API (/api) -
- the Jakarta WebSocket specification (/spec)
Jakarta WebSocket API can be built by executing the following from the project root:
cd api
mvn clean package
The API jars can then be found in /api/client/target
and /api/server/target
.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec
mvn clean package
The zip archive containing the specification in PDF and HTML format can then be found in /spec/target
.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta WebSocket defines a set of Java APIs for the development of WebSocket applications.