Forums de discussion

Liferay with Pivotal Big Data Suite

SK Biswas, modifié il y a 9 années.

Liferay with Pivotal Big Data Suite

New Member Publications: 3 Date d'inscription: 28/01/15 Publications récentes
Hi,
We've a requirement to integrate a portal with Pivotal Big Data Suite.
We are at the evaluation stage and wanted to know if Liferay can be integrated with Pivotal.

Spring XD can be used to develop solutions in big data environment. Can it be developed as a liferay portlet?

Regards
thumbnail
David H Nebinger, modifié il y a 9 années.

RE: Liferay with Pivotal Big Data Suite

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
Sure.
SK Biswas, modifié il y a 9 années.

RE: Liferay with Pivotal Big Data Suite

New Member Publications: 3 Date d'inscription: 28/01/15 Publications récentes
David H Nebinger:
Sure.


Thank you David for the prompt response.
I assume you confirmed on the integration of Liferay and Pivotal.

Could you throw some light on how can we integrate. Do we need to have Spring based portlets?

Regards
thumbnail
David H Nebinger, modifié il y a 9 années.

RE: Liferay with Pivotal Big Data Suite

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
Well, I was confirming that you could leverage spring xd in a portlet.

That said, you can use spring with any portlet frameworks. It's automatically available for Liferay MVC or Spring MVC portlets, you can pull in spring in JSF portlets, you can leverage it in Vaadin and probably many other frameworks.

As far as how to integrate, well the quick answer is "sure" because you can work up a portlet to invoke spring xd to get the data, the problem is that there are going to be many more ways to do that incorrectly than not.

Ideally you retrieve and manipulate data during an action and put it into a form to display during render. First render is a special case you'd need to account for, but you don't want to retrieve at every render because that gets invoked every time the portal refreshes the page (unless, of course, this satisfies some requirement).