The play framework is built around the notion of modules, which allow the segmentation of large applications is specialized/smaller entities.
Problem: I can't get my module to recognize the jars dropped in ...
I'm working on building my first Play module. I used another module as an example and created a Plugin.java class to serve as my main interface. I can access the methods ...
I'm trying to enable Facebook Registration with the fbconnect module for the Play Framework.
On my local server I'm getting to the Facebook permission page, but then I'm getting this exception:
I've just started playing with Play! framework, and stumbled on such problem: modules that were added as dependencies fail to compile when running the application in the test mode.
The pattern of ...
I have created a module in my play application and the structure of the module is
myApp/app/builder/modules/design
In myApp dependencies.yml i have given
I'm using the secure and crud modules with my app, and I've added them to application.conf as described in the tutorial. However, when I start my app, it ...
I try to write a small playframework-module and a plugin in it, and want be sure that it will start when I'm starting up the application.
[myapp] -- uses --> [registration(module)].[plugin(RegistrtionPlugin)]
There is ...
What are the restrictions and caveats to play! modules. In the documentation the only thing I gather is no application.conf; which is ok; but it seems there is more to it ...
I have a problem regarding report generation (pdf)in playframework app.I installed the pdf 0.7 module.
I need to show to the user a list of Products,their price and total amount from ...
How do I write tests for a play framework module I am creating? I created the module using play new-module myModule but could not find anything in the generated scripts ...
How can I set up builds of Play apps and (custom) Play modules in a CI system so that when a module's build is good, the build installs the module artifacts ...