-
Notifications
You must be signed in to change notification settings - Fork 298
ScalaExtensions
Maxim Solodovnik edited this page Jun 20, 2019
·
8 revisions
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
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
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.