English 中文(简体)
ECM - Document Control Management / Versioning and CMS
原标题:

I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information.

For quite some time I have been working a Content Management System. However, its vastly different to many CMS s available because of the way it handles the dispatch of requests over a server pool and incorporates its own Template Engine which I developed speciffically with flexibility and ease of use in mind.

Any way, this is completed and I m happy.

Looking over my product, I m seeing lots of practical applications for such a product. However for my target audience to be reached I need to expand on several of the core features which I currently offer.

Namely, I want to provide a solid document management system and include sharing and versioning of documents to enable businesses to pretty much use the product as an Enterprise Content Management Solution.

I am trying to find if there are first any plug in document control solutions available on licence. After researching SharePoint I can see that its not really the plug in type of thing I m looking for as I would need to take a massive step BACK to refactor lots of the site.

The site is coded in PHP and runs several Java apps in the back end also currently so code/language divergence is not an issue. I run accross a mySQL database currently however can support (again) other types of RDMS.

If you have created a website, which creates websites, how would you handle the additional features that a ECM demands.

最佳回答

Does your site already use Web Services?

In regards to Oracle UCM. All actions (check in/out, add, update, delete, etc) can all be controlled via webservices (wsdl s). WDSL is becoming pretty standard (at least in the Oracle space).

Adding support should allow you to create wrappers for multiple stores.

More info;

问题回答

I would take a look at KnowledgeTree (http://www.knowledgetree.com). It s open source, php core, and has built in Rest web service API s for easy connection.





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签