Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend EJB and Standardized EJB Client Api #113

Open
gergelymolnarpro opened this issue Jun 17, 2020 · 0 comments
Open

Extend EJB and Standardized EJB Client Api #113

gergelymolnarpro opened this issue Jun 17, 2020 · 0 comments

Comments

@gergelymolnarpro
Copy link

Server to server (different vm and host) connection
Server to client (java se api)(different vm and host)

Easy way via jax-rs: create/generate rest service to EJB remote if annotated: @Remote(jaxRsPath="/example") (if empty that is not allowed) or @Remote(jaxRsConfigClass=Example.class)

Security: basic authentication and client cert authentication is already defined.

Client easy way: use MicroProfile Rest Client or own api to provide lower layer to access EJB Remote at Java SE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant