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 实现一个 GUI,这将是技术独立的。
因此,构建 WebFrontEnd 将导致实现一些额外的渲染器,而无需重新实现 GUI。
我们应该使用哪些架构模式?
您应该从查看模型-视图-控制器设计模式开始。