Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build a module in playframework 2

It seems I can't find an instruction on http://www.playframework.org/ about building a module for playframework 2.

Anyone know if there are documentations for this or the steps require to build a module?

Thanks.

like image 738
evanwong Avatar asked May 02 '12 17:05

evanwong


2 Answers

This link is by far the best guide I have seen for far.

http://java.dzone.com/articles/writing-modules-play-2-get

The author, Steve, has been working with Play modules for quite some time, and has published a few Play2 modules based on his Play 1.x ones.

like image 160
Codemwnci Avatar answered Oct 11 '22 06:10

Codemwnci


I too didnt find any good documentation on this. So, I figured it myself and captured the steps in this post. It targets Play 2.5 and above. It is in Java!

https://medium.com/confest/writing-a-play-module-e8cc95cb9285#.y7zt92vpa

like image 28
prakash Avatar answered Oct 11 '22 07:10

prakash