Fórumok

Portlet using Groovy and Scala

thumbnail
Carlos Adolfo Ortiz Quirós, módosítva 10 év-val korábban

Portlet using Groovy and Scala

Junior Member Bejegyzések: 40 Csatlakozás dátuma: 2010.05.22. Legújabb bejegyzések
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, módosítva 9 év-val korábban

RE: Portlet using Groovy and Scala

New Member Bejegyzések: 3 Csatlakozás dátuma: 2013.05.08. Legújabb bejegyzések
Hi carlos,
i'm also interested in developing portlets with scala.
Did you finally find any documentation?

kind regards
thumbnail
darren rose, módosítva 8 év-val korábban

RE: Portlet using Groovy and Scala

Regular Member Bejegyzések: 215 Csatlakozás dátuma: 2015.04.04. Legújabb bejegyzések
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, módosítva 8 év-val korábban

RE: Portlet using Groovy and Scala

Liferay Legend Bejegyzések: 1111 Csatlakozás dátuma: 2011.02.08. Legújabb bejegyzések
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