play references - wit-hdip-comp-sci-2019.github.io · precompile all java sources and templates to...

18
Play References

Upload: others

Post on 11-Oct-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Play References

Page 2: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Play Framework V1.x Books

https://www.packtpub.com/web-development/play-framework-cookbook

1st Edition only, 2ed edition is for a different framework - Play 2

https://www.packtpub.com/web-development/play-framework-essentials

Page 3: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

https://www.packtpub.com/web-development/play-framework-web-application-development-video

Play Framework V1.x Video Course

Page 4: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

https://www.playframework.com/documentation/1.2.7/cheatsheet/model

Play Cheat Sheet

Page 5: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

- Command Line

- Templates

- Models

- Controller

Browse ‘subset’ of this subset

Page 6: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Command Line

Page 7: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Command Line

Page 8: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Templates

Page 9: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Templates (1)

Page 10: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Templates (2)

Page 11: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Models

Page 12: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Models

Page 13: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Controllers

Page 14: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Sessions

Page 15: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Complete Cheat Sheets

Page 16: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Templates Complete

Page 17: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Models Complete

Page 18: Play References - wit-hdip-comp-sci-2019.github.io · Precompile all Java sources and templates to speed up application start-up war Export the application as a standalone WAR archive

Controllers Complete