On Sat, 23 Mar 2002 17:40, Adam Murdoch wrote: > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > Log: > > Merge DefaultConverterRegistry into DefaultMasterConverter > > Good idea. Now we can cache the {src, dest} -> converter mappings that > findConverter() comes up with, in the registry.
heh - didn't think about that. My main reason to do it was to make Unit tests easier to write and make it much easier to use outside of ant ;) > I wonder if we should do a similar thing to the TypeManager and RoleManager > interfaces, and split them into work interface and management interface? Keep them separate for the moment. I would prefer to experiment with allowing roles to define metainfo about their type (ie converter metainfo saids a instance of converter role must supply metainfor about source and destinaiton classes to convert). Hmm thats confusing. Basically I want to be able to have roles say that types that implement role must supply certain attributes. It will be easy to implement this if Roles/Types are separated for the time being. -- Cheers, Pete -------------------------------------------------- "An intellectual is someone who has been educated beyond their intelligence." -------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
