Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

The following link mentions that I need to download examples or templates to download play (basically I cannot download latest Play framework)

https://www.playframework.com/download#alternatives

I tried the example and notice that sbt in downloading loads of components including play sdk. Do I have to do this everytime I need to create a Play project?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
128 views
Welcome To Ask or Share your Answers For Others

1 Answer

no, you don't need to download if don't want. theoretically if you create a simple sbt project by hand and add play as a dependency sbt will download every required libs and dependencies. and, if you upgrade your application to a newer play version, it will automatically download newer dependencies. sbt is a build tool, manages everything.

using templates is a plus, to speed up new project creation (and, if you new in play framework, templates and examples can help you to shorten the learning curve)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...