Mid South Software Symposium
April 23 - 25, 2010
Robert Fischer
Java Concurrency Specialist and GORM Expert; Principal, Smokejumper Consulting
Robert is the author of Grails Persistence in GORM and GSQL, a regular contributor to GroovyMag and JSMag, the founder of the JConch Java concurrency library, and the author/maintainer of Liquibase-DSL and the Autobase database migration plugin for Grails.
Blog
And….fail.
Posted Monday, July 26, 2010
Okay, so this is some serious failage on a website. I just submitted a form, and I get this: In and of itself, that’s just bad coding. I can deal wit more »DZone Videos of Me and What I’ve Been Up To
Posted Wednesday, June 23, 2010
In case you fear I’ve fallen off the face of the planet completely, here’s some evidence to the contrary. DZone put up two video interviews of me: one on Gradle and open source and one on Grails plugins and domain objects. A more »Formally Done with Grails Plugins and Mailing Lists
Posted Saturday, May 8, 2010
I’m formally tapping out of Grails plugins and mailing lists at this point. It’s nothing personal to anyone involved or a particular judgement on Grails—I just don’t care anymore. I’ve got a different life more »MSQuery Error When Refreshing the Pivot Cache
Posted Friday, May 7, 2010
Run-time error '1004'. Sharing for the sake of desperate googlers struggling with this problem… If you’re working in MS Excel 2007 and you’re programmatically updating PivotCaches, but you get an error about “Cann more »New Wiki, and SBL LaTeX Papers Revisited
Posted Wednesday, May 5, 2010
I’ve just created a wiki for EnfranchisedMind at http://enfranchisedmind.com/wiki/. It’s going to get the PeriodicalUpdater stuff shortly, but its inaugural article is “Using LaTeX for Society of Biblical Literature Styl more »Heartbeat: Check
Posted Tuesday, April 27, 2010
Aside: Graphic Karma, who developed the theme for this blog, just overhauled their website. Check it out! Just dropping a line to let people know that I am alive, despite all appearances t more »Using LaTeX to Write Society of Biblical Literature (SBL) Style Papers
Posted Sunday, April 18, 2010
[NOTE: See my wiki page on SBL LaTeX for more and more up-to-date information than this blog post.] My Duke Divinity School classes all require Society of Biblical Literature format for their papers. Having become horribly annoyed with Word more »Wanted: MySQL Magic Chanting
Posted Monday, April 12, 2010
Here’s my problem. I’m working on integrating the EPA MOVES model, which means I’m living on MySQL. I need to load large amounts of data to the database, so I’m using the MySQL “LOAD DATA INFILE more »Ruby Summer of Code (RSOC)?
Posted Tuesday, March 23, 2010
@Headius tweeted: Plan A: Try to get GSoC to reconsider Rails org’s application. Plan B: Organize a Ruby Summer of Code. Since Plan A apparently hasn’t worked, maybe Plan B more »Presentations
Books
by Robert Fischer
-
Unique to the popular Grails web framework is its architecture. While other frameworks are built from the ground up, Grails leverages existing and proven technologies that already have advanced functionality built in. One of the key technologies in this architecture is Hibernate, on top of which Grails builds its GORM (Grails Object Relational Mapping) model layer. This provides Grails a persistence solution.
Published with the developer in mind, firstPress technical briefs explore emerging technologies that have the potential to be critical for tomorrow’s industry. Apress keeps developers one step ahead by presenting key information as early as possible in a PDF of 150 pages or less. Explore the future through Apress with Grails Persistence with GORM and GSQL
This firstPress book covers Grails persistence with GORM, from defining your first model to the nature of transactions and advanced Hibernate querying. Other APIs and tools such as GSQL (Groovy SQL) are covered as well, as needed, to empower your Grails persistence efforts.
What you’ll learn
- Extend the Grails web framework into a broader, semi–enterprise framework by including and integrating Hibernate–based Java persistence, known as GORM.
- Use mappings to customize default behaviors and work with legacy schemas.
- Use constraints to define your object once and have those constraints enforced both in code and at the database level.
- Use advanced features of GORM and Hibernate Query Language (HQL) to simplify database querying and report generation.
- Debug and tune trips for GORM and Hibernate.
- Fill in the gaps with GSQL.
Who is this book for
This title is for those who have committed to dedicating some time to mastering Grails and are looking to move beyond the basics, and are especially interested in Grails and Groovy persistence for some limited transaction handling and/or accessing databases.
