Atmosphere (http://atmosphere.dev.java.net) is a high-level API designed to make it easier to build Comet-based Web applications that include a mix of Comet and RESTful behavior. Today writing portable Web applications that can use the power of the Comet technique is almost impossible: Tomcat, Jetty, and Grizzly/GlassFish application server all have their own set of private APIs. Atmosphere offers API that will works everywhere without the needs to learn the web server specific API.
Atmosphere leverages and builds on Project Jersey and the Java API for RESTful Web Services (JAX-RS). Jersey is the open resource reference implementation of JAX-RS that makes it easier to build RESTful Web services. Atmosphere and Jersey complement each other, with the goal of making it easier to build Comet-based Web applications that include a mix of Comet and RESTful behavior.
Atmosphere是一款高级API,旨在简化包含Comet与RESTful行为混合的Web应用程序开发。它解决了当前不同应用服务器(如Tomcat、Jetty等)各自拥有的私有API导致的便携性问题,通过与Project Jersey和Java API for RESTful Web Services (JAX-RS)结合使用,使得开发者能够在多种环境下无缝开发。Atmosphere与Jersey相互补充,共同促进Comet与RESTful混合型Web应用的发展。
2万+

被折叠的 条评论
为什么被折叠?



