how can I call a method residing in an existing Java class from Grails app ? Is it necessary/recommended to wrap that up in a service?
there is no need to wrap as service. if you are using spring,just add the bean into resource.groovy