FishEye

Quick Search:

Line History

Constraint

Branch:
Author:
Tag:
Date: help

Full Changelog Feeds Recent Changelog

MAIN:bkotek:20080805211929 by bkotek (3 months 13 days ago) Confirm inherited methods are autowired, and add unit test.

./SuperclassBean.cfc 1.2 history download (+10 -1) diffs

… 4 more files in changeset.
MAIN:scottc:20071125175104 by scottc (11 months ago) CSP-89 - I'm gonna put this on the experimental list...

./beanFour.cfc 1.2 history download (+11 -1) diffs

… 4 more files in changeset.
MAIN:scottc:20071123181953 by scottc (11 months ago) Collection Factories!!! I will explain later...

./parentBeans.xml 1.4 history download (+29 -0) diffs

… 2 more files in changeset.
MAIN:scottc:20071123170716 by scottc (11 months ago) CSP-83 added another property to beanDefinition, so that we have isFactory and isProxyFactory. This way only ProxyFactoryBean implementations get buildAdvisorChain called. Also removed sys.outs from l…

./BeanEightFactory.cfc 1.1 history download (+20) new

./beanEight.cfc 1.2 history download (+1 -1) diffs

./parentBeanTest.cfm 1.3 history download (+4 -0) diffs

./parentBeans.xml 1.3 history download (+3 -0) diffs

… 2 more files in changeset.

Files

  NAME« REV AGE AUTHOR
  beanEight.cfc 1.2 history download 11 months scottc
CSP-83 added another property to beanDefinition, so that we have isFactory and i…
  BeanEightFactory.cfc 1.1 history download 11 months scottc
CSP-83 added another property to beanDefinition, so that we have isFactory and i…
  beanFive.cfc 1.1 history download 3 years 1 month rossd
first cut at constructor-arg support
  beanFour.cfc 1.2 history download 11 months scottc
CSP-89 - I'm gonna put this on the experimental list...
  beanNine.cfc 1.1 history download 3 years 1 month rossd
first cut at autowiring
  beanOne.cfc 1.3 history download 3 years 1 month rossd
first cut at complex type support (map | list)
  beans.xml 1.5 history download 11 months scottc
CSP-84 - FINALLY implemented support for Non-Lazy loading of beans!
  beanSeven.cfc 1.2 history download 3 years 1 month rossd
first cut at autowiring
  beanSix.cfc 1.1 history download 3 years 1 month rossd
first cut at complex type support (map | list)
  beanThree.cfc 1.1 history download 3 years 2 months scottc
Initial upload
  beanTwo.cfc 1.2 history download 3 years 1 month rossd
first cut at constructor-arg support
  factoryTester.cfm 1.4 history download 3 years 1 month rossd
first cut at autowiring
  initMethodBean.cfc 1.1 history download 14 months scottc
added a test on init-method for singleton and not-singleton bean to AllTests
  nonSingletonTests.cfm 1.1 history download 11 months scottc
CSP-84 - FINALLY implemented support for Non-Lazy loading of beans!
  parentBeans.xml 1.4 history download 11 months scottc
Collection Factories!!! I will explain later...
  parentBeanTest.cfm 1.3 history download 11 months scottc
CSP-83 added another property to beanDefinition, so that we have isFactory and i…
  regexTester.cfm 1.1 history download 17 months scottc
Removed ALL output from bean factory and aop, no system out, no logging. Added s…
  stringBean.cfc 1.1 history download 17 months scottc
Removed ALL output from bean factory and aop, no system out, no logging. Added s…
  structBean.cfc 1.1 history download 17 months scottc
Removed ALL output from bean factory and aop, no system out, no logging. Added s…
  SubclassBean.cfc 1.1 history download 3 months 13 days bkotek
Add unit test to confirm that inherited init methods are called.
  SuperclassBean.cfc 1.2 history download 3 months 13 days bkotek
Confirm inherited methods are autowired, and add unit test.