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.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.2.5 Changelog..} placeholders as well (SPR-10686) * BeanFactory's getBeansWithAnnotation ignores abstract bean definitions (SPR-10672) * fixed regression with non-String value attributes on custom stereotypes annotation in superclasses and interfaces (SPR-10514) * fixed regression with type detection for child bean definitions (SPR-10374) * fixed configuration class overriding in terms of superclasses (SPR-10546) session replication to work on Tomcat (SPR-10219) * DefaultListableBeanFactory caches target type per bean definition and allows for specifying it in advance (SPR-10335) * DefaultListableBeanFactory clears0 码力 | 33 页 | 96.00 KB | 2 年前3
Spring Framework 1.2.0 Changelogbeans * factored out BeanDefinitionVisitor from PropertyPlaceholderConfigurer, making the bean definition traversal reusable * ConstructorArgumentValues holds generic ValueHolders in a List instead AbstractAutowireCapableBeanFactory * AbstractAutowireCapableBeanFactory excludes CGLIB-defined bean properties (-> method injection) from dependency checks * reworked ResourceEntityResolver to proprietary JMX Helper * reworked MBeanInfoAssembler interface to take a managed bean instance as argument instead of just the bean class * reworked AbstractMBeanInfoAssembler and subclasses to expose proper0 码力 | 67 页 | 194.16 KB | 2 年前3
Apache Unomi 2.x - Documentationaliases for profiles. You can read more about profile aliases here. ##### 1.1.2. SCOPES DECLARATIONS ARE NOW REQUIRED Scopes declarations are now required in Unomi 2. When submitting an event and specifying specifying a scope, that scope must already be declared on the platform. Scopes can be easily created via the corresponding REST API (cxs/scopes) For example, an "apache" scope can be created using the the following API call. curl --location --request POST 'http://localhost:8181/cxs/scopes' \ --u 'karaf:karaf' \ --header 'Content-Type: application/json' \ --data-raw '{"itemId":0 码力 | 117 页 | 4.78 MB | 1 年前3
Spring Framework 3.2.11 Changelogexplicit about what to do in case of a type mismatch (SPR-12145) fixed plain FactoryBean declaration on @Bean method leads to early call (pre injection) (SPR-12141) fixed performance issue on ResolvableType interdependent setters (SPR-12026) fixed documentation typo (SPR-12020) fixed Spring may invoke @Bean methods too early in case of a circular reference (SPR-12018) fixed RestTemplate with InputStreamResource when there is no path (SPR-11970) fixed getBean(Object.class) fails when introspecting Environment bean (SPR-10542) fixed injecting EXTENDED @PersistenceContext into JUnit 4 test class causes NoSuchBe0 码力 | 38 页 | 108.98 KB | 2 年前3
Spring Framwork Core Technologies v5.3.36 SNAPSHOT.... 6 The Groovy Bean Definition DSL ..... 7 1.2.3. Using the Container ..... 8 1.3. Bean Overview ..... 10 1.3.1. Naming Beans ..... 11 Aliasing a Bean outside the Bean Definition ..... 12 Factory Method ..... 14 Instantiation by Using an Instance Factory Method ..... 15 Determining a Bean's Runtime Type ..... 17 1.4. Dependencies ..... 18 1.4.1. Dependency Injection ..... 18 .... 42 Excluding a Bean from Autowiring ..... 42 1.4.6. Method Injection ..... 43 Lookup Method Injection ..... 45 Arbitrary Method Replacement ..... 49 1.5. Bean Scopes ..... 51 1.5.1. The0 码力 | 485 页 | 6.31 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
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Spring FrameworkSpring 2.5Bean ScopesAnnotation-based ControllersSpring Transaction ManagementSpring 2.0HibernateJSFJDK 1.3AspectJTransaction ManagementOsgiBeanConverterTransactionSchedulerValidatorRestTemplateTransactionManagerAnnotation@Autowired@RequestMappingJacksonAOPInterceptorXML配置Apache Unomi 2.0GraphQL APIJSON SchemaProfiles AliasesScopesGuavaCacheManagerFactoryBeanBean注入异常处理Resource InterfaceNull-safety AnnotationsComponent ScanningJSR-330 AnnotationsIoC容器MVC框架J2EE













