[jboss-dev-forums] [Design the new POJO MicroContainer] - Progression introduction
alesj
do-not-reply at jboss.com
Thu Dec 21 08:17:58 EST 2006
I have implemented a JBMICROCONT-119 issue.
But as I can see the usage in ValueMetaData, currently a direct value is returned. It should go over progression mechanism, similar way as we currently do conversion.
But the problem is that conversion is based on TypeInfo (part of SPI), which eventaully calls ValueConvertor.
So should I put my progression code at the beging of ValueConvertor or add a new method in TypeInfo - progressValue?
Since I have doubts about letting plain value in ValueMetaData go through ValueConvertor once again - and it will go all the way if it is not picked up by progression.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995583#3995583
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995583
More information about the jboss-dev-forums
mailing list