Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EclipseLink/UserGuide/JPA/Advanced JPA Development/JPA RESTful Service

< Talk:EclipseLink/UserGuide/JPA
Revision as of 11:11, 21 February 2011 by Ben.gelernter.oracle.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[1] The APIs listed in the spec at http://wiki.eclipse.org/EclipseLink/DesignDocs/326663 (and duplicated in this draft 1/27/11) don't appear in the Javadoc. No org.eclipse.persistence.jpa.rest package seems to exist. What is the status? [BG]

[2] Under the sections "POST - Create Operation," "GET - Read Operation," and "DELETE - Delete Operation" there is this statement: "Examples of error responses are: ?" [BG]

What should go here? The spec (http://wiki.eclipse.org/EclipseLink/DesignDocs/326663) only says "Error Responses: ?" [BG]

Or, should the comments about successful responses and error responses simply be removed? (I'm inclined to say that.)[BG]

[3]

Under "DELETE - Delete Operation" > "Matrix Parameters to Instance of ID Class" is a code example, with this comment from the spec: "(Note the code below is currently using query paramters and needs to be updated):" Can someone provide an example using query parameters, please?"[BG]

Back to the top