Ant's
Ant's

Reputation: 13811

Can we write Spring in Grails?

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

Answers (2)

yogiebiz
yogiebiz

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

duffymo
duffymo

Reputation: 308998

Grails is already based on Java, Groovy, Spring, and Hibernate. You've been using it without knowing it.

Upvotes: 6

Related Questions