Wheels Blog
Archives By Subject
Recent Comments
- Learning Wheels Litepost Contest winners are
Russ Johnson said: Great Job! and congrats to the winners! - Learning Wheels Litepost Contest winners are
Mike Henke said: I was really impressed with the entries :-) Quality work and the code is on github for people to lo... - Learning Wheels Litepost Contest winners are
Raul Riera said: Congratulations to the winners :D I like the use of jQuery over the Scaffold output - Learning Wheels Litepost Contest winners are
tony petruzzi said: congrats to all the contestants and winners. - ColdFusion on Wheels 1.0.2 Maintenance Release
Brian said: Whatever... you guys just wanted a reason to right another blog post!
Wheels LitePost Learning Contest screencasts
February 3, 2010 by Mike Henke
Here are two 5 minute screencasts to help you get started for the Wheels Litepost Learning Contest.
Getting Started Outline
- Check out Litepost through SVN
- Run the SQL query to create the Litepost tables
- Download Wheels and installing
- Configure the datasource for Wheels
- Create a model cfc
- Create a controller to call the model
- Create a view
Getting Started Screencast link
Getting Started Notes
- Really, the first step is done to get the create tables sql script so we can create our Litepost tables and so you can review other frameworks implementation of Litepost. You could grab blogTables.sql and run it.
- I skipped showing setting up a ColdFusion instance and creating the Litepost datasource for time purposes.
- The scaffolding plugin will generate the create, read, update, and delete (CRUD) functionality for you in a few seconds.
Creating CRUD in a few seconds Outline
- Download Scaffolding Plugin and install
- Generate User Model, View, and Controller
- Review user interface generated
- Review Model code generated
- Review Controller code generated
Creating CRUD in a few seconds Screencast link
Creating CRUD in a few seconds Notes
- You will have to repeat the scaffolding plugin code generation for each table needing CRUD.
- Finish the other requirements
Submissions
Please email entries to henkem...@gmail.com include your name and your Wheels/LitePost example. Any code emailed may be used by ColdFuson On Wheels.


Comments
There are no comments for this entry.
[Add Comment]