spring框架mvc框架

Spring Framework is one of the most widely used Java EE Frameworks. It’s an open source framework with many modules that help you in developing different kinds of applications with ease. Some of the best modules of Spring Framework are Spring MVC, Spring ORM, Hibernate support, Spring Data, Spring Batch and Spring Web Flow.

Spring框架是使用最广泛的Java EE框架之一 。 这是一个具有许多模块的开放源代码框架,可帮助您轻松开发各种应用程序。 Spring框架的一些最佳模块是Spring MVC,Spring ORM,Hibernate支持,Spring Data,Spring Batch和Spring Web Flow。

There are a lot of online tutorials that you can follow, even I have written a lot on Spring Frameworks but nothing can replace a good book. Here I am sharing 5 Spring Framework Books that you should read, all these books cover most important topics of Spring Framework in detail with sample projects that you can download. Also, these books are upgraded to Spring 4 that is the latest version to date.

您可以遵循很多在线教程,即使我已经写过很多有关Spring Frameworks的文章,但是没有什么可以代替一本好书。 在这里,我分享了您应该阅读的5本Spring Framework书籍,所有这些书籍都详细介绍了Spring Framework的最重要主题,并提供了示例项目供您下载。 同样,这些书也已升级到Spring 4,这是迄今为止的最新版本。

  1. Getting Started with Spring Framework: I like books where you learn concepts by examples. If you are starting with the Spring Framework, then this is the best book for you. It’s very highly rated book with more than 60 downloadable projects, all using Spring 4.

    You can buy “Getting Started with Spring Framework” book from below stores.

    Amazon.com Amazon.in (India)  Flipkart.com (India)

    Spring Framework入门 :我喜欢书籍,其中您通过示例学习概念。 如果您从Spring Framework开始,那么这是最适合您的书。 这是一本非常受好评的图书,其中包含60多个可下载项目,全部使用Spring 4。

    您可以从以下商店购买“ Spring Framework入门”这本书。

    Amazon.com Amazon.in(印度) Flipkart.com(印度)

  2. Spring in Action: Spring in Action (Fourth Edition) is a hands-on guide to the Spring Framework that is updated for Spring 4. It covers the Spring 4 latest features and example projects for Spring MVC, REST, Security, Web Flow, and much more.

    Some of the things I like in this book are Spring Data for NoSQL, Spring Annotations usage and examples for Restful web services.

    You can buy “Spring in Action” book from below stores.

    Amazon.com Amazon.in (India)  Flipkart.com (India)

    Spring in Action :Spring in Action(第四版)是针对Spring 4进行更新的Spring框架的动手指南。它涵盖了Spring 4的最新功能以及针对Spring MVC,REST,安全性,Web Flow和Web的示例项目。多得多。

    本书中我喜欢的一些内容是用于NoSQL的Spring Data,Spring Annotations的用法以及Restful Web服务的示例。

    您可以从以下商店购买“ Spring in Action”书籍。

    Amazon.com Amazon.in(印度) Flipkart.com(印度)

  3. Spring 4 for Developing Enterprise Applications: If you have some basic knowledge of Spring Framework and want to learn how to utilize it in the best possible way into an enterprise application, then this is the book to read. This book is designed to put your Spring learning experience on a functioning, end-to-end sample Secure Online Banking Application with different Operating Systems, application servers, and databases.

    This book covers the following topics in Spring Framework.

    • Spring Core Framework
    • Spring MVC
    • Spring Data Access (JDBC and Hibernate)
    • Spring RESTful Web Services
    • Spring Security
    • Spring Transaction Management
    • Spring Aspect Oriented Programming
    • Spring Testing
    • Spring Web Flow Module

    You can get “Spring 4 for Developing Enterprise Applications” book from below stores.

    Amazon.com Amazon.in (India)  Flipkart.com (India)

    用于开发企业应用程序的Spring 4 :如果您具有Spring Framework的一些基础知识,并且想学习如何以最佳方式将其用于企业应用程序,那么这本书就是您需要阅读的书。 本书旨在将您的Spring学习经验带入具有不同操作系统,应用程序服务器和数据库的功能正常的,端到端的示例安全在线银行应用程序。

    本书涵盖了Spring Framework中的以下主题。

    • Spring核心框架
    • SpringMVC
    • Spring数据访问(JDBC和Hibernate)
    • Spring RESTful Web服务
    • Spring安全
    • Spring交易管理
    • Spring面向方面的编程
    • 弹簧测试
    • Spring Web Flow模块

    您可以从以下商店获得“用于开发企业应用程序的Spring 4”书。

    Amazon.com Amazon.in(印度) Flipkart.com(印度)

  4. Spring Recipes: A Problem-Solution Approach: Some of the topics I like in this book are Spring IoC container, Spring AOP, Spring Remoting, messaging, working with big data and the cloud using Hadoop and integration with the Grails Framework.

    You can get “Spring Recipes: A Problem-Solution Approach” book from below stores.

    Amazon.com Amazon.in (India)  Flipkart.com (India)

    Spring食谱:一种解决问题的方法 :本书中我喜欢的一些主题是Spring IoC容器,Spring AOP,Spring Remoting,消息传递,使用Hadoop处理大数据和云以及与Grails框架集成。

    您可以从以下商店购买“Spring食谱:一种解决问题的方法”书。

    Amazon.com Amazon.in(印度) Flipkart.com(印度)

  5. Pro Spring: This is a getting started book for Spring 4. It’s a good book with the major focus on providing you enough information to get started and focusing more on Spring Data and integration with JPA and Hibernate.

    You can get “Pro Spring” book from below stores.

    Amazon.com Amazon.in (India)  Flipkart.com (India)

    Pro Spring :这是Spring 4的入门书。这是一本很好的书,主要致力于为您提供足够的入门信息,并更多地关注Spring数据以及与JPA和Hibernate的集成。

    您可以从以下商店购买“ Pro Spring”书。

    Amazon.com Amazon.in(印度) Flipkart.com(印度)

There are a lot of other good books too, but these are the best out there covering the latest Spring framework version. If you have read any other good Spring framework book, please let me know through comments. I would love to read them and add to the list.

还有很多其他的好书,但是这些是涵盖最新的Spring框架版本的最好的书。 如果您读过其他任何优秀的Spring框架书,请通过评论让我知道。 我希望阅读它们并添加到列表中。

翻译自: https://www.journaldev.com/7223/spring-framework-books-spring-mvc

spring框架mvc框架

spring框架mvc框架_5篇Spring框架书籍,通过MVC学习Spring相关推荐

  1. spring cloud全家桶_阿里架构师玩转spring全家桶(实战篇),附赠3本spring电子书...

    Spring框架自诞生以来一直备受开发者青睐,今天在这里分享的是Spring全家桶实战篇电子书籍.书籍内容中包括了Spring.SpringBoot.SpringCloud.SpringMVC四个实战 ...

  2. spring源码之美三:从IOC概念入手学习Spring

    前言 spring源码里面包含了很多的模块,也提供了很多功能,如果去一一叙述这些模块及其对应的功能,必然会是长篇大论,我个人比较讨厌一开始就去介绍所有的模块的功能,虽然能够让我了解整体的项目结构,但是 ...

  3. Spring入门,看这篇就够了

    Spring入门,看这篇就够了 文章目录 Spring入门,看这篇就够了 一. 初识Spring 二.Spring Framework系统架构 三.核心概念 1.IoC(inversion of co ...

  4. eureka集群只注册一个_Spring cloud系列教程第十篇- Spring cloud整合Eureka总结篇

    Spring cloud系列教程第十篇- Spring cloud整合Eureka总结篇 本文主要内容: 1:spring cloud整合Eureka总结 本文是由凯哥(凯哥Java:kagejava ...

  5. Spring官网阅读 | 总结篇

    接近用了4个多月的时间,完成了整个<Spring官网阅读>系列的文章,本文主要对本系列所有的文章做一个总结,同时也将所有的目录汇总成一篇文章方便各位读者来阅读. 下面这张图是我整个的写作大 ...

  6. 从0到1手把手搭建spring cloud alibaba 微服务大型应用框架(十五) swagger篇 : gateway 集成swagger 与 knife4j实现在线api文档并嵌入到自己项目内

    背景 我们日常开发中基本都是协同开发的,当然极个别的项目整体前后端都是一个人开发的,当多人协作时,尤其是前后端人员协同开发时 必然会面临着前端需要了解后端api接口的情况,两个选择,提前设计好文档,然 ...

  7. idae中spring mvc解决问题application context not configured for this file于spring框架使用中的原因

    idae中spring mvc解决问题application context not configured for this file于spring框架使用中的原因 参考文章: (1)idae中spr ...

  8. 学习Spring框架有这一篇就够了

    目录 一.Spring框架 1.什么是Spring 2. 为什么使用spring 3.程序的耦合 4.解决办法IOC控制反转 二. 如何使用spring 1.Spring程序开发步骤 2.使用spri ...

  9. spring aop 必须的包 及里面用到的东西_学习Spring的思考框架

    引子 很早之前听同事说:"要开会了.我都知道领导要问什么,就那几板斧."其实领导之所以为领导,人家问的问题确实很合情合理,甚至可以说一针见血.而之所以能问出来这些合理的问题,就是因 ...

最新文章

  1. 全新的AirPods Pro包邮送!
  2. sp_MSforeachtable使用方法
  3. git上传超过100m大文件
  4. Python pickle使用
  5. Join的加强版CountDownLatch
  6. canvas html 动态,canvas.html
  7. 【渝粤教育】国家开放大学2019年春季 2508学前儿童语言教育 参考试题
  8. IIoT 安防保卫战一触即发,Fortinet 亮剑
  9. java双击添加文本框_java图形界面 怎么文本框要用鼠标点一下才出来
  10. 2019年失业以后,他们都经历了什么?
  11. Oracle 11g ora 15018,OracleASM错误之--ORA-15031、ORA-15014
  12. FTP上传文件0字节问题
  13. 英语复数名词的变化规则
  14. A股:我要加区块链,监管:你可消停会
  15. DSP 仿真调试步骤
  16. android pppd流程,pppd调试心得.md
  17. 王者荣耀是如何从C++代码变到游戏的?
  18. 安卓模拟器配置全局代理
  19. 【刷题】洛谷 P2675 《瞿葩的数字游戏》T3-三角圣地
  20. Python将图片插入到Excel中

热门文章

  1. IOS开发中实现UITableView按照首字母将集合进行检索分组
  2. 终于能理解kmp算法了
  3. 《大型网站技术架构》读书笔记[3] - 架构核心五要素
  4. ASP.NET中常用的优化性能的方法(转贴,Icyer收集整理)
  5. [转载] 1.1.1 Python常用的数学函数
  6. 使用 RemObjects SDK 建立 WebService 应用
  7. c语言里面你不知道的break与switch,contiune的用法
  8. 09-Python入门学习-函数基础与参数
  9. Dapper.NET—轻量ORM
  10. C#使用NPOI导出excel设置单元格背景颜色