On Tue, Jun 30, 2020 at 3:28 PM Siegfried Goeschl <siegfried.goes...@gmail.com> wrote: > > Hi folks, > > Following up a discussion with Daniel I would like to make "DataSources" > (contains the user-supplied data sources) a bit more FTL friendly > > Had a quick look at it but I'm a bit lost > I created a DataSourcesAdapter which extends TemplateSequenceModel & > TemplateHashModel > DataSources has a few additional finder methods which I can't invoke when > exposing the DataSourcesAdapter > So the question is what interfaces needs to be implemented to support > sequence semantics > hash map semantics > arbitrary helper methods > in a single adapter
Perhaps by extending BeanModel and implementing TemplateSequenceModel? Regards, Woonsan > > Thanks in advance, > > Siegfried Goeschl >