File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes [Griffon] Necessary background Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "[Griffon] Necessary background" Watch "[Griffon] Necessary background" New topic
Author

[Griffon] Necessary background

Christophe Verré
Marshal

Joined: Nov 24, 2005
Posts: 14361

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) ?


[SCBCD Wall of Fame] [My Blog]
All roads lead to JavaRanch
Help Japan. Make a donation.
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é
Marshal

Joined: Nov 24, 2005
Posts: 14361

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
 
Threads others viewed
Griffon questions - benefits, roadmap, GORM, etc
Griffon UI & native libraries
* Welcome Andres Almiray & Danno Ferrin
Isn't a Griffon application too slow to run?
What about modifying the GUI at runtime?
IntelliJ Java IDE