This release features WEB Services remote access, allowing
to call the gPM services API remotely, through WS SOAP
protocol.
New features :
* WEB Services support. The WAR file
(gPM-application-1.5.2.war), once deployed, provides the
WEB user interface feature, and the web services
feature (a new servlet is available to support WEB
services requests and to get web services description).
A library (gPM-webservices_client-1.5.2.jar) is
provided to ease the development of web services client
written in Java. The gPM Tutorial document provides some
information on the WEB services feature.
Bug fixes :
* (BUG 316) : Rich text editor control do not send the
field value in the request data during the form submit.
This prevents any update of text fields edited as
'rich text' from the WEB user interface.
Note: This bug was actually a problem in the
'dijit.Editor' component of the DOJO library.
This component has been replaced by the 'FCKEditor'
component (cf. http://www.fckeditor.net/).