Suggested IDE
Changes:
1. Make Changes to IDE to visually indicate DNA components and separation
of DAL and BLL.
2. Include a COM Options Menu that updates Identical Objects created on several
different web pages to minimize maintenance. (This is where you get the benefits
of layer architecture in reusing objects without introducing a single point
of failure or multiple version of a business object)

1. Each Object, actually "class", has a button called "COM OPTIONS" or something to describe it visually, like an Icon.
2. If you Right Click on it, it opens up a Right-click menu that allows you to easily do 3 things
Note: When you update a cloned object throughout a web application, there should be some procedure that allows other programmers to know a change has been made. For example, A Window pops up and asks if they wish to accept changes now or make a copy and try their changes later.
Goto Page 4 - Suggested IDE code view (with notes)