I use jetspeed 2.2.0. Is there the rest api in this version? I get http status 404 on open .http://.../<context_path>/services/...

Frank

Am 18.08.2010 18:14, schrieb David Sean Taylor:
On Wed, Aug 18, 2010 at 7:10 AM, Frank Otto<[email protected]>  wrote:
  Hi,

I have a existing jetspeed page. How can I rename it with ajax api?

The Page Management Service is a HTTP request-based API, communicating
over a simple REST (Representational State Transfer) protocol,
providing information and management functionality on portal page
nodes such as pages, folders and links. This service is accessed over
HTTP via the "/services/pagemanagement" path on the portal URL:

http://hostname/contextname/services/pagemanagement/

I think you will want the "move node" api documented here:

http://portals.apache.org/jetspeed-2/devguide/guide-rest-api.html

See the section on "Page Management Service"

or if you want to simply change the title, see the "Update Node Info"
section of the docs

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to