本文介绍了如何在java中构建流API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在java中构建类似于Twitter Streaming API的Streaming API?需要做什么?是否需要使用特殊的tomcat配置?
I want to build a Streaming API similar to Twitter Streaming API in java? what is needed to do so ? does need to use a special tomcat configuration?
谢谢
推荐答案
这些文章将帮助您入门:
These articles will help you to get started:
- 。
- (如果使用Jetty) )
- Developing with Comet and Java.
- Asynchronous HTTP and Comet Architectures
- (If using Jetty) Ajax for Java Developers: Write Scalable Comet Applications with Jetty and Direct Web Remoting
这篇关于如何在java中构建流API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!