Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:EclipseLink/UserGuide/JPA/Advanced JPA Development/JPA RESTful Service"

(New page: 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 <tt>org.eclipse.persistence.jpa....)
 
Line 1: Line 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 <tt>org.eclipse.persistence.jpa.rest</tt> package seems to exist. What is the status?
+
[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 <tt>org.eclipse.persistence.jpa.rest</tt> package seems to exist. What is the status?  
 +
 
 +
[2]
 +
Under the sections "POST - Create Operation," "GET - Read Operation," and "DELETE - Delete Operation" there is this statement: "Examples of error responses are: ''?''"
 +
 
 +
What should go here? The spec (http://wiki.eclipse.org/EclipseLink/DesignDocs/326663) only says "Error Responses: ?"

Revision as of 10:18, 1 February 2011

[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?

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

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

Back to the top