Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukihane/wildfly-interserver-invocation
Wildflyアプリケーション間でejb呼び出しを行うサンプル。
https://github.com/yukihane/wildfly-interserver-invocation
Last synced: 25 minutes ago
JSON representation
Wildflyアプリケーション間でejb呼び出しを行うサンプル。
- Host: GitHub
- URL: https://github.com/yukihane/wildfly-interserver-invocation
- Owner: yukihane
- Created: 2016-06-16T05:17:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T08:52:57.000Z (over 8 years ago)
- Last Synced: 2024-11-06T03:18:58.797Z (about 2 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
[[https://docs.jboss.org/author/display/WFLY10/EJB+invocations+from+a+remote+server+instance][Developer Guide - EJB invocations from a remote server instance]] 実行サンプル.
| wildfly-interserver-invocation-ear | EARパッケージング用モジュール |
| wildfly-interserver-invocation-ejb | サーバサイドで実行するロジック(EJB) |
| wildfly-interserver-invocation-if | サーバサイドが提供するインタフェース。CL/SV両方が参照します。 |
| wildfly-interserver-invocation-web | クライアントサイドモジュール |サーバサイドモジュールを ~mvn package~ する際には,
~wildfly-interserver-invocation-ear/src/main/application/META-INF/jboss-ejb-client.xml~
ファイルを削除しなければなりません.