Foros de discusión

Portlet using Groovy and Scala

thumbnail
Carlos Adolfo Ortiz Quirós, modificado hace 10 años.

Portlet using Groovy and Scala

Junior Member Mensajes: 40 Fecha de incorporación: 22/05/10 Mensajes recientes
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, modificado hace 9 años.

RE: Portlet using Groovy and Scala

New Member Mensajes: 3 Fecha de incorporación: 8/05/13 Mensajes recientes
Hi carlos,
i'm also interested in developing portlets with scala.
Did you finally find any documentation?

kind regards
thumbnail
darren rose, modificado hace 8 años.

RE: Portlet using Groovy and Scala

Regular Member Mensajes: 215 Fecha de incorporación: 4/04/15 Mensajes recientes
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, modificado hace 8 años.

RE: Portlet using Groovy and Scala

Liferay Legend Mensajes: 1111 Fecha de incorporación: 8/02/11 Mensajes recientes
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