Changes between Version 1 and Version 2 of Training/Section03

Show
Ignore:
Timestamp:
12/29/09 20:30:46 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Converted unordered list to ordered list

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section03

    v1 v2  
    2626== Exercise: Dealing with Data == 
    2727 
    28  * Open up your /PlantOMatic/config/ModelGlue.xml 
    29  * Paste the following Controller definition inside the <controllers> section 
     28 1. Open up your /PlantOMatic/config/ModelGlue.xml 
     29 2. Paste the following Controller definition inside the <controllers> section 
    3030 
    3131{{{ 
     
    4040}}} 
    4141 
    42  * Paste the following Event Handler definitions inside the <event-handlers> section 
     42 3. Paste the following Event Handler definitions inside the <event-handlers> section 
    4343 
    4444{{{ 
     
    9393}}} 
    9494 
    95  * Open /PlantOMatic/config/ColdSpring.xml and add the following bean definition 
     95 4. Open /PlantOMatic/config/ColdSpring.xml and add the following bean definition 
    9696 
    9797{{{ 
     
    105105}}} 
    106106 
    107  * Create a new file in /PlantOMatic/controller named !ShipmentController.cfc 
    108  * Use the following code as the body of !ShipmentController.cfc 
     107 5. Create a new file in /PlantOMatic/controller named !ShipmentController.cfc 
     108 6. Use the following code as the body of !ShipmentController.cfc 
    109109 
    110110{{{ 
     
    151151}}} 
    152152 
    153  * Open /PlantOMatic/views/Display.Shipment.cfm and prepend the following: 
     153 7. Open /PlantOMatic/views/Display.Shipment.cfm and prepend the following: 
    154154 
    155155{{{ 
     
    165165}}} 
    166166 
    167  * Open /PlantOMatic/views/Form.Shipment.cfm and prepend the following: 
     167 8. Open /PlantOMatic/views/Form.Shipment.cfm and prepend the following: 
    168168 
    169169{{{ 
     
    178178}}} 
    179179 
    180  * Open /PlantOMatic/views/List.Shipment.cfm and prepend the following: 
     180 9. Open /PlantOMatic/views/List.Shipment.cfm and prepend the following: 
    181181 
    182182{{{