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
- Host: GitHub
- URL: https://github.com/wildfly/jboss-ejb-client
- Owner: wildfly
- License: other
- Created: 2011-09-06T12:19:54.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:20:07.000Z (over 1 year ago)
- Last Synced: 2024-10-29T16:02:28.748Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 4.11 MB
- Stars: 40
- Watchers: 12
- Forks: 133
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java - JBoss EJB Client
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).