It's been a busy week. Last night and today I was finally able to sit down and get the next installment in the "Building a blog with Grails" tutorial series.
In the last installment we created a form to facilitate creating posts. Instead of using a regular, old textarea tag we installed the Grails RichUI plugin. Not only will it give us a WYSIWYG editor for creating posts, it also gives a more visually appealing date selector.
In this tutorial we'll build on the create_post action we started and use a service to communicate with the database and encapsulate the logic used to create posts.
In the last installment we created a form to facilitate creating posts. Instead of using a regular, old textarea tag we installed the Grails RichUI plugin. Not only will it give us a WYSIWYG editor for creating posts, it also gives a more visually appealing date selector.
In this tutorial we'll build on the create_post action we started and use a service to communicate with the database and encapsulate the logic used to create posts.
Continue reading Building a blog with Grails - tutorial #7.
