Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In V2 the preferred paradigm was to write a Factory Bean for every object for which you had a parser.  In V3, although Although it does not case any problems to have a FactoryBean, it is not usually required.

...

The problem revolves around property replacement.  In V3, we We use Spring for property replacement and this happens between the parser being called and the bean being created.  If the parameter which the parsers has gathered has been converted in the parser, then the property replacement cannot happen.

...