Forums de discussion

Portlet using Groovy and Scala

thumbnail
Carlos Adolfo Ortiz Quirós, modifié il y a 10 années.

Portlet using Groovy and Scala

Junior Member Publications: 40 Date d'inscription: 22/05/10 Publications récentes
Hi

This is a succint question.
Do anybody have a link or tutorial about how to write a Porlet using the Groovy language and also the Scala language?
George Stylianakis, modifié il y a 9 années.

RE: Portlet using Groovy and Scala

New Member Publications: 3 Date d'inscription: 08/05/13 Publications récentes
Hi carlos,
i'm also interested in developing portlets with scala.
Did you finally find any documentation?

kind regards
thumbnail
darren rose, modifié il y a 8 années.

RE: Portlet using Groovy and Scala

Regular Member Publications: 215 Date d'inscription: 04/04/15 Publications récentes
Carlos Adolfo Ortiz Quirós:
Hi

Hi,

I have done this with Groovy.

regards

This is a succint question.
Do anybody have a link or tutorial about how to write a Porlet using the Groovy language and also the Scala language?
thumbnail
Meera Prince, modifié il y a 8 années.

RE: Portlet using Groovy and Scala

Liferay Legend Publications: 1111 Date d'inscription: 08/02/11 Publications récentes
Hi
try this sample example form liferay plugin so that you will have more idea.

https://github.com/liferay/liferay-plugins/tree/master/portlets/sample-groovy-portlet

To use other languages in portal/liferay we need language adopters and to work scala in liferay we have to implement language adopter so that it will be working in liferay

liferay supports groovy, python and php because these adopters already in the liferay portal . i am not sure about scala. if not then we may need to implement adopter.

these adopters you can find in following package and its out of box development.

https://github.com/liferay/liferay-portal/tree/master/util-bridges/src/com/liferay/util/bridges


Regards,
Meera Prince