Skip to content

Commit

Permalink
Added copyright statements to every file
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper committed Sep 24, 2013
1 parent 611acdc commit ec7523e
Show file tree
Hide file tree
Showing 763 changed files with 1,988 additions and 14 deletions.
20 changes: 20 additions & 0 deletions documentation/addMarkdownCopyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#! /bin/sh

# Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>

year=`date +%Y`
cd manual
for f in `find . -name '*.md'`
do
echo "<!--- Copyright (C) 2009-$year Typesafe Inc. <http://www.typesafe.com> -->" > /tmp/mdcw
if head -n 1 $f | grep -q "Typesafe Inc. <http://www.typesafe.com>"
then
tail -n +2 $f >> /tmp/mdcw
else
cat $f >> /tmp/mdcw
fi
cp /tmp/mdcw $f
rm /tmp/mdcw
echo Updated $f
done

1 change: 1 addition & 0 deletions documentation/manual/Highlights21.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# What's new in Play 2.1?

## Migration to Scala 2.10
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/Highlights22.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# What's new in Play 2.2

## New results structure for Java and Scala
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/Home.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play 2.2 documentation

> Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/Migration21.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play 2.1 migration guide

To migrate a **Play 2.0.x** application to **Play 2.1.0** first update Play's `sbt-plugin` in the `project/plugins.sbt` file:
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/Migration22.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play 2.2 Migration Guide

This guide is for migrating a Play 2.1 application to Play 2.2. To migrate from Play 2.0, first follow the [[Play 2.1 Migration Guide|Migration21]].
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/Modules.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play Modules

> This is a temporary location for listing modules, until there will be a location to register them on the Play website.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Getting started

- [[Installing Play|Installing]]
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/about/Philosophy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Introducing Play 2

