On 8 January 2014 08:55, Ged Byrne <[email protected]> wrote: > Hi All, > > Is there an equivalent to the WSDL and XSD documents in the RestfulObjects > standard? > > No, though the RO spec does define a set of "metadata" resources (under "domain-types"). These effectively show the Isis metamodel (cf java.lang.Class) rather than the domain objects (cf java.lang.Object).
The intention of these domain types is to enable the creation of generic UIs (ie our "next-gen" viewer). But they could be useful for your purpose too. > I see there are descriptions provided by the RO Viewer that I can drill > down through. Is there any way of obtaining the JSON for the whole app as > a single document? > > I don't think that question really makes sense... it's a bit like asking for a single SELECT query for an entire database. > Or should I just send them regular updates of our domain objects and > instructions to do a maven clean install? > > This is what I would do. The equivalent of your WSDL would be the domain objects that have dummy implementations. You might also consider setting up a CI environment that you can both share. Jeroen and I use CloudBees for our Estatio app. If you contact me off-list I'll share you the link to Estatio's CI so you can take a look-see and decide. HTH Dan > Regards, > > > > Ged >
