intellij « grails « Java Enterprise Q&A





1. Use JBoss with IntelliJ for creating Grails apps    stackoverflow.com

I want to run my grails apps from intelliJ on JBoss-5.1.0.GA installed locally on my machine. If somebody has any experience please share. Thanks, p.s. The aim is to simulate different production enivronments ...

2. how to deploy jboss4.2.2.GA in IntelliJ IDEA Community Edition 10.5.2 with grails    stackoverflow.com

I have a project which is running in jboss using grails. What we are doing as of now is : make changes in intelliJ, create war using grails command(at command prompt), run ...