Can we implement IWAP reports with IBM Worklight developer edition

144 views Asked by At

Can we implement IWAP reports with developer edition of IBM Worklight 6.0 ? If yes please guide me with technical document or any link. Is this feature only available with Enterprise or Consumer version ? If yes then how can we implement/test this on development environment. And can anyone please provide me with list of features which are not available with developer version(one which comes into my mind is Application Center).

1

There are 1 answers

0
cnandreu On BEST ANSWER

The Operational Analytics feature introduced in Worklight 6.0 is only available for paid versions of IBM Worklight 6.0. There's a file (analytics.zip) in the resulting IBM Installation Manager output folder that contains everything you need to setup the IBM Websphere Analytics Platform (IWAP). Once you have IWAP installed, you will need to modify a couple of properties inside worklight.properties which, among other things, tell the Worklight Server where to send the analytics data.

Regarding features found only in paid versions, beside Application Center and Operational Analytics, ability to use other DBMS (MySQL, DB2, etc.) and Application Servers (WAS, Tomcat, etc.). There are also Ant scripts that aim to help with common tasks like deployments.

More