1

I tried to Google but couldn't find much. I'm playing with play 2 framework and it provides you scala templates. I'm thinking to use backbone for my next project which comes with underscore templates.

How do scala templates compare with underscore templates? Which one should I use and why for heavy JSON based front end application.

2 Answers 2

3
  • Scala templates are server side
  • Underscore templates are client-side.

There is no further comparison possible.

Sign up to request clarification or add additional context in comments.

Comments

1

Scala templates are server side and underscore templates are client side so they gets compiled by JavaScript. Therefore you can't manipulate scala templates as you do underscore.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.