博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Chapter 24. Dynamic language support
阅读量:6281 次
发布时间:2019-06-22

本文共 1384 字,大约阅读时间需要 4 分钟。

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 .

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).

转载地址:http://jfiva.baihongyu.com/

你可能感兴趣的文章
《HTML 5与CSS 3 权威指南(第3版·上册)》——2.3 新增的属性和废除的属性
查看>>
《Total Commander:万能文件管理器》——第3.5节.选择文件
查看>>
《日志管理与分析权威指南》一导读
查看>>
去 TMD 互联网思维,性价比而已
查看>>
如何手动删除Oracle 11g数据库
查看>>
懒人促进社会进步 - 5种索引的原理和优化Case (btree,hash,gin,gist,brin)
查看>>
《深入实践Spring Boot》一3.4 视图设计
查看>>
《设计模式解析(第2版•修订版)》目录—导读
查看>>
《Web前端开发精品课 HTML与CSS进阶教程》——2.2 标题语义化
查看>>
Java核心技术卷I基础知识3.5.3 强制类型转换
查看>>
可与Mirai比肩的恶意程序Hajime,竟是为了保护IoT设备?
查看>>
《Spring Data 官方文档》6. Cassandra 存储库
查看>>
聊聊并发(十)生产者消费者模式
查看>>
R语言数据挖掘2.2.4.2 FP-growth算法
查看>>
人工智能概念诞生60年,哪些大牛堪称“一代宗师”?
查看>>
《游戏大师Chris Crawford谈互动叙事》一9.5 真实案例
查看>>
Mybatis与Spring整合连接MySQL
查看>>
GCC知识
查看>>
实验4 IIC通讯与EEPROM接口
查看>>
几个smarty小技巧
查看>>