15

Click here to load reader

Apresentação play framework

Embed Size (px)

Citation preview

Page 1: Apresentação play framework

PLAY

FRAMEWORK

Page 2: Apresentação play framework

WHAT IS PLAY

FRAMEWORK?

Page 3: Apresentação play framework

WHO USE PLAY

FRAMEWORK?

Page 4: Apresentação play framework

PREREQUISITES FOR

INSTALLATION

JDK e JRE 5 or later

Ambient Windows/ Linux / Mac

Page 5: Apresentação play framework

NEW PROJECT WITH

PLAY!

Page 6: Apresentação play framework

PROJECT STRUCTURE

app Contains the models, controllers and views

conf Contains configuration files

project Contains the build of project

public Files javascript, css and images

Page 7: Apresentação play framework

FILE ROUTS

Page 8: Apresentação play framework

BUILD

Page 9: Apresentação play framework

BUILD FILES

build.properties Describes the version of sbt

build.scala Is the application project build

description

plugins.sbt Plugins used by the project build

Page 10: Apresentação play framework

START PROJECT

Page 11: Apresentação play framework
Page 12: Apresentação play framework

ERRORS

Page 13: Apresentação play framework

ADVANTAGES

Easy integration with the IDE

Easily configured routes

The compilation

Page 14: Apresentação play framework

DISADVANTAGES

Big configuration files

Market adoption

Page 15: Apresentação play framework

THANKS

References:

http://imasters.com.br/artigo/23777/java/red

escobrindo-java-com-play-framework/

http://www.playframework.com/documentat

ion/2.1.x/Home