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.
我有两个 GWT webapps,它们可能部署在同一个 tomcat 服务器上,也可能不部署。一个 webapp(比如说 WebApp1)将从各种来源检索一堆数据,然后将数据存储在数据库上的一个对象中。现在,WebApp1 必须为 WebApp2 提供此对象 (NoSQL) 的数据库键。我将如何将此数据库密钥发送到 WebApp2?