Hi Johan,
sorry not to reply sooner, have been on vacation.

I recorded a quick-n-dirty screencast a while back [1] that explained how I
write the RO "TCK" tests, ie to test Isis' RO implementation itself.  The
demo talks through exercising a simple domain model that has a ParentEntity
with a "children" collection of ChildEntity, and a "removeChild" action.
 In the screencast you can see how I use Chrome plugins (json-view and
Postman) to inspect the representations and then invoke that action.

To learn more about RO itself, you should of course look at the RO
specification [2]

With respect to AngularJS itself, we do intend to write a library that will
act as an adapter and make the RO resources easier to consume.  This work
is only just kicking off, but you can learn more at [3] and in particular
[4].  It builds on [5] (which is complete).  An associated project is [6]
which provides a generic viewer (inspired by Windows 8 Modern look-n-feel)
against RO.  NB: this doesn't yet work against Isis' RO implementation, as
it requires RO 1.1.

HTH
Dan

[1] https://www.youtube.com/watch?v=_-TOvVYWCHc
[2] http://www.restfulobjects.org
[3] https://github.com/SpiroLibraries/Spiro.Angular
[4] http://spirolibraries.github.io/Spiro.Angular/
[5] https://github.com/SpiroLibraries/Spiro.Models
[6] https://github.com/SpiroLibraries/Spiro.Modern



On 8 August 2014 16:19, <[email protected]> wrote:

> Hi,
>
>
>
> For demonstration purposes I would like to build a very simple website
> that displays a list of records from or can add a record or so in my Isis
> App using the RESTFul Api. Can somebody get me started with a simple
> example?
>
> I looked at Curl and a bit to Angularjs but find it hard to make a
> jumpstart.
>
>
>
>

Reply via email to