# Coding: ActiveEntity Style

Now let's build the same thing but using ColdFusion ORM and our `ActiveEntity` approach from the ColdBox ORM Extensions module.

```javascript
+ handlers 
  + contacts.cfc
+ models
  + Contact.cfc
```
