service « playframework « Java Enterprise Q&A





1. How to use play! framework to develop webservice?    stackoverflow.com

How do I use play to develop webservice? I cannot find any documents in the official site.

2. Where to put service classes in Play Framework?    stackoverflow.com

In Grails we have service classes that contain business logic that is called from controllers. Where do I put service classes in Play Framework project? And if I define methods in controller ...

3. Play framework asynch job compared to a Windows Service?    stackoverflow.com

I have a windows service that checks an email account and then saves off an attached PDF that has a barcode in it. I read the barcode and route the PDF ...

4. Testing interactions with external services    stackoverflow.com

prerequisites: I'm using the latest version of the Play! framework, and the Java version (not Scala). I need to publish a message to a message queue when a user is ...

5. Building a Play framework module for sharing a data layer among several services    stackoverflow.com

Keeping the notion of a SOA in mind, my intent is to provide several different services, which leverage the same data model. Imagine a poker application - we may have ...