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.
我正在使用 Jboss 6,需要存储任何传入/传出的 Web 服务请求(soap)。我知道 Jboss 允许您记录任何 Web 服务消息,但我想将它们存储在数据库中而不通过日志文件。知道我该怎么做吗?非常感谢!
我没有Jboss的经验。但我认为您可以像对待任何应用程序数据一样对待这些请求。这意味着您可以通过持久性 API 将它们映射到数据库。