Reputation: 13811
I want to know whether we can write code for Spring and make use of that Spring framework, if i work in Grails?
Upvotes: 0
Views: 130
Reputation: 386
Yes you can reuse the bean that implemented in your spring application. You can integrate it with the usual spring XML file or use Spring DSL
For further reference check http://www.grails.org/doc/1.3.x/guide/14.%20Grails%20and%20Spring.html
Upvotes: 0
Reputation: 308998
Grails is already based on Java, Groovy, Spring, and Hibernate. You've been using it without knowing it.
Upvotes: 6