| Author |
Business / Architectural Case for Grails
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 295
|
|
hi,
Very simple questions.
1.
You have an architecture Spring based. Is there any reason why you want to introduce Grails into that architecture? What would it bring to the table?
2. (same question other way around)
If you use architecture is already very Grail centric - what could you utilise from Spring MVC, Spring WebFlow?
Cheers.
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
1. What would it bring to the table?
Groovy and GORM.
2. what could you utilise from Spring MVC, Spring WebFlow?
Grails already uses Spring (MVC, WebFlow via a Plugin, Beans, etc). Grails just makes it all simpler.
|
My Blog | DZone Articles
|
 |
Himanshu Gupta
Ranch Hand
Joined: Aug 18, 2008
Posts: 598
|
|
"Is there any reason why you want to introduce Grails into that architecture?"
One of the reasons is that the development is faster in Grails. Grails has lots of plug-ins which can be used directly instead of developing the functionality from the scratch.
|
My Blog SCJP 5 SCWCD 5
|
 |
 |
|
|
subject: Business / Architectural Case for Grails
|
|
|