
开源、web框架
-早起的码农
这个作者很懒,什么都没留下…
展开
-
spring3 web mvc framework
Spring MVC是一个构建于Spring Framework之上的现代Web应用程序框架. Spring3 全面支持REST风格的Web服务,"We're really seeing extensive interest and growth in REST, and it will have comprehensive support for RESTful Web services," said Johnson.spring3再加上对annotation的支持如虎添翼! web.xml原创 2011-03-03 11:35:00 · 3576 阅读 · 1 评论 -
morphia for MongoDB
Morphia is a lightweight type-safe library for mapping Java objects to/from MongoDB: Morphia是一个安全轻量级的为MongoDB设计的java持久化架构。1.要使用Morphia,需要依赖下原创 2011-01-17 17:24:00 · 7456 阅读 · 1 评论 -
高性能负载均衡缓存web架构
高性能web架构,动静分离,静态缓存。使用LVS实现4层负载均衡,使用KeepAlived实现LVS的HA和其他服务的HA,使用Nginx实现7层负载均衡,使用Squid实现caching proxy。nginx和squid作为服务,可以在前接嵌入lvs和keepalived。这是一个可嵌套的结构,只要你服务器足够,业务也有这个必要。 高性能web架构,高性能缓存,squid不仅缓存静态资源还可以原创 2015-02-16 11:57:19 · 3255 阅读 · 0 评论