50
Encounter with the Play Framework

Encounter with the play framework

Embed Size (px)

DESCRIPTION

Encounter with the play framework JJUG ナイト・セミナー 「ビール片手にLT&納涼会」 2014/08/22

Citation preview

Page 1: Encounter with the play framework

Encounter with the

Play Framework

Page 2: Encounter with the play framework

About Me{

"name": "岡野忍",

"company": "SERAKU Co.,Ltd.",

"twitter": "@operandoOS",

"group": "ゆるびぃ会",

"technology": [

"Android","Ruby on Rails","Dart","Firefox OS"

],

"age": 21

}

Page 3: Encounter with the play framework

About Play Framework

Page 4: Encounter with the play framework

Do you know Play Framework?

Page 5: Encounter with the play framework

http://www.sullaprogrammazione.com/image.axd?picture=2013%2f5%2fplay_framework.png

Page 6: Encounter with the play framework

http://www.sullaprogrammazione.com/image.axd?picture=2013%2f5%2fplay_framework.png

Web applications with

Java & Scala

Page 7: Encounter with the play framework

History

Page 8: Encounter with the play framework

Thursday, September 19, 2013

History

Page 9: Encounter with the play framework

meet with the

Play Framework 2.1

The photo is an image

Page 10: Encounter with the play framework

The photo is an image

Setup for Mac

brew install play

Page 11: Encounter with the play framework

The photo is an image

Setup for Mac

Error: No available formula for play

Play 2.3 replaces the play command with activator:

brew install typesafe-activator

You can read more about this change at:

http://www.playframework.com/documentation/2.3.x/Migration23http://www.playframework.com/documentation/2.3.x/Highlights23

Page 12: Encounter with the play framework

(´・ω・`)

Page 13: Encounter with the play framework

The photo is an image

Create Project

Page 14: Encounter with the play framework

play new sample

The photo is an image

Create Project

Page 15: Encounter with the play framework

play new sample

cd sample

The photo is an image

Create Project

Page 16: Encounter with the play framework

play new sample

cd sample

play run

The photo is an image

Create Project

Page 17: Encounter with the play framework

only this

The photo is an image

Page 18: Encounter with the play framework

once more

The photo is an image

Page 19: Encounter with the play framework

play new sample

The photo is an image

Create Project

Page 20: Encounter with the play framework

play new sample

cd sample

The photo is an image

Create Project

Page 21: Encounter with the play framework

play new sample

cd sample

play run

The photo is an image

Create Project

Page 22: Encounter with the play framework

only this

The photo is an image

Page 23: Encounter with the play framework

The photo is an image

http://localhost:9000

Page 24: Encounter with the play framework
Page 25: Encounter with the play framework

Beautiful!

The photo is an image

Page 26: Encounter with the play framework

Love at

first sight

The photo is an image

Page 27: Encounter with the play framework

We started dating

The photo is an image

Page 28: Encounter with the play framework

Thursday, September 19, 2013

Saturday, December 14, 2013

History

Page 29: Encounter with the play framework

Thursday, September 19, 2013

Saturday, December 14, 2013

Thursday, May 8, 2014

History

Page 30: Encounter with the play framework

Thursday, September 19, 2013

Saturday, December 14, 2013

Thursday, May 8, 2014

Friday, May 30, 2014

History

Page 31: Encounter with the play framework

Play 2.3.0 Release

https://playframework.com/documentation/2.3.x/Highlights23

The photo is an image

Page 32: Encounter with the play framework

What’s new in Play 2.3

The photo is an image

Activator

Build improvements

Support the Java 8

Support the Scala 2.11

WS enhancements

etc.

Page 33: Encounter with the play framework

What’s new in Play 2.3

The photo is an image

Activator

Build improvements

Support the Java 8

Support the Scala 2.11

WS enhancements

etc.

Page 34: Encounter with the play framework

Activator

The photo is an image

The first thing you’ll notice about Play 2.3 is that

the play command has become the activator command.

Play has been updated to use Activator so that we can.

https://github.com/typesafehub/activator

Page 35: Encounter with the play framework

What?!

Page 36: Encounter with the play framework

Activator

The photo is an image

Typesafe Activator is a browser-based or command-line

tool that helps developers get started with the

Typesafe Reactive Platform.

https://typesafe.com/activator

Page 37: Encounter with the play framework

browser-based?!

Page 38: Encounter with the play framework

Play 2.3 Setup for Mac

The photo is an image

brew install typesafe-activator

https://typesafe.com/activator

Page 39: Encounter with the play framework

Activator’s ui

The photo is an image

activator ui

Page 40: Encounter with the play framework
Page 41: Encounter with the play framework

Create Project for Activator

The photo is an image

Page 42: Encounter with the play framework

Create Project for Activator

The photo is an image

activator new sample

Page 43: Encounter with the play framework

Create Project for Activator

The photo is an image

activator new sample

cd sample

Page 44: Encounter with the play framework

Create Project for Activator

The photo is an image

activator new sample

cd sample

activator run

Page 45: Encounter with the play framework

Create Project for Activator

The photo is an image

only this

Page 46: Encounter with the play framework

Where has Play gone?

Page 47: Encounter with the play framework

Create Project for Activator

The photo is an image

Do not use anymore

Page 48: Encounter with the play framework

Create Project for Activator

The photo is an image

once more?

Page 49: Encounter with the play framework

I'll pass

Page 50: Encounter with the play framework

Thank you