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.
我正在使用将数据发送到本地 tomcat 服务器的应用程序。
所以我的问题是,如何用 java 处理在 tomcat 中接收到的数据?
有人可以给我一个如何使用监听器的例子吗?
构建一个 Java Web 应用程序并将其部署到您的 tomcat 服务器。
Web 应用程序将需要处理发送到 Tomcat 的任何请求。
做一些阅读: http ://docs.oracle.com/javaee/1.4/tutorial/doc/WebApp.html
我可能在这里遗漏了一些东西,但我似乎找不到任何关于使用 Spring Integration JPA Outbound Channel Adapter 持久化实体列表的文档。我有一个非常简单的场景,应该轮询数据库并将新数据复制到另一个数据库。因此:
<int-jpa:inbound-channel-adapter channel="myC