An open API service indexing awesome lists of open source software.

https://github.com/wildfly/jboss-ejb-client

JBoss EJB client for WildFly
https://github.com/wildfly/jboss-ejb-client

Last synced: over 1 year ago
JSON representation

JBoss EJB client for WildFly

Awesome Lists containing this project

README

          

# JBoss EJB client for WildFly

JBoss EJB client is a library that enables invocation of Jakarta Enterprise Beans located in remote WildFly server.

[Jakarta Enterprise Beans Specification](https://jakarta.ee/specifications/enterprise-beans/4.0/jakarta-enterprise-beans-spec-core-4.0.html)

## Build with Maven

The command below builds the project and runs the embedded suite.

```console
$ mvn clean install
```

## Issue Tracking

Bugs and features are tracked within the JBoss EJB client Jira project at https://issues.redhat.com/projects/EJBCLIENT

## Contributions

All new features and enhancements should be submitted to _main_ branch.
Our [contribution guide](https://github.com/wildfly/jboss-ejb-client/blob/main/CONTRIBUTING.md) will guide you through the steps for getting started on the JBoss EJB client project and will go through how to format and submit your first PR.

## Get Help

If you would like to ask us some question or you need some help, feel free to ask on the WildFly user [forum](https://groups.google.com/g/wildfly).