Craig’s Musings

Thoughts about software architecture, books and life

Craig’s Musings Dive In and Be Aware

Entries Tagged as 'Content management'

CMIS - Content Management Interoperability Services

September 10th, 2008 · 16 Comments · CMIS, Content management, Services, Standards

I am excited to (finally) say that EMC, IBM and Microsoft have announced the creation of a jointly developed interface specification called Content Management Interoperability Services, or CMIS. This is important news for the industry as CMIS uses web services to provide greater interoperability across multiple Enterprise Content Management (ECM) repositories.
The current draft specification will [...]

[Read more →]

Tags:··········

Developing with DFS in an IDE

September 3rd, 2008 · No Comments · Content management, DFS

My friend and colleague Paul Warren recently posted content that talks about the creation of Enterprise Content Services (like those in DFS) in the context of an integrated development environment (IDE):

Creating DFS services using Documentum Composer
Creating DFS services using the Eclipse IDE for Java EE Developers

WTP support is something the Composer team is hard at [...]

[Read more →]

Tags:·····

Does ’seam carving’ generalize?

August 15th, 2008 · 2 Comments · Content management, Ideas, Reading

During a recent Charlie Rose interview with Peter Chernin, the subject of media formats came up, which reminded me of an earlier question I raised, “What is the natural unit of written collaboration?” When I mused upon this question it was in the context of documents and written content. I hadn’t really thought about so-called [...]

[Read more →]

Tags:··

Documentum 6.5 with services in mind

July 24th, 2008 · 3 Comments · Content management, DFS

You may have seen this week’s press release (PR) concerning the launch of the EMC Documentum 6.5 platform. Given that this blog is referenced in the PR’s sidebar, I thought it would be appropriate for me to offer my perspective on this release.
When the Documentum Foundation Services (DFS) team first embarked on its mission to [...]

[Read more →]

Tags:···

DFS Object service consumer #2b

July 16th, 2008 · No Comments · Content management, DFS

In our previous conversation, we left with a missing header to resolve. This post will resolve this issue and wrap-up the sample DFS Object service consumer based on direct proxy via Visual Studio/WCF.
First, we need to introduce a new internal class, ServiceContextHeader, as follows:
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode [...]

[Read more →]

Tags:···