DOC

fish.payara.extras : ejb-http-client

Maven & Gradle

Aug 16, 2023
1 usages
864 stars

EJB - HTTP Client · Module providing support for the EJB HTTP Client. This contains an InitialContext based lookup mechanism that uses HTTP calls back to Payara to lookup EJB beans, as well as a proxy mechanism to invoke methods on an EJB, which will be sent via HTTP to Payara.

Table Of Contents

Latest Version

Download fish.payara.extras : ejb-http-client Javadoc & API Documentation - Latest Versions:

All Versions

Download fish.payara.extras : ejb-http-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.2023.x
6.2022.x
6.2021.x
5.2022.x
5.2021.x
5.2020.x
5.201
5.194
5.193.x
5.193
5.192
5.191

How to open Javadoc JAR file in web browser

  1. Rename the file ejb-http-client-6.2023.8-javadoc.jar to ejb-http-client-6.2023.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ejb-http-client-6.2023.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ejb-http-client-6.2023.8-sources.jar" -d "ejb-http-client-6.2023.8-javadoc" -subpackages