On 9/14/07, James M Snell <[EMAIL PROTECTED]> wrote: > 1 Abdera abdera = new Abdera(); > 2 ConversionContext context = > 3 new ConventionConversionContext(abdera); > 4 Foo foo = new Foo(); > 5 Entry entry = context.convert(entry);
i like how this looks. nice and simple, especially with the naming conventions. i assume ConversionContext can also convert an Entry to a Foo? can it accept an existing instance of Foo to convert the Entry to?
