To clarify the main question: has anyone used the Ektron content APIs and can comment on their use to receive the Ektron CMS content instead of using the Ektron's own controls? I would like to use these APIs on an ASP.NET MVC site.
Now the background: we have a client with an existing site, which is a merger of Ektron (for basic content) and a user database / code base for other functions (product data, e-commerce, etc.). We need to build what constitutes a microsite for a particular product line, with the following requirements:
- Bring as much basic content (copies) as possible from CMS Ektron
- Most other material will come from a custom database.
- The functionality of electronic commerce should be integrated with the main cart of the site (the basket is customizable and can be expanded if necessary).
- Login status can be shared (I know there is already an SO question that concerns this part)
I would rather not struggle with WebForms and try to style the Ektron controls, so I would recommend that we create the child node as a standalone MVC application. Are the Ektron content APIs reliable enough to support this approach, or will this route simply lead to tears and broken dreams?
Any insight appreciated. Thank!
source
share