Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a Play! Framework web project with Maven?

Is there a Maven archetype out there to create a Play! Framework Java web application?

Thanks

like image 840
Mark Avatar asked Jul 15 '11 17:07

Mark


People also ask

What is framework in Maven?

It allows developers to create projects, dependency, and documentation using Project Object Model and plugins. It has a similar development process as ANT, but it is more advanced than ANT. Maven can also build any number of projects into desired output such as jar, war, metadata.

Is Play a MVC framework?

Play Framework is an open-source web application framework which follows the model–view–controller (MVC) architectural pattern. It is written in Scala and usable from other programming languages that are compiled to JVM bytecode, e.g. Java.


2 Answers

There is a community contributed extension to help you with this.

like image 176
Marcelo Avatar answered Oct 14 '22 19:10

Marcelo


No, there is no Maven archetype. Play tries to distance a bit from standard Java EE practices, and it provides a full stack including dependency management.

like image 20
Pere Villega Avatar answered Oct 14 '22 17:10

Pere Villega