Using A CMS To Interface With A Custom Framework
I don't remember if I posted this earlier, but here it goes.
We have developed a custom framework using ASP.Net, Entity Framework 4 and the likes to enable launching our custom business applications. The framework uses WCF service bindings so the interfaces could be exposed as ordinary services (API) or webservices.
As for the front end we are currently using MVC3, but it really is a problem because the business users want a very configurable/customizable UI so they can change the look and feel of the apps dynamically.
I have been thinking of exploring the option of using a readymade CMS tool such as DNN or Umbraco or something similar. Does anyone have any experience using these tools with a custom framework? How do I build the CMS so it can use my framework services to pull/push data?
.
Re: Using A CMS To Interface With A Custom Framework
Hello,
I haven't played with DNN but I have played a small amount with Umbraco.
From what I can tell, there are integration points where you can use a pre-built product to interface with your webservices:
http://umbraco.com/products/more-add-ons/contour.aspx
Or that you can use your own custom components to do the interfacing.
Gary