| Author |
[Griffon] Necessary background
|
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
What's the necessary backgroud to develop an application using Griffon ? Grails ? Something else ? And do you also need to learn to use several tools (like code generation tools) ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Andres Almiray
author
Ranch Hand
Joined: Jan 25, 2010
Posts: 46
|
|
Mostly Java and Swing. Knowing Grails helps you pick up the build workflow much faster but it is not a requirement.
Griffon is inspired by Grails. It follows Grails' build process closely but at runtime it's a different matter, as Griffon injects its own distinctiveness.
Cheers,
Andres
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Knowing Grails helps you pick up the build workflow much faster but it is not a requirement.
Oh. That's good to know. I should have the necessary background then Thank you.
|
 |
Anil Vupputuri
Ranch Hand
Joined: Oct 31, 2000
Posts: 527
|
|
How fast the development can be, comparable to JSF? What makes Griffon to outclass similar frameworks in market?
Thanks.
|
SCJP 1.5, SCEA, ICED (287,484,486)
|
 |
Vyas Sanzgiri
Ranch Hand
Joined: Jun 16, 2007
Posts: 686
|
|
|
You need to start a new thread. I have played around with Grails so hoping to touch up on Griffon this weekend!
|
===Vyas Sanzgiri===
My Blog
|
 |
Andres Almiray
author
Ranch Hand
Joined: Jan 25, 2010
Posts: 46
|
|
Anil Vupputuri wrote:How fast the development can be, comparable to JSF? What makes Griffon to outclass similar frameworks in market?
Thanks.
Comparing to JSF is not a good comparison to start with: JSF = web; Griffon = desktop/RIA.
Griffon "outclasses" similar frameworks by:
- leveraging more than 5 years of Grails knowledge and development
- following recent approaches to better productivity: Convention over Configuration, DRY, automated tasks, testing supported out of the box
- using the Groovy language both as glue language and declarative 'markup' (no more XML pain).
- a growing plugin community
Cheers,
Andres
|
 |
 |
|
|
subject: [Griffon] Necessary background
|
|
|