Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find sample applications (zentasks, etc) in playframework (2.3.*)?

There are two related questions:

  1. Looks like in old 'normal' zipped play distribution there was folder with samples. But where can I find them for 2.3.x having installed play with activator?

  2. Is there something more than a sample app available in open source?

Best regards, Eugene.

like image 848
user656449 Avatar asked Sep 25 '14 10:09

user656449


1 Answers

  1. Those are now activator templates. You can find them here. Zentasks is not included there, but you should be able to adapt the 2.2 version to 2.3 easily;

  2. You can find a lot of examples in the templates page. There are also examples not related to Play by itself (ex: Akka, plain Java/Scala projects, etc), so you can filter the Play ones searching for "play".

like image 157
Salem Avatar answered Oct 02 '22 03:10

Salem