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 ...
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 ...
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 ...
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 ...