grails-json-rest-api
grails-json-rest-api copied to clipboard
JSON RESTful API for GORM
Hi, I notice the following issues: using the Person example when trying to add a new Person it failed with the message "Property [firstName] of class [class Person] cannot be...
Sometimes the objects obtained from the database are not of the actual domain class but rather of a synthetic subclass (an hibernate proxy, see eg. http://jira.grails.org/browse/GRAILS-4614) NumberToDomainInstanceEditor checks if a...
Upgrade the plugin for latest Grails.
EmberJS wants a certain style of REST interaction not currently supported by this plugin. For what that looks like see this: http://kentbutlercs.blogspot.hu/2013/02/emberjs-notes-and-gotchas.html I've got code to offer that is backwards-compatible...
Hi, I just installed the plugin and found something weird in the JSON response for a given entity: {"success":true,"data":{"aggregates":null,"attached":true,"categories":[],"errors":{"errors":[]},"id":1,"longDescription":"asef","modifiers":null,"name":"ert","properties":{"longDescription":"asef","aggregates":null,"typeId":null,"type":null,"modifiers":null,"categories":[],"aggregatesId":null,"modifiersId":null,"name":"ert","shortDescription":"ert"},"shortDescription":"ert","type":null}} As you can see, there is a "properties" attribute that contains...