Spring Framework 2.0.5 Reference(IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 40 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 50 54 3.4. Bean scopes ..... 57 3.4.1. The singleton scope ..... 57 3.4.2. The prototype scope ..... 58 3.4.3. The other scopes ..... 60 3.4.4. Custom scopes ..... 63 30 码力 | 499 页 | 3.59 MB | 2 年前3
Spring Framework 2.0.4 ReferenceInversion of Control (IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming (AOP) . 3.3.1. Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 41 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 50 3.3.5 Injection ..... 54 3.4. Bean scopes ..... 57 3.4.1. The singleton scope ..... 58 3.4.2. The prototype scope ..... 59 3.4.3. The other scopes ..... 61 3.4.4. Custom scopes ..... 64 3.5. Customizing0 码力 | 500 页 | 3.60 MB | 2 年前3
Spring Framework 2.0.6 Reference(IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 40 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 50 .. 54 3.4. Bean scopes ..... 57 3.4.1. The singleton scope ..... 57 3.4.2. The prototype scope ..... 58 3.4.3. Singleton beans with prototype-bean dependencies ....0 码力 | 499 页 | 3.60 MB | 2 年前3
Spring Framework 2.0.0 ReferenceInversion of Control (IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming (AOP) . 3.3.1. Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 40 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 48 3.3.5 Injection ..... 52 3.4. Bean scopes ..... 55 3.4.1. The singleton scope ..... 56 3.4.2. The prototype scope ..... 57 3.4.3. The other scopes ..... 58 3.4.4. Custom scopes ..... 62 3.5. Customizing0 码力 | 491 页 | 3.51 MB | 2 年前3
Spring Framework 2.5.3 ReferenceEasier AOP XML configuration.....23 2.3.2. Support for @AspectJ aspects.....23 2.3.3. Support for bean name pointcut element.....23 2.3.4. Support for AspectJ load-time weaving.....23 2.4. The Middle 3. Singleton beans with prototype-bean dependencies ..... 64 3.4.4. The other scopes ..... 64 3.4.5. Custom scopes ..... 68 3.5. Customizing the nature of a bean ..... 70 3.5.1. Lifecycle callbacks callbacks ..... 70 3.5.2. Knowing who you are ..... 74 3.6. Bean definition inheritance ..... 76 3.7. Container extension points ..... 77 3.7.1. Customizing beans using BeanPostProcessors ..... 770 码力 | 587 页 | 4.30 MB | 2 年前3
Spring Framework 2.0.8 ReferenceInversion of Control (IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming (AOP) . 3.3.1. Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 40 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 50 3.3.5 3.4. Bean scopes ..... 57 3.4.1. The singleton scope ..... 57 3.4.2. The prototype scope ..... 58 3.4.3. Singleton beans with prototype-bean dependencies ..... 59 3.4.4. The other scopes ..... 600 码力 | 502 页 | 3.61 MB | 2 年前3
Spring Framework 2.5.5 ReferenceEasier AOP XML configuration.....23 2.3.2. Support for @AspectJ aspects.....23 2.3.3. Support for bean name pointcut element.....23 2.3.4. Support for AspectJ load-time weaving.....23 2.4. The Middle 3. Singleton beans with prototype-bean dependencies ..... 64 3.4.4. The other scopes ..... 64 3.4.5. Custom scopes ..... 68 3.5. Customizing the nature of a bean ..... 70 3.5.1. Lifecycle callbacks callbacks ..... 70 3.5.2. Knowing who you are ..... 74 3.6. Bean definition inheritance ..... 76 3.7. Container extension points ..... 77 3.7.1. Customizing beans using BeanPostProcessors ..... 770 码力 | 588 页 | 4.30 MB | 2 年前3
Spring Framework 3.2.18 Changelogwhen triggered by singleton init method (SPR-14324) fixed Deadlock while creating a new thread on bean initialization with transactional code invocation (SPR-14388) fixed CronSequenceGenerator causes override HashMap.clone() (SPR-14509) fixed StackOverflowError for advisor search against factory-bean reference to FactoryBean (SPR-14551) fixed StringUtils.parseLocaleString(): does not parse locale (SPR-14349) improved Normalize resource URL in ResourceServlet (SPR-14946) improved documentation for @Bean(automwire=NO) (SPR-14282) improved documentation Label "for" attribute is wrongly documented0 码力 | 41 页 | 119.15 KB | 2 年前3
Spring Framework 3.2.10 ChangelogSpringBeanELResolver.setValue throws PropertyNotWritableException issue (SPR-11502) optimized handling of @Bean method override regression with return type narrowing on JDK 8 (SPR-11718) prevented double evaluation and JRubyScriptUtils (SPR-11721, SPR-11517, SPR-11747) consider parent definitions with overriding bean definition message (SPR-9671( improved exception message for failed property access in SpEL (SPR-11535) (SPR-11351) * handle NoClassDefFoundError for TestExecution Listeners consistently (SPR-11347) * fixed @Bean meta-annotation detection when using ASM (SPR-10488) * provide access to SimpleTriggerFactoryBean0 码力 | 37 页 | 105.87 KB | 2 年前3
Spring Framework 3.1.3 Changelogattribute * fixed potential race condition in concurrent calling of autowired methods on a prototype bean * cancel on a Future returned by a TaskScheduler works reliably * LoadTimeWeaverAware beans are listeners and enabled/disabled flags to existing cache regions as well * added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean * support executor qualification with @Async#value * and MVC data binding provide support for * restored SpringValidatorAdapter's ability to handle bean constraints with property paths * added MethodValidationInterceptor/PostProcessor for Hibernate0 码力 | 25 页 | 69.19 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Spring 2.0IoC容器AOPXML Schemabean scopesSpring Framework 2.0dynamic language supportJPASpring Framework 2.0.0Spring FrameworkSpring 2.5Bean ScopesAnnotation-based ControllersSpring Transaction ManagementAspect Oriented Programming (AOP)declarative transaction managementJPA abstraction layerHibernateJSFJDK 1.3AspectJTransaction ManagementOsgiBeanConverterTransactionSchedulerValidatorRestTemplateTransactionManagerAnnotationJDBCValidation













