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
>

Reply via email to