
26
Sep, 13
Call grails service methods from src/groovy
In a project I was asked to maintain the user login history. I wrote all my business logic in a service say “UtilityService” and captured the login event successfully then I required to call this service. For that I used the following code to call the...
Recent Comments