Skip to content

ScalaExtensions

Maxim Solodovnik edited this page Jun 20, 2019 · 8 revisions

Scala Extensions Project

This small project improves the syntax of Wicket models when using the Scala programming language.

The blog post with the original idea.

The original announcement with more information

Samples

You can set up a new Scala+Wicket project including this library with the following archetype (replace the archetypeVersion by the latest from the maven repository

mvn archetype:generate -DarchetypeGroupId=org.wicketstuff.scala -DarchetypeArtifactId=wicket-scala-archetype -DarchetypeVersion=1.5-RC5.1

Scala DSL for Wicket

This project now offers a Scala DSL for Wicket, originally from the Gamboa Project. Add the trait DSLWicket to your page and check the features.

Clone this wiki locally