Book Image

Learning Play! Framework 2

By : Andy Petrella
Book Image

Learning Play! Framework 2

By: Andy Petrella

Overview of this book

<p>The Learning Play! Framework 2 has been created for web developers that are building web applications. The core idea is to focus on the HTTP features and to enable them through a simplification lens. Building a web application no longer requires a configuration phase, an environment setup, or a long development lifecycle - it's integrated!<br /><br />Learning Play! Framework 2 will enable any web developers to create amazing web applications taking advantage of the coolest features. It's the fastest way to dive into Play!, focusing on the capabilities by using them in a sample application. Although essentially Java based code, a Scala version is presented as well – giving an opportunity to see some Scala in action.<br /><br />After setting up the machine and learning some Scala, you will construct an application which builds from static to dynamic, before introducing a database. <br /><br />Then we'll focus on how data can be consumed and rendered in several ways. This will enable some real time communication through WebSocket and Server-Sent Event – on both server and client sides.</p> <p>The book will end with testing and deployment, which completes any web development project.</p>
Table of Contents (20 chapters)
Learning Play! Framework 2
Credits
About the Author
Acknowledgement
About the Reviewers
www.packtpub.com
Preface
Materials
Index

Continuous Integration (CloudBees)


In this section, we'll talk about CloudBees, which is the provider of a blazing service for Jenkins, the famous open source Continuous Integration server.

This is not the only great service this company is offering of course. Its portfolio spans every single step of a Continuous Delivery process. And they do it very well from the code repository to the runtime and even some monitoring through add-ons.

However, we'll specially focus on their DEV@cloud product, which is the CI service.

So, CloudBees is a Java Platform as a Service that aims to completely abstract the Infrastructure as a Service (IaaS), which CloudBees uses on its side to provide a clean and easy way to manage an environment that builds, tests, and runs a web application. As a fully dedicated Java platform, it is particularly well integrated with the ecosystem tools and framework built on top of this language and the related languages, such as Scala, Clojure, JRuby, and so on. CloudBees is...