年薪百万的offer从何入手?P8的《Spring 5高级编程》看了吗

Spring是一个用于构建Java应用程序的轻量级框架,它适用于独立应用、Web应用及JEE应用等多种场景。Spring强调最少侵入性,使得开发者可以在几乎不改变原有代码的情况下享受其带来的便利。本书《Spring5高级编程》(第5版)详细介绍了Spring的核心概念及其与其他领先Java技术的集成。

什么是Spring

如果想要解释Spring,那么最难的部分就是对其进行分类。通常情况下,Spring 被描述为构建Java应用程序的轻量级框架,但这种描述带来了两个有趣的观点。

首先,与许多其他框架(比如仅限于Web应用程序的Apache Strut)不同,可以使用Spring构建Java中的任何应用程序(例如,独立的应用程序、Web 应用程序或JEE应用程序)。

其次,该描述中的轻量级-词真正指的并不是类的数量或发布的大小,而是整体性定义Spring原则:最轻的影响。从某种意义上讲, Spring是轻量级的,因为只需要对应用程序代码进行很少的更改(如果有的话)就可以获得SpringCore所带来的好处。如果想要在任何时候停止使用Spring,那么你会发现可以很容易做到。请注意,上述描述仅针对 Spring Core一许多额外的Spring组件(例如数据访问)需要更紧密地与Spring框架耦合。然而,这种耦合的好处是非常明显的。

Spring 5高级编程(第5版)一书涵盖核心的Spring及其与其他领先的Java技术(比如Hibemate JPA 2. Tiles. Thymeleaf和WebSocket)的集成。重点介绍如何使用Java配置类. lambda表达式、Spring Boot以及反应式编程。同时,将与企业级应用程序开发人员分享一些见解和实际经验,包括远程处理、事务、Web和表示层,等等。

Spring 5高级编程(第5版)一书共18章,按照内容可以分为四大部分,第一部分(包括第1~5章)主要介绍Spring 5相关的基础知识;第二部分(第612章)主要介绍Spring的一些特殊功能;第三部分(第13-15章)主要介绍Spring测试、脚本支持以及应用程序监控;第四部分(第1618 章)主要介绍Spring在网络方面的应用以及对Spring项目组合中的一些项目进行概述。

第一部分

  • 第1章Spring介绍
  • 第2章入门
  • 第3章在Spring中引入IoC和DI
  • 第4章详述Spring配置和Spring Boot
  • 第5章Spring AOP

第二部分

  • 第6章Spring JDBC支持
  • 第7章在Spring中使用Hibernate
  • 第8章在Spring中使用JPA 2进行数据访问
  • 第9章事务管理
  • 第10章使用类型转换和格式化进行验证
  • 第11章任务调度
  • 第12章使用Spring远程处理

第三部分

  • 第13章Spring测试
  • 第14章Spring中的脚本支持
  • 第15章应用程序监控

第四部分

  • 第16章Web应用程序
  • 第17章WebSocket
  • 第18章Spring项目:批处理、集成和XD等
  • 附录A设置开发环境

最后,希望广大读者能多花些时间细细品味这本Spring 5高级编程(第5版),为将来的职业生涯奠定良好的基础。

Spring框架是主要的开源应用程序开发框架,它使得Java/J2EE开发更容易、效率更高。本书不仅向读者展示了Spring能做什么?而且揭示了Spring完成这些功能的原理,解释其功能和动机,以帮助读者使用该框架的所有部分来开发成功的应用程序。本书涵盖Spring的所有特性,并且演示了如将其构成一个连贯的整体,帮助读者理解Spring方法的基本原理、时使用Sping以及如效仿最佳实践。所有这些都以完整的样本应用程序来举例说明。读完本书,读者将能够有效地在各种应用中(从简单的web应用程序到复杂的企业级应用程序)使用Spring。 作者:(美)约翰逊 译者:蒋培 Rod Johnsn是Spring框架的创始人,并且是Java和J2EE领域的著名专家。   Rod获悉民大学博士学位。他具有C/C++开发背景,从Java和J2EE发布以来就作为开发者、休系结构设计者和顾问涉足了Java和J2EE领域。   他撰写了两本最普及并最有影响力的J2EE书籍:《Expert One-on-one J2EE Design and Deuelo Pment》(Wrox,2002),和《J2EE without EJB》(Wrox,2004.与Juergen Hoelle合著)。这两本书在“敏捷J2EE的兴起和心变过度复杂的传统J2EE体系结构方面都起了得要作用。   Rod是Spring框架的共同领导之一。他的发言很受欢迎,并且经常出现在美国、欧洲和亚洲举行的Java重要活动中。了是一些JSR的专家组的成员,为Java社区发展计划(Java Community Process,JCP)EBTL。   他还具有在银行和金融、保险、软件、媒体等领域从事顾问的广泛经验。他是Interface21的CEO,Interface21是一家致力于提供专家级J2EE和Spring框架服务的咨询公司。他各极参与客户项目和Spring开发。
Spring 5 Design Patterns is for all Java developers who want to learn Spring for the enterprise application. Therefore, enterprise Java developers will find it particularly useful in the understanding of design patterns used by the Spring Framework and how it solves common design problems in the enterprise application, and they will fully appreciate the examples presented in this book. Before reading this book, readers should have basic knowledge of Core Java, JSP, Servlet, and XML. Spring 5 Framework is newly launched by Pivotal with reactive programming. Spring 5 introduces many new features and enhancements from its previous version. We will discuss all this in the book. Spring 5 Design Patterns will give you in-depth insight about the Spring Framework. The great part of today's Spring Framework is that all companies have already taken it as a primary framework for development of the enterprise application. For Spring, no external enterprise server is needed to start working with it. The goals of writing this book are to discuss all design patterns used behind the Spring Framework and how they are implemented in the Spring Framework. Here, the author has also given you some best practices that must be used in the design and development of the application. The book contains 12 chapters that cover everything from the basics to more complex design pattern such as reactive programming. Spring 5 Design Patterns is divided into three sections. The first section introduces you to the essentials of the design patterns and the Spring Framework. The second section steps behind the front end and shows where Spring fits in the back end of an application. The third section expands on this by showing how to build web applications with Spring and introducing a new feature of the Spring 5 reactive programming. This part also shows how to handle concurrency in the enterprise application.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值