Since 2007, we have been working on making Java web application development easier. Play started as an internal project at [Zenexity](http://www.zenexity.com) and was heavily influenced by our way of doing web projects: focusing on developer productivity, respecting web architecture, and using a fresh approach to packaging conventions from the start - breaking so-called JEE best practices where it made sense.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/about/PlayUserGroups.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
## New York
http://www.meetup.com/Play-NYC/

Expand Down
1 change: 1 addition & 0 deletions documentation/manual/book/BookDetailledTopics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Detailed topics

1. [[The Build system | Build]]
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/book/BookHome.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play documentation

Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/book/BookJavaHome.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play for Java developers

The Java API for the Play application developers is available in the `play` package.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/book/BookScalaHome.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play for Scala developers

The Scala API for Play application developers is available in the `play.api` package.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/assets/Assets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Working with public assets

This section covers serving your application’s static resources such as JavaScript, CSS and images.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Using CoffeeScript

[CoffeeScript](http://jashkenas.github.com/coffee-script/) is a small and elegant language that compiles into JavaScript. It provides a nicer syntax for writing JavaScript code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Using Google Closure Compiler

The [Closure Compiler](http://code.google.com/p/closure-compiler/) is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript - though instead of compiling from a source language to machine code, it compiles JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/assets/AssetsLess.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Using LESS CSS

[LESS CSS](http://lesscss.org/) is a dynamic stylesheet language. It allows greater flexibility in the way you write CSS files: including support for variables, mixins and more.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# RequireJS

According to [RequireJS](http://requirejs.org/)' website
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/assets/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Working with public assets

- [[Working with public assets | Assets]]
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/build/Build.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# The Build System

The Play build system is [sbt](http://www.scala-sbt.org/), a non-intrusive build tool for Scala and Java projects.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Managing library dependencies

## Unmanaged dependencies
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/build/SBTSettings.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# About SBT Settings

## About sbt settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Working with sub-projects

A complex project is not necessarily composed of a single Play application. You may want to split a large project into several smaller applications, or even extract some logic into a standard Java or Scala library that has nothing to do with a Play application.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/detailledTopics/build/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### The Build system

- [[The Build System | Build]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Configuration file syntax and features

> The configuration file used by Play is based on the [Typesafe config library](https://github.com/typesafehub/config).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Configuring gzip encoding

Play provides a gzip filter that can be used to gzip responses. It can be added to the applications filters using the `Global` object.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Configuring the JDBC pool.

The Play JDBC datasource is managed by [BoneCP](http://jolbox.com/).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Configuring logging

Play uses [logback](http://logback.qos.ch/) as its logging engine.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Understanding Play thread pools

Play framework is, from the bottom up, an asynchronous web framework. Streams are handled asynchronously using iteratees. Thread pools are tuned to be low, in comparison to traditional web frameworks, since IO in play-core never blocks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Configuration

- [[Configuration file syntax and features | Configuration]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package detailedtopics.configuration.gzipencoding

import play.api.test._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package detailedtopics.configuration.threadpools

import play.api.libs.ws.WS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package detailedtopics.configuration.gzipencoding;

//#global
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# H2 database

The H2 in memory database is very convenient for development because your evolutions are run from scratch when play is restarted. If you are using anorm you probably need it to closely mimic your planned production database. To tell h2 that you want to mimic a particular database you add a parameter to the database url in your application.conf file, for example:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Managing database evolutions

When you use a relational database, you need a way to track and organize your database schema evolutions. Typically there are several situation where you need a more sophisticated way to track your database schema changes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Configuring HTTPS

Play can configured to serve HTTPS. To enable this, simply tell Play which port to listen using the `https.port` system property. For example:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Deploying to Clever Cloud
[Clever Cloud](http://www.clever-cloud.com/en) is a Platform as a Service solution. You can deploy on it Scala, Java, PHP, Python and Node.js applications. Its main particularity is that it supports **automatic vertical and horizontal scaling**.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Deploying to CloudFoundry / AppFog

## CloudFoundry vs. AppFog
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Deploying to Cloudbees

CloudBees support Play dists natively - with Jenkins and continuous deployment - you can read more about this [here](https://developer.cloudbees.com/bin/view/RUN/Playframework) - yes, you can run it for free.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Deploying a Play application to a cloud service

Many third party cloud services have built in support for deploying Play applications.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Setting up a front end HTTP server

You can easily deploy your application as a stand-alone server by setting the application HTTP port to 80:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Starting your application in production mode

There are several ways to deploy a Play application in production mode. Let's start by using the simplest way, using a local Play installation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Additional configuration

When running an application in production mode you can override any configuration. This section covers the more common use cases.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Creating a standalone version of your application

## Using the dist task
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Deploying to Heroku

[Heroku](https://www.heroku.com/) is a cloud application platform – a way of building and deploying web apps.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Deploying your application

- [[Deploying your application|Production]]
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/Anatomy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Anatomy of a Play application

## The standard application layout
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/IDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Setting up your preferred IDE

Working with Play is easy. You don’t even need a sophisticated IDE, because Play compiles and refreshes the modifications you make to your source files automatically, so you can easily work using a simple text editor.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/Installing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Installing Play

## Prerequisites
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/NewApplication.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Creating a new application

## Create a new application with the play command
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/PlayConsole.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Using the Play console

## Launching the console
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/gettingStarted/Samples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Sample applications

The Play binary package comes with a comprehensive set of sample applications written in both Java and Scala. This is a very good place to look for code snippets and examples.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/BuildingFromSource.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Building Play from sources

To benefit from the latest improvements and bug fixes after the initial beta release, you may want to compile Play from sources. You’ll need a [Git client](http://git-scm.com/) to fetch the sources.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/Documentation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Guidelines for writing Play documentation

The Play documentation is written in Markdown format, with code samples extracted from compiled, run and tested source files.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/Guidelines.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Developer & Contributor Guidelines

## General Workflow
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/Issues.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Issues tracker

We use GitHub as our issue tracker, at:
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/Repositories.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Artifact repositories

## Typesafe repository
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/ThirdPartyTools.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
A big THANK YOU! to these sponsors for their support of open source projects.

# Continuous Integration
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/hacking/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Hacking Play

- [[Building Play from source | BuildingFromSource]]
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/JavaHome.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Play for Java developers

The Java API for the Play application developers is available in the `play` package.
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Main concepts

- [[HTTP programming | JavaActions]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Writing Plugins

Play comes with a few plugins predefined for all applications, these plugins are the following:
Expand Down
3 changes: 3 additions & 0 deletions documentation/manual/javaGuide/code/MockJavaAction.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package javaguide.testhelpers

import play.core.j.{JavaActionAnnotations, JavaAction}
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/main/akka/JavaAkka.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Integrating with Akka

[Akka](http://akka.io/) uses the Actor Model to raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. For fault-tolerance it adopts the ‘Let it crash’ model, which has been used with great success in the telecoms industry to build applications that self-heal - systems that never stop. Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package javaguide.akka;

import akka.actor.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package javaguide.akka.ask;

//#ask
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package javaguide.akka.async;

//#async
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/main/async/JavaAsync.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Handling asynchronous results

## Why asynchronous results?
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/main/async/JavaComet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Comet sockets

## Using chunked responses to create Comet sockets
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/main/async/JavaStream.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# Streaming HTTP responses

## Standard responses and Content-Length header
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
# WebSockets

## Using WebSockets instead of Comet sockets
Expand Down
1 change: 1 addition & 0 deletions documentation/manual/javaGuide/main/async/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com> -->
### Asynchronous HTTP programming

- [[Handling asynchronous results | JavaAsync]]
Expand Down
Loading

0 comments on commit ec7523e

Please sign in to comment.