ApplicationType

String

Not specified

Purpose

The ApplicationType parameter, which is required in all [application-name] sections of the jadehttp.ini file, specifies the type of application that will be supported and how the interfaces to JADE function. The valid parameter values are listed in the following table.

Parameter Value Description
RestServices Representational State Transfer (REST) lightweight Web service that embraces HyperText Transfer Protocol (HTTP) through Extensible Markup Language (XML) or JavaScript Object Notation (JSON) messages instead of SOAP.
WebEnabledForms Web-enabled forms. This application type results in all requests from a user being directed to the same JADE application copy during the user’s session. JadeHttp no longer inserts the tags into the HTML output; the JADE software now performs this function. The JADE side uses the multi‑worker TCP facility to perform routing and queuing.
WebServices Web service operation, where user requests are sent to any available connection. The JADE side uses the multi-worker TCP facility to perform routing and queuing.
HtmlDocuments HTML documents operation where user requests are sent to any available connection. The JADE side uses the multi-worker TCP facility to perform routing and queuing.