Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ローカルインターフェイスとリモートインターフェイスを備えたEJB(セッションBean)でビジネスインターフェイスパターンを使用するにはどうすればよいですか?
インターフェースがローカルかリモートかは問題ではありません。すべてのビジネス メソッドを 1 つのインターフェイスに記述し、それをローカルおよびリモート インターフェイスとして使用できます。違いは呼び出される方法ですが、実行される内容は異なります。