Scala Scripting Hook

for Liferay

Use Scala language to write portal admin scripts

What?

scala-scripting-hook adds support for the Scala language as scripting language in the Liferay script console.
Now, you can write your portal admin scripts with one of the hottest JVM languages.

Why?

This plugin allows you to exploit the powerfulness of Scala in your portal admin scripts.
Cherry on the cake, this plugin is written in Scala, so it can be a good example to write Liferay plugin with Scala language !

Try it out!

Download from Sourceforge:

Last release for Liferay 6.1 GA2
scala-scripting-hook-6.1.1.4.war (2013-05-05)
Last release for Liferay 6.1 GA1
scala-scripting-hook-6.1.0.3.war (2012-05-19)
Last release for Liferay 6.0
scala-scripting-hook-6.0.6.2.war (2011-12-25)

View all releases (since september 2011)

Use RSS to monitor new releases

Spread the word



import com.liferay.portal.service._

val number = UserLocalServiceUtil.getUsersCount
out.println("Users Count " + number)

Get more samples

Participate

You can help by giving me feedback: report bugs, suggest new features or just encourage me!

Contact