Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Acropolis seems to be more of a connector framework... you have an ORM or DAL for your data access (like SF) and then you use Acropolis to create modules for your application that can be hotswapped. So, essencially, Acropolis is really just the next evolution of the Enteprise Library or CAB (Component Application Blocks) from MS. Looking at the documentation, I don't see anything within Acropolis that says it provides the data access. They're relying on either ADO.NET, LINQ to SQL to provide the data access or another DAL like SF for the data access. STrataFrame helps you to organize your application and tie in your business logic. You will be able to use it with any UI system, whether that's an Acropolis module, WPF, Win or WebForms.
|