So what should the JIRA say? At this point I think whats needed is a configuration service. That service gets passed a Mapped configuration that consists of a class and a configuration. It would need one method Map<Class,Object> getConfigurations() where the object would be list, map etc depending on the configuration type. From that I think you could figure out most of what's needed. If would also be nice if ComponentClassResolver would return a list of mixins/components.
On Wed, Oct 2, 2013 at 6:27 AM, Thiago H de Paula Figueiredo < [email protected]> wrote: > On Wed, 02 Oct 2013 04:28:51 -0300, Alessio Gambi <[email protected]> > wrote: > > Some time ago I tried a similar thing but without no luck (see [1]), but >> I think still think that some effort should be invested to fill the >> "Distributed Documentation" gap. >> > > I agree. JIRA please? :) > > > -- > Thiago H. de Paula Figueiredo > > ------------------------------**------------------------------**--------- > > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
