I am able to create a webapp using SDK that has a custom login page. and it's working as it should now.
I am just wondering now if it is possible to embed that webapp into performance management (dashboard) using the web page analytic widget.
my goal is to be able to allow my webapp to be used within the familiar setting of InfoView for the users. Plus allowing the webapp to make use of the login session of BOE (so i can take away the custom login code)
I have a helloworld JSP page setup wtihin the webpage analystic widget. I would want to know how i can get the sessions objects like:
- IEnterpriseSession
- IInfoStore
thank you very much in advance!