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 文件。
使用作为高级 Java 编程一部分的 Java Bean 和 Struts。
如果您是核心 java 程序员,那么您可以使用面向对象的方法。您可以在各个层之间传递对象。