From ad7a3969c72f07f6d27e307c3175870e01bf5297 Mon Sep 17 00:00:00 2001 From: trademak Date: Tue, 26 Jul 2011 10:05:57 +0000 Subject: [PATCH] Added new REST webapp to the release notes --- distro/src/readme.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/distro/src/readme.html b/distro/src/readme.html index 085cf67e6a..04b401b315 100644 --- a/distro/src/readme.html +++ b/distro/src/readme.html @@ -45,7 +45,8 @@

Highlights

Important

@@ -63,6 +64,12 @@ Activiti Explorer has acquired Activiti Probe for an undisclosed amount :-) The resulting Activiti Explorer has been restyled and includes more dynamic task management features.

+ +

+ The REST services were rewritten with the Restlet framework with backwards compatibility, so the REST interfaces haven't changed. + The previous versions of Activiti included a REST services web application that used the Spring Surf and Webscripts framework. + To implement a new or revised REST service you had to learn these frameworks. With moving to Restlet implementing new or revised REST services has become really simple. +

The demo setup has been limited to H2 database only, as many people struggled with getting -- GitLab