| Class and Description |
|---|
| org.springframework.binding.collection.CompositeIterator
in favor of
CompositeIterator |
| org.springframework.binding.expression.ognl.OgnlExpressionParser
in favor of Spring EL, see
SpringELExpressionParser |
| Method and Description |
|---|
| org.springframework.binding.convert.service.GenericConversionService.addConverter(String, Converter)
use
GenericConversionService.addConverter(Converter) instead or better yet use Spring 3 type conversion and
formatting options (see Spring Documentation). |