I am developing Office 365 outlook add in for one of our product that is developed on Java and Vaadin 6 framework. Our Java application has a very complex interface. We are tying to create similar interface in outlook web addin.
Actually what we are trying to achieve is that, we want to use the same Java Vaadin UI inside the outlook web add-in. We do not want to create UI using javascript as the UI of our main Java application it too complex and it keeps changing in different scenarios.
As per documentation, iframe is not allowed inside the add in. So can any one suggest me a way to achieve this? Thanks in advance !