zoukankan      html  css  js  c++  java
  • Chapter 24. Dynamic language support

    Chapter 24. Dynamic language support

    Chapter 24. Dynamic language support

    24.1. Introduction

    Spring 2.0 introduces comprehensive support for using classes and objects that have
    been defined using a dynamic language (such as JRuby) with Spring.

    This support allows you to write any number of classes in a supported dynamic
    language, and have the Spring container transparently instantiate, configure
    and dependency inject the resulting objects.

    The dynamic languages currently supported are:

    • JRuby

    • Groovy

    • BeanShell

    Fully working examples of where this dynamic language support can be immediately useful
    are described in the section entitled Section 24.4, “Scenarios”.

    Please note that the dynamic language support detailed in this chapter is
    only available in Spring versions 2.0 and above. Currently
    there are no plans to backport the dynamic language
    support to previous versions of Spring (most notably the 1.2.x line).

  • 相关阅读:
    循环神经网络
    相似度计算(余弦距离/欧式距离)
    最常见Linux操作
    注意力机制总结
    随机打乱数组算法、蓄水池算法
    6.1 数据结构---树(遍历)
    Node.js调用C/C++
    linux中nmcli命令详解
    stylus入门使用方法
    webpack CommonsChunkPlugin详细教程
  • 原文地址:https://www.cnblogs.com/lexus/p/2556652.html
Copyright © 2011-2022 走看看