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.
我在一个服务器中部署了一个应用程序,现在我创建了需要在另一台服务器中部署的新应用程序。现在我想访问第一个应用程序的功能,以便从第二个应用程序的菜单中可见。
我正在为新应用程序使用 Spring 和 Hibernate,而旧的应用程序在 JSF、Servlet、JSP 中。
提前致谢。