Liferay journal article content inside Vaadin portlet

Hi,
is there a way to show Liferays journal article content inside Vaadin portlet?

Hi,

I think it should be possible, although haven’t tried it myself.

I probably would start by getting a reference to the article via
JournalArticleLocalServiceUtil
API and from there on digging my way through to the actual (HTML) content of the article.

When you get the content, you could display it with a Vaadin
Label
component by setting the content mode to
CONTENT_XHTML
in the constructor.