出版社: Manning Publications
副标题: Covers Spring 4
出版年: 2014-11-28
页数: 624
定价: USD 49.99
装帧: Paperback
ISBN: 9781617291203
内容简介 · · · · · ·
Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig Walls has a special knack for crisp ...
Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig Walls has a special knack for crisp and entertaining examples that zoom in on the features and techniques you really need.
Refer to link: http://www.manning.com/walls5/
作者简介 · · · · · ·
raig Walls is a software developer at Pivotal. He's a popular author and a frequent speaker at user groups and conferences. Craig lives in Cross Roads, Texas.
目录 · · · · · ·
Springing into action
Wiring beans
Advanced wiring
Aspect-oriented Spring
PART 2 SPRING ON THE WEB
· · · · · · (更多)
Springing into action
Wiring beans
Advanced wiring
Aspect-oriented Spring
PART 2 SPRING ON THE WEB
Building Spring web applications
Rendering web views
Advanced Spring MVC
Working with Spring Web Flow
Securing web applications
PART 3 SPRING IN THE BACKEND
Hitting the database with Spring and JDBC
Persisting data with object-relational mapping
Working with NoSQL databases
Caching data
Securing methods
PART 4 INTEGRATING SPRING
Working with remote services
Creating REST APIs with Spring MVC
Messaging in Spring
Messaging with WebSocket and STOMP
Sending email with Spring
Managing Spring beans with JMX
Simplifying Spring development with Spring Boot
· · · · · · (收起)
喜欢读"Spring in Action, Fourth Edition"的人也喜欢 · · · · · ·
Spring in Action, Fourth Edition的书评 · · · · · · ( 全部 40 条 )
翻译差点可以忍 出版社编辑太垃圾了
Spring很好的入门书籍
总的来说不错,质量方面比较雷
把一本好书给翻烂了!
一本关于Spring 4.X较好的入门书
这篇书评可能有关键情节透露
第一章 DI(依赖注入)的方式:将依赖作为构造器参数传入。 Spring使用bean表示应用组件。创建应用组件之间协作的行为称为装配(wiring)。XML配置,java配置。 Spring通过applicationContext负责bean的管理。有多种应用上下文:classPathXmlApplicationContext加载xml配置。 A... (展开)关于Spring的新华字典
一本不错的关于Spring的书籍
Spring权威指南
这篇书评可能有关键情节透露
全书知识深度较浅, 但非常权威(针对Sp5.0可能会有部分deprecated内容), 且能够在如此有限的篇幅中覆盖如此广阔的内容, 实属不易也实属罕见. 第1部分(DI、AOP): 稳扎稳打,巩固基础; 第2部分(Web): SpringMVC最传统, 最精华, 也是最实用的部分(感觉<SpringMVC学习指南>一本书的内... (展开)> 更多书评 40篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部12 )
-
人民邮电出版社 (2016)8.1分 720人读过
-
人民邮电出版社 (2006)7.4分 396人读过
-
人民邮电出版社 (2013)7.8分 269人读过
-
人民邮电出版社 (2008)7.8分 220人读过
以下书单推荐 · · · · · · ( 全部 )
- manning系列 (Blackopsgo)
- Manning系列的人物书 (damengxinfa02)
- Next Two Years Book List (Aklman)
- 编程学习 (javacodecreeks)
- 深入学习之2017年书单 (阿霏)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有37人想读,手里有一本闲着?
订阅关于Spring in Action, Fourth Edition的评论:
feed: rss 2.0










0 有用 天凉好个秋 2020-02-07 22:18:58
示例代码不能运行,需要自己研究如何修改
0 有用 Regulus 2018-04-15 23:32:53
第一次接触这本书是暑假实习的时候飞哥拿给我的,十分惭愧我之前连大名鼎鼎Spring都没有听说过,实习的时候翻来覆去看了两三遍无奈还是不得其法,只能硬着头皮瞎写。今日为了做毕设又从图书馆借了这本书,两章翻下来竟然觉得十分有趣!!不知道是我突然开窍了还是我其实依旧没有领会其中精髓(~_~;)希望能坚持啃完吧!
0 有用 Cady小拧巴 2017-09-11 14:51:28
把强大的黑魔法解释得简明生动~不过再次佐证了迭代学习才是根本,大概领会了四成吧…
0 有用 蛋饼 2016-03-21 11:20:21
和spring一样,与时俱进,态度端正
0 有用 alswl 2017-12-26 15:46:33
快速翻了一遍,更新了一些知识细节(AspectJ / Securing / HTTP Invoker)。Spring 官网的文档实在太差了。