Play framework cookbook : over 60 incredibly effective recipes to take you under the hood and leverage advanced concepts of the Play framework
معرفی کتاب «Play framework cookbook : over 60 incredibly effective recipes to take you under the hood and leverage advanced concepts of the Play framework» نوشتهٔ Alexander Reelsen، منتشرشده توسط نشر Packt Publishing Limited در سال 2011. این کتاب در 5 صفحه، فرمت pdf، زبان انگلیسی ارائه شده است.
In Detail
The Play framework is the new kid on the block of Java frameworks. By breaking with existing standards the play framework tries not to abstract away from HTTP as most web frameworks do, but tightly integrates with it. This means quite a shift for Java programmers. Understanding these concepts behind the play framework and its impact on web development with Java are crucial for fast development of applications.
The Play Framework Cookbook starts where the beginner documentation ends. It shows you how to utilize advanced features of the Play framework - piece by piece and completely outlined with working applications!
The reader will be taken through all layers of the Play Framework and provided with in-depth knowledge from as many examples and applications as possible. Leveraging the most from the Play framework means to think simple again in a java environment. Implement your own renderers, integrate tightly with HTTP, use existing code, improve site performance with caching and integrate with other web services and interfaces. Learn about non-functional issues like modularity or integration into production and testing environments. In order to provide the best learning experience during reading Play Framework Cookbook, almost every example is provided with source code, so you can start immediately to integrate recipes into your own play applications.
Approach
This book is in Packt's Cookbook series. A Packt Cookbook contains recipes for solutions to the most important problems you face when working with a topic.
Inside the Cookbook you will find:
- A straightforward and easy to follow format
- A selection of the most important tasks and problems
- Carefully organized instructions for solving the problem efficiently
- Clear explanations of what you did
- Details for applying the solution to other situations
Who this book is for
This is the ideal book for people who have already written a first application with the Play Framework or have just finished reading through the documenation. In other words - anyone who is ready to get to grips with Play! Having a basic knowledge of Java is good, as well as well as some web developer skills - HTML and JavaScript
Intro -- Play Framework Cookbook -- Table of Contents -- Play Framework Cookbook -- Credits -- Foreword -- Why Play is a small revolution in the Java world -- Prerequisites -- What is missing: A Scala chapter -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Basics of the Play Framework -- Introduction -- Downloading and installing the Play framework -- Getting ready -- How to do it... -- How it works... -- Creating a new application -- How to do it... -- How it works... -- There's more... -- Support for various IDEs -- Defining routes as the entry point to your application -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Configuring your application via application.conf -- How to do it... -- How it works... -- See also -- Defining your own controllers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using POJOs for HTTP mapping -- Using HTTP redirects -- Thread safety -- See also -- Defining your own models -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using finders -- Never be anemic -- Learning from the existing examples -- Regarding JPA and transactions -- See also -- Using fixtures to provide initial data -- How to do it... -- How it works... -- There's more... -- Using a bootstrap job to load seed data -- More information about YAML -- Using lists in YAML -- Defining your own views -- How to do it... -- How it works... -- There's more... -- Check out more possible template tags -- Check out more predefined variables -- Supporting multiple formats Annotation The Play framework is the new kid on the block of Java frameworks. By breaking with existing standards the play framework tries not to abstract away from HTTP as most web frameworks do, but tightly integrates with it. This means quite a shift for Java programmers. Understanding these concepts behind the play framework and its impact on web development with Java are crucial for fast development of applications. The Play Framework Cookbook starts where the beginner documentation ends. It shows you how to utilize advanced features of the Play framework piece by piece and completely outlined with working applications!The reader will be taken through all layers of the Play Framework and provided with in-depth knowledge from as many examples and applications as possible. Leveraging the most from the Play framework means to think simple again in a java environment. Implement your own renderers, integrate tightly with HTTP, use existing code, improve site performance with caching and integrate with other web services and interfaces. Learn about non-functional issues like modularity or integration into production and testing environments. In order to provide the best learning experience during reading Play Framework Cookbook, almost every example is provided with source code, so you can start immediately to integrate recipes into your own play applications This is a practical hands-on book with clear instructions and lot of code examples. It takes a simple approach, guiding you through different architectural topics using realistic sample projects. A single project is implemented using different architectural styles to make the reader understand the details of each style. There are also many small independent code samples to explain design patterns, WCF, and localization. This book is for people familiar with the ASP.NET framework using either C# or VB.NET. You don't need to be an ASP.NET guru – the book is ideal for novice and intermediate developers. If reading about application architecture usually confuses you or sends you to sleep, then this book will be perfect for you! In short, any ASP.NET programmer who is confused or disoriented reading different books or materials on architectures wondering how and what to implement in their application, will definitely benefit from this book! Over 60 incredibly effective recipes to take you under the hood and leverage advanced concepts of the Play framework