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.
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 !
Download from Sourceforge:
import com.liferay.portal.service._ val number = UserLocalServiceUtil.getUsersCount out.println("Users Count " + number)
You can help by giving me feedback: report bugs, suggest new features or just encourage me!