Changes between Version 1 and Version 2 of Training/Section06

Show
Ignore:
Timestamp:
01/01/10 00:05:21 (16 years ago)
Author:
boomfish (IP: 208.61.250.70)
Comment:

Fixed minor grammar error & typo

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section06

    v1 v2  
    33= Section 6: Flow and Dependencies = 
    44 
    5 It would be nice if all application functionality was simple and we didn't have to content with real world business requirements. In this next walk-through we are going to use Model-Glue to enforce some application logic dependencies. Take special care to notice the auto-documentation features of Model-Glue when used in this way. 
     5It would be nice if all application functionality were simple and we didn't have to contend with real world business requirements. In this next walk-through we are going to use Model-Glue to enforce some application logic dependencies. Take special care to notice the auto-documentation features of Model-Glue when used in this way. 
    66 
    77In this next exercise, we'll be creating a form to create/update Shipment Items, and also a way to remove Shipment Items. As such, we'll need several Event Handlers, a few controllers and a new view file.