Gang,
The Restlet server is opening port 8182 and expects the URL path to be;
/entity/{type}/{identity}
For instance;
http://localhost:8182/entity/org.qi4j.rest.RestTest$TestEntity/1234
I have committed the beginning of the RESTful interface. The following
things are supported;
* Entity PUT, GET, DELETE
* Only String Properties
* XML variant
We need SOMEONE (one or more) to step up and work on the other bits, such as;
* /entity should return a list of all EntityTypes in the system.
* /entity/{type} should return the identities of a particular type.
* Types; Numericals, Date, BLOB
* Associations
* ManyAssociations
Bare in mind that the all references to entities have a valid URL, so
that one don't need to know the URL scheme, and can simply create a
XSL transform script that let me navigate in an HTML browser.
We will also need to start a discussion on how to interface with the
Query API and Services via the Rest API.
Perhaps also give the project a name ??
Cheers
Niclas
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev