Great. Happy to help. And the ContactApp looks very nice on mobile.Do you have a good idea how to fit domain actions well under the size constraints of mobile ? wouldn't it be quite hard ?
BTW: another idea that might fit ISIS: There's nutonian.com , which an application that enables to to fully-automatically, do machine learning, on small data scales. And the resulting model is human understandable(which is pretty rare). The sum of these is a machine learning tool fitting non-technical domain experts and pretty successful at that. So it might also fit ISIS. On Thu, Apr 14, 2016 at 10:18 AM, Dan Haywood <[email protected]> wrote: > Thanks for posting this. > > It looks to me that those libraries have the domain model within the > browser, as opposed to Isis' approach where the domain models are > server-side. But I could see that using JAXB view models as DTOs [1], and > the simplified representations supported by the RO viewer [2], would make > it quite straightforward for an Isis backend to emit JSON that could be > marshalled into said JS domain objects. The ContactApp we've been working > on recently (AngularJS) does something similar [3] > > HTH > Dan > > > [1] http://isis.apache.org/guides/ugbtb.html#_ugbtb_view-models_jaxb > [2] > > http://isis.apache.org/guides/ugvro.html#_ugvro_simplified-representations_apache-isis-profile > [3] https://github.com/incodehq/contactapp > > On 14 April 2016 at 02:03, alex mor <[email protected]> wrote: > > > Hi, > > Found those 2 libraries that enable generation of "anemic" UI from js > > domain models. The nice thing about it is that it includes support for > > native Android/IOS UI's + web. Maybe it'll be useful for the framework. > > > > https://github.com/gcanti/tcomb-form > > > > https://github.com/gcanti/tcomb-form-native > > >
