We plan to provide the task management capabilities that asana offers to our customers without making them move out of our enterprise application. Our application is a java based web application.
From this link I understand that embedding through iframes is not possible for security reasons but the possibility of having widgets is unclear. Our goal is to show logged in user’s tasks and allow him/her to operate on them. This includes all the operations that asana allows.
If embedding is not recommended kindly suggest other alternatives. One option I could find is to build custom UI’s that look similar to asana and underneath make REST api calls to the asana servers. This would mean a lot of development cost and rework which I am trying to avoid.
Thanks.