Currently, the recommended way to create resources is by writing the XML and
then loading it into the server using the defaults mechanism. This is fine when
the server is being run locally, but when the server is run on a remote system
(or platform like Heroku), loading XML from the remote filesystem is not viable.
What is needed is a client that reads the XML files and sends them to the
server via the REST API. This can crib most of the code from Server defaults
mechanism, including the directory structure.
Original issue reported on code.google.com by rbre...@gmail.com on 11 Aug 2012 at 2:39
Original issue reported on code.google.com by
rbre...@gmail.com
on 11 Aug 2012 at 2:39