• Spring Doc Integration


    This part of the reference documentation covers Spring Framework’s integration with a number of technologies.

    1. REST Endpoints

    The Spring Framework provides two choices for making calls to REST endpoints: RestTemplate, WebClient.

    2. Remoting and Web Services

    Spring provides support for remoting with various technologies. The remoting support eases the development of remote-enabled services, implemented via Java interfaces and objects as input and output.

    3. Enterprise JavaBeans (EJB) Integration

    This section covers how to access EJBs.

    4. JMS (Java Message Service)

    Spring provides a JMS integration framework that simplifies the use of the JMS API.

    5. JMX

    The JMX (Java Management Extensions) support in Spring provides features that let you easily and transparently integrate your Spring application into a JMX infrastructure.

    6. Email

    This section describes how to send email with the Spring Framework.

    7. Task Execution and Scheduling

    The Spring Framework provides abstractions for the asynchronous execution and scheduling of tasks with the TaskExecutor and TaskScheduler interfaces, respectively.

    8. Cache Abstraction

    The Spring Framework provides support for transparently adding caching to an existing Spring application.

    9. Appendix

    This part of the appendix lists XML schemas related to integration technologies.

  • 相关阅读:
    mongodb 简单的更新语句
    centos 安装ffmpeg 及h264编码打包
    mongodb $where查询
    javascript 上传进度条
    javascript 仿豆瓣读书笔记
    js监听浏览器剪贴板
    ffmpeg相关操作
    ffmpeg未整理好,有时间整理下
    fffmpeg 提取pcm
    ffmpeg转MP4 moov头在前命令
  • 原文地址:https://www.cnblogs.com/feiqiangsheng/p/16111283.html
Copyright © 2020-2023  润新知