1. How to use play! framework to develop webservice? stackoverflow.comHow 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.comIn 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.comI 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.comprerequisites: 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.comKeeping 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 ... |