cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco for content management, .Net for delivery?

markkennnedy
Champ in-the-making
Champ in-the-making
Hello,

I currently work on a .Net web site where content is stored in XML documents and metadata about the documents is stored in SQL Server. At request time, ASP.Net code is responsible for assembling and delivering the content.

Content is generated and managed using on an old, homegrown CMS that we'd like to replace. Alfresco looks like a promising alternative. Here's the architecture I'm envisioning – does it make sense?

I'd like to use Alfresco solely for content creation and management, and use our existing .Net code for content delivery. Once content is approved and "published", I'd like Alfresco to be responsible for exporting XML content to our web servers and populating our database with metadata. Alfresco wouldn't be involved in delivery at all.

There are actually several other things that we'd want Alfresco to do when content is "published", things like syndicating content to partners via FTP, etc. I suppose in the model I'm thinking of, our web site would just be another customer that would be fed data from Alfresco.

So, does this model make sense for Alfresco? What major features capabilities would I be missing out on that would be worth reconsidering this model?

Thanks!
2 REPLIES 2

alexander
Champ in-the-making
Champ in-the-making
Hi Mark

I think a lot of what you think can be done almost out of the box.

1) You can manage all your XML content through Alfresco WCM.

2) Mount CIFs folder, that expose your website space "Staging" area as a windows drive. It will make it appear that all your published XML files are just sitting in a windows folder. It might be somewhere under <hostname>_a/AVM

3) Metadata is also exposed on the filesystem in a form of XML file (look for METADATA folder. If you require metadata to be in the database, build an import process, that will load XML docs from that folder and import in the DB.

Thanks
Alexander

markkennnedy
Champ in-the-making
Champ in-the-making
Thanks, Alexander. That information helps. I guess I need to do a little digging into WCM to see how it could fit into my world.

MK