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?
Asked
Active
Viewed 183 times
2 Answers
3
See http://bowlerframework.org/ Sounds like exactly what you need.

martin-g
- 17,243
- 2
- 23
- 35
-
Bowler adds Squery support in its latest codes, though not stable, but usable. – Sawyer Mar 17 '11 at 07:53
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