> It depends on the type of changes you're making to the > presentation layer. No system is going to help you if you > remove the textbox from the page - you're going to have to > make not-insignificant code changes. All architectures like > MVC do is _minimize_ the _number_ and _impact_ of changes. > It doesn't prevent them. > > On the other hand, if your UI guy decides to move some > elements around, you can be fairly confident that your > codebehind page won't have to change.
But still, this is all presentation code. Some of it is HTML, some is C#, but it's all presentation-layer stuff. It creates and controls the interface. When I think of application partitioning, I usually have something a bit different in mind. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

