Outils pour utilisateurs

Outils du site


informatique:java:frameworks:play_framework

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:java:frameworks:play_framework [05/01/2016 21:36] – [Run un sous-projet] cyrilleinformatique:java:frameworks:play_framework [05/11/2016 13:37] (Version actuelle) – [Play! framework] cyrille
Ligne 6: Ligne 6:
  
 Play Framework is the High Velocity Web Framework for Java and Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on [[/informatique/java/frameworks/akka|Akka]], Play provides predictable and minimal resource comsumption (CPU, memory, threads) for highly-scalable applications.  Play Framework is the High Velocity Web Framework for Java and Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on [[/informatique/java/frameworks/akka|Akka]], Play provides predictable and minimal resource comsumption (CPU, memory, threads) for highly-scalable applications. 
 +
 +
 +> [[/informatique/java/frameworks/play_framework_old|Ancienne page Play! Framework]]
  
 Play! utilise les frameworks Play! utilise les frameworks
Ligne 15: Ligne 18:
   * [[https://ebean-orm.github.io/|Ebean]] a Java ORM   * [[https://ebean-orm.github.io/|Ebean]] a Java ORM
  
-Hébergement sur le web;+===== Hébergement sur le web ===== 
 + 
 +[[http://stackoverflow.com/questions/9643751/what-cloud-platform-supports-playframework|what-cloud-platform-supports-playframework]] 
   * [[https://devcenter.heroku.com/categories/java|Heroku]]   * [[https://devcenter.heroku.com/categories/java|Heroku]]
   * [[http://playframework-cloud.com|playframework-cloud]] by Clever Cloud   * [[http://playframework-cloud.com|playframework-cloud]] by Clever Cloud
 +  * https://www.cloudbees.com/
   * [[https://scalingo.com/java-play-framework-hosting|scalingo]]   * [[https://scalingo.com/java-play-framework-hosting|scalingo]]
   * [[https://www.openshift.com/pricing/plan-comparison.html|OpenShift.com]] (//[[https://github.com/opensas/play2-openshift-quickstart|Play framework 2.0 quickstart for Openshift]]//)   * [[https://www.openshift.com/pricing/plan-comparison.html|OpenShift.com]] (//[[https://github.com/opensas/play2-openshift-quickstart|Play framework 2.0 quickstart for Openshift]]//)
  
-> [[/informatique/java/frameworks/play_framework_old|Ancienne page Play! Framework]] 
  
 ===== Community ===== ===== Community =====
Ligne 33: Ligne 39:
   * [[http://joshpadnick.com/wp-content/uploads/2013/11/Play-Framework.pdf|Intro to Play Framework &   * [[http://joshpadnick.com/wp-content/uploads/2013/11/Play-Framework.pdf|Intro to Play Framework &
 Modern Java Web App Development]] by Josh Padnick, November 9, 2013 Modern Java Web App Development]] by Josh Padnick, November 9, 2013
 +  * [[https://www.quora.com/Which-is-better-Play-Framework-or-Spring-MVC-How-should-I-decide-what-to-use|Which is better, Play Framework or Spring MVC? How should I decide what to use?]]
 +    * [[https://www.youtube.com/watch?v=8z3h4Uv9YbE|The Play Framework at LinkedIn: Productivity and Performance at Scale]] (2013)
 +    * [[https://www.youtube.com/watch?v=4b1XLka0UIw|Play Framework & SF Scala: Jim Brikman, Composable Applications in Play]] (2014) - Jim shows how to build an equivalent of Facebook's BigPipe in Play, where components of a page are delivered in parallel, decreasing latency dramatically, especially for mobile. (Async, Promise, Enumerator, Stream)
  
 Tutoriels: Tutoriels:
Ligne 41: Ligne 50:
     * [[http://blog.knoldus.com/2015/03/23/play-tutorial-2/|Tutorial #2: Using WebJars, jQuery, Bootstrap & Bootswatch with Play application]]     * [[http://blog.knoldus.com/2015/03/23/play-tutorial-2/|Tutorial #2: Using WebJars, jQuery, Bootstrap & Bootswatch with Play application]]
   * [[https://github.com/cloudspace/play_framework_tutorial|cloudspace/play_framework_tutorial]]   * [[https://github.com/cloudspace/play_framework_tutorial|cloudspace/play_framework_tutorial]]
-  * [[https://github.com/3monkeys/play.rules/tree/master/livre.play.deux|Livre Play!]] par 3Monkeys+  * [[https://github.com/3monkeys/play.rules/tree/master/livre.play.deux|Livre Play!]] par 3Monkeys (2013)
   * mariussoutier / PlayBasics [[https://github.com/mariussoutier/PlayBasics|code for his tutorial series about Play Framework 2.x]]   * mariussoutier / PlayBasics [[https://github.com/mariussoutier/PlayBasics|code for his tutorial series about Play Framework 2.x]]
   * [[http://www.playframework.com/documentation/2.1.1/JavaGuide1|Tutorial zentask]] and [[https://github.com/remylab/play-zentask|the code]]   * [[http://www.playframework.com/documentation/2.1.1/JavaGuide1|Tutorial zentask]] and [[https://github.com/remylab/play-zentask|the code]]
 +  * [[http://luiscamilo.com/2015/07/27/play-framework-2-4-x-modulesub-project-assets/|Play Framework 2.4.x module/sub-project assets]]
  
 Autres: Autres:
Ligne 58: Ligne 68:
   * Auth (Authentication/Authorization):   * Auth (Authentication/Authorization):
     * [[https://github.com/joscha/play-authenticate|play-authenticate]] an extensible authentication plugin for Play! Framework 2 (Java)     * [[https://github.com/joscha/play-authenticate|play-authenticate]] an extensible authentication plugin for Play! Framework 2 (Java)
 +    * [[https://github.com/leleuj/play-pac4j|play-pac4j]] Oatuh 1 & 2, CAS, ...
     * [[https://github.com/jaliss/securesocial|SecureSocial for Play 2]] (Scala & Java)     * [[https://github.com/jaliss/securesocial|SecureSocial for Play 2]] (Scala & Java)
     * [[https://github.com/mohiva/play-silhouette|play-silhouette]] (Scala only), Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, Credentials, Basic Authentication, Two Factor Authentication or custom authentication schemes. http://silhouette.mohiva.com     * [[https://github.com/mohiva/play-silhouette|play-silhouette]] (Scala only), Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, Credentials, Basic Authentication, Two Factor Authentication or custom authentication schemes. http://silhouette.mohiva.com
informatique/java/frameworks/play_framework.1452026167.txt.gz · Dernière modification : 05/01/2016 21:36 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki