掲示板

Portlet using Groovy and Scala

thumbnail
10年前 に Carlos Adolfo Ortiz Quirós によって更新されました。

Portlet using Groovy and Scala

Junior Member 投稿: 40 参加年月日: 10/05/22 最新の投稿
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?
9年前 に George Stylianakis によって更新されました。

RE: Portlet using Groovy and Scala

New Member 投稿: 3 参加年月日: 13/05/08 最新の投稿
Hi carlos,
i'm also interested in developing portlets with scala.
Did you finally find any documentation?

kind regards
thumbnail
8年前 に darren rose によって更新されました。

RE: Portlet using Groovy and Scala

Regular Member 投稿: 215 参加年月日: 15/04/04 最新の投稿
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
8年前 に Meera Prince によって更新されました。

RE: Portlet using Groovy and Scala

Liferay Legend 投稿: 1111 参加年月日: 11/02/08 最新の投稿
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