Cargando…

Instant play framework starter : build your web applications from the ground up with the Play Framework for Java and Scala /

Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks.A practical, quick, and hands-on guide to the Play Framework.This book is written for readers interested in developing web applications with Java or S...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dietrich, Daniel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2013.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.packtpub.com; packtlib.packtpub.com; Table of Contents; Instant Play Framework Starter; So, what is Play?; Installation; Step 1
  • What do I need?; Step 2
  • Downloading Play; Step 3
  • Setting the PATH environment variable; Step 4
  • Testing the Play installation; And that's it!; Quick start
  • Creating your first Play application; Step 1
  • Creating a new Play application; Structure of a Play application; Step 2
  • Using the Play console; Starting our application; Play console commands; Closing the console
  • Step 3
  • Modifying our applicationFast turnaround
  • change your code and hit reload!; Stripped down and optimized stack traces; Step 4
  • Setting up your preferred IDE; IntelliJ IDEA; Eclipse; Other IDEs; Top features you need to know about; 1
  • Designing a Play application; Introducing our sample application; Defining the domain model; Designing the HTTP interface with the routes file; Handling HTTP requests by controller actions; Composing the UI from view templates; Implementing the phone book views; 2
  • Dealing with user input; Defining a form; Validating user input
  • Using form template helpers3
  • Connecting to a database; Accessing data with Ebean for Java; Accessing data with Anorm for Scala; Accessing data with Slick for Scala; People and places you should get to know; Official sites; Articles and tutorials; Community; Blogs; Twitter; About Packt Publishing; Writing for Packt