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.
同じサーバーに2つのSpringプロジェクトをデプロイしてい ます.1つのアプリケーションのオブジェクトに他のアプリケーションにアクセスする方法はありますか?
多くのオプションがあります。JMS は、Java アプリケーション間でメッセージをプッシュするためによく使用されます。クライアント/サーバー通信用の SOAP/REST Web サービス API を作成することもできます。
どちらも Spring と統合できます。
RMI など、Spring 以外のこともできますが、既にあるものを使用する方が簡単だと思います。