有哪些关于可扩展 Web 应用程序(Java/Ajax/REST)的好书?
有没有关于该主题的好书值得阅读并且仍然与当前技术保持同步?
我最感兴趣的是后端架构以及我应该考虑选择集群和数据库解决方案的事情,因为我计划将 GWT 用于前端,因此无法在那里控制很多。
我正在寻找一本能够回答以下问题的书:如何选择负载平衡策略?选择什么数据库模型?如何扩展数据?如何扩展请求处理?构建能够处理巨大流量的 Web 应用程序时常见的问题有哪些?
Are there any good books on the subject worth reading and still up-to-date with current technologies?
I'm mostly interested in back-end architecture and things I should consider choosing clustering and database solution as I plan to use GWT for the front-end therefore won't be able to control a lot there.
I'm looking for a book which will answer questions like: How to choose load balancing strategy? What DB model to choose? How to scale data? How to scale request handling? What are common problems when building web application able to handle huge traffic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不了解书籍,但如果您想要有关现实世界的信息,直至最前沿的、可扩展的 Web 应用程序和架构,那么 高可扩展性是必读的。
Don't know about books, but if you want information regarding real world, up to the bleeding edge, scalable web applications and architecture, then highscalability is a must read.
关于 GWT:Google Web Toolkit 应用程序。
一般来说,网站性能更快和构建可扩展的网站非常好。
我也听说过关于能力规划的艺术的好话,但我没有,所以我无法从第一手经验中得出结论。
About GWT: Google Web Toolkit Applications.
In general Even faster web sites performance and Building scalable web sites are very nice.
I have heard good words on The Art of Capicity Planning too, but i don't have it, so i cannot say from first-hand experience.
查看奥莱利的书。这是高性能网站上的一个。
Check out O'Reilly's books. Here's one on High Performance Web Sites.
Stacey Joines 等人的 Java 网站性能分析?
我的看法是,Ajax 不会从根本上影响可扩展性的整体方法。它可能会更加强调缓存的智能使用,但总的来说,我们所知道的有关可扩展性的一切仍然是正确的。
Perfomance Analysis for Java Web Sites by Stacey Joines et al?
My take is that Ajax doesn't fundamentally affect the overall approach to scalability. It may place even greater emphasis on the intelligent use of caching, but overall everything we knew about scalabilty remains true.