Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need reference to open source play framework based scala apps [closed]

I'm about to start small project using play2 and curious if there are any other sample applications available except ones which are coming together with play distribution.

like image 450
Petro Semeniuk Avatar asked Apr 26 '13 08:04

Petro Semeniuk


People also ask

What is play framework in Scala?

Play Framework makes it easy to build web applications with Java & Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on Akka, Play provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.

Is Play framework still used?

Play is rock-solid and used by hundreds of thousands of Java and Scala developers every month. Play is still extremely relevant to today's application and web development and has a passionate and very capable community around it ensuring that it has many good years left.


2 Answers

There are a lot sample applications on GitHub. I member just a few ones:

  • Sample applications from the Play for Scala book
  • Guardian Website
  • Using freemarker as template engine with Play 2
  • example webapp which generates a iOS Passbook Pass using passkit4j and Play! Framework 2.0.4
  • WebPipe - play2 and command line tools
like image 54
Sonson123 Avatar answered Sep 30 '22 20:09

Sonson123


A friend of mine wrote a little sharing project with play2 and scalate (jade templates), hope this will help you https://github.com/4e6/play2-filesharing

like image 20
4lex1v Avatar answered Sep 30 '22 19:09

4lex1v