To help manage the presentation layer in your application, you should split it up into manageable units.
为了有助于管理你的应用程序的表现层,你应该把它分成可管理的小单元。
2
Recommended: Split the com + application.
建议:分割COM +应用程序。
3
Where an application is split between UI logic and business logic, SOA enablement can often be applied at the business logic’s message interface, bypassing the UI code entirely.