Hi, Is it possible to provide data for apache isis from custom sources other than Database?
for example a data provider class which calls various REST services in it's implementation of CRUD functions, and make apache isis to use these CRUD functions from this custom data provider class, so that the apache isis only provides/generates the UIs and callbacks and the server side code attaches hooks to these callbacks and uses that custom data provider for CRUD. Thanks.
