0

Is it possible to make Scalate templates that are like Apache Wicket templates? If so, how? Are there any projects out there already doing this? If so, which?

Pops
  • 30,199
  • 37
  • 136
  • 151
adelarsq
  • 3,718
  • 4
  • 37
  • 47

2 Answers2

3

See http://bowlerframework.org/ Sounds like exactly what you need.

martin-g
  • 17,243
  • 2
  • 23
  • 35
1

You can just use Scala + Wicket. This is nice combination.

leonidv
  • 1,332
  • 13
  • 20
  • This is just an experiment. For serious projects I chose the combination Scala + Wicket. I agree with you, completely. :) – adelarsq Mar 19 '11 at 15:34