Grails for Standalone applications
Hi all,
I am new to Grails , I have been asked to use Grails for our project. I am not sure whether to use it or not. because we are not a web application. Ok we are using spring and hibernate within tomcat, but there are no user interfaces. We have JMS listeners listening to messages from IBM MQ and senders sending messages. We only use a servlet to start listeners and senders to collaborate with JMS bus. Not sure if Grails can help us. Only reason why we are asked to use it is that people think it will increase our productivity where we can avoid creating hbm files and spring beans. Is it something that Grails focuses on?