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.
我正在开始新的应用程序。我希望将所有业务逻辑和域类分隔在独立模块中(类似于远程 EJB)。这是因为应用程序将至少有两个(以后可能会更多)客户端——桌面、Web(Spring MVC)。
这可能与春天?或者我应该只将 EJB 和 Spring 用于 Web 应用程序客户端中的 MVC?
谢谢你的回复。
是的,这是可以做到的。您可以将生成的 jar 作为库放在完整的应用程序中,或者单独使用主机并使用一些远程处理系统(hessian、soap、rmi、...)在它们之间进行接口。Spring 也可以提供帮助。