SchemaCache is a simple interface in Bridgekit that extends Schema and
ComponentProvider.
Schema has a method getComponentProvider(). This is just flattening the
hierarchy, which seems rather pointless. Unflatten it. In the default (and
only) implementation of SchemaCache, separate out the ComponentProvider
methods, and build a separate abstraction. Change the code that uses
SchemaCache to use Schema and getComponentProvider(). Remove SchemaCache.
Original issue reported on code.google.com by aale...@gmail.com on 10 May 2012 at 3:53
Original issue reported on code.google.com by
aale...@gmail.com
on 10 May 2012 at 3:53