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.
Java (Swing GUI) で 3 層アプリケーションを作成したいと考えています。レイヤリングを作成するための最良のアプローチは何ですか? パッケージ化するか、別のプロジェクトを作成し、JAR ファイルを含めますか。
Advanced Java Programming の一部である Java Beans と Struts を使用します。
コア Java プログラマーであれば、オブジェクト指向のアプローチを使用できます。さまざまな層の間でオブジェクトを渡すことができます。