Web技术
文章平均质量分 82
LGY2001
这个作者很懒,什么都没留下…
展开
-
Asynchronous Servlets
IntroductionWhy Asynchronous Servlets ?Not Asynchronous IOThe concept of Asynchronous Servlets is often confused with Asynchronous IO or the use of NIO. However, Asynchronous Servlets转载 2011-11-27 00:06:54 · 1982 阅读 · 0 评论 -
Comet
Comet is a web application model in which a long-held HTTP request allows a web server to push data to a browser, without the browser explicitly requesting it.[1][2] Comet is an umbrella term, e转载 2011-11-27 00:18:53 · 684 阅读 · 0 评论 -
MONGODB Best Practices
Summary of Best Practices"First class" objects, that are at top level, typically have their own collection.Line item detail objects typically are embedded.Objects which follow an object mode转载 2012-09-04 00:42:57 · 456 阅读 · 0 评论 -
Designing MongoDB Schemas with Embedded, Non-Embedded and Bucket Structures
With the rapid adoption of schema-less, NoSQL data stores like MongoDB, Cassandra and Riak in the last few years, developers now have the ability enjoy greater agility when it comes to their applicati转载 2012-09-04 00:35:21 · 804 阅读 · 0 评论