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.
データベース内の同じエンティティーを使用する複数の JavaEE 6 アプリケーションがあるとします。それらの間で JPA Enitity クラスを共有する最良の方法は何でしょうか?
それらを各WARにクラスとして含める必要がありますか、それとも各WAR内にエンティティを含むJARが必要ですか、それともエンティティを個別にデプロイする必要がありますか?
また、ソリューションはサーバーに依存しますか? 現在、JBoss 7 を使用しています。