With JIRA-1465, ResultDescriptor can be set dynamically for DAS Commands
which are created with DAS.createCommand().

Further on this, will it be helpful to associate ColumnConverter with
ResultDescriptor? So, when there is no Config File, user will have
a choice to use ColumnConveter on-the-fly /Command basic from inside the
dynamic ResultDescriptor.

The scope of this converter will be per Command. Whereas, the
ColumnConverter we define in Config File in<Table><Column>, has a scope of
Table.

When column conveter is available for a Command, it will be used  and in its
absence, the one available at <Table/Column> scope will be use and in its
absence it will be Default/No converter as usual.

This will have a benefit for clients, which need frequent use of column
converter and have changing needs (based on say, Locale, TimeZone,....).

Suggestions?

Regards,
Amita

Reply via email to