Now is the Spring of our discontent. Made glorious Summer.
- 资源大小:1.81 MB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
java
spring
资 源 简 介
FUTURE DEV NOW MOVED TO: https://github.com/daviddenton/springclean
This library generates Java code from Spring XML configuration files, and thus adds the facility of being able to refactor you code!
Effectively inlines the XML into Java whilst retaining the use of the various Spring libraries. The plan is to add Annotation support as well in the future.
Note that the process is not perfect. After conversion, some work will be required to make a runnable application. Any issues are noted next to the features below.
Supported Features
Constructor Injection
Setter Injection
abstract/parent beans
Initialising Bean
Factory Bean
Issue: Currently cannot determine the type of the class created by the factory (due to this only being available at Spring runtime) and hence uses the class type of the Factory.
Fix
文 件 列 表
lib
commons-io-1.4.jar
commons-lang-2.4.jar
daisy-chain-1.1.jar
google-collect-1.0.jar
objenesis-1.0.jar
org.springframework.beans-3.0.0.RELEASE.jar
xom-1.2.3.jar
springclean-0.X-snapshot.jar
springclean-0.X-snapshot-client.jar
src
microtypes
springclean
todo.txt