所谓定制化就是在已有的平台基础上根据自己的业务需要进行修改,可以改得面目全非,但核心的东西是不变的,所以说定制化还是相对比较简单的开发,改壳不改核,换汤不换药。但定制化其实也是比较麻烦的,只能称之为麻烦不能称之为难。想想,如果公司让你开发一个新系统B,而这个新系统B和半年前你曾开发过的系统A很相像,是不是要在A的基础上进行定制化来完成B的开发呢?是不是很庆幸B能如此相像于A呢?唉,软件复用?所谓定制化其实就是该补该补,但不同于系统维护,那个更低级。
工欲善其事,必先利其器!
N层深的文件夹组成的包看着都脑大,我建议包不应超过5层文件夹,一个包名而已,用得着起得那么深奥吗?WDK的包也不浅, ...
- 20:09
- 浏览 (23)
- 评论 (0)
- 分类: Documentum
Use Log4J extensions for debug and error LoggingWDK uses a DFC “Log4J” extension for logging. The configuration of log4j is held in“$Documentum/Config/log4j.properties”.Define a “logs” directory and modify log4j.properties to use that path, not theDocumentum defau ...
- 17:46
- 浏览 (37)
- 评论 (0)
- 分类: Documentum
Content Server:The Content Server forms the heart of Documentum, providing essential services to create, version,manage, and archive content and objects in the Documentum system.Content Server (earlier known as 'eContent Server') houses a repository, which Documentum terms a 'Docbase', to store the ...
- 15:56
- 浏览 (289)
- 评论 (0)
- 分类: Documentum
DMCLDMCL stands for Documentum Client Library which provides a communication layer (RPC) between end clients and the Content Server.Client requests reach the Content Server via the DMCL layer, which consists of a C++ library of APIs that get executed on the Content Server. It is recommended not to e ...
- 15:54
- 浏览 (788)
- 评论 (0)
- 分类: Documentum
Content Server:Governs the Documentum content repository and enables a rich set of content management services for controlling both content and processes throughout distributed enterprises. The heart of Documentum platform is the Documentum Content Server, which controls access to content stored in ...
- 15:49
- 浏览 (288)
- 评论 (0)
- 分类: Documentum
What is content management?Content management is the organizing, categorizing, and structuring of informationresources (text, images, documents, etc.) so that they can be stored, published, andedited with ease and flexibility. A content management system (CMS) is used tocollect, manage, and publish ...
- 23:32
- 浏览 (198)
- 评论 (0)
- 分类: Documentum
Documentum Architecture Diagram
- 16:45
- 浏览 (281)
- 评论 (0)
- 分类: Documentum
1.
In this chapter we discussed what content management systems (CMS) are, along with their benefits
and drawbacks. We saw how content management systems can serve as a boon to the organization
by reducing dependence on IT staff for maintaining business websites and by providing a secured,
strea ...
- 16:56
- 浏览 (264)
- 评论 (0)
- 分类: Documentum
ACLs An ACL (Access Control List) is a list that contains the names of individual users and/or groups and the object-level permission assigned to each. If the docbase is running with ACL security, then every SysObject has one associated ACL that defines who can access the object and at what level. A ...
- 17:33
- 浏览 (207)
- 评论 (0)
- 分类: Documentum
D (DOCUMENTUM DESKTOP)其实只是DOCUMENTUM (CONTENT) SERVER的客户端, 所以没有SERVER就无用. E (MS EXPLORER) 属于WINDOWS内置, 不存在上述问题. D基本属于E的扩展. 通过DOCUMENTUM提供的APPLICATION BUILDER可以自己添加MENU ITEM和FUNCTION. (比如说, 单击右键后的POPUPMENU将显示自定义的菜单, 上面不只有COPY, DELETE等传统项目, 还有你自己加的东东).一般来说, 在D中看到的是文档(或其他TYPE, 比如文件夹)在SERVER中的镜像, 并不存在于你 ...
- 14:03
- 浏览 (227)
- 评论 (1)
- 分类: Documentum
学习过程
1,首先了解Documentum的架构
2,了解Dfc是什么,Dmcl是什么,使用Dfc进行相应的开发。其使用习惯大概和Hibernate相似。
3,了解WDK开发过程,什么是组件,什么是Container,什么是Action,什么是Strings
为了开发wdk,必须使用Eclipse建立一个标准的web项目才能进行,所以必须要有个部署方便的策略
<?xml version="1.0" encoding="gb2312"?>
<!--
Build file for "WebTop WDK FILE LIST FUNCTION"
Cr ...
- 13:56
- 浏览 (326)
- 评论 (0)
- 分类: Documentum
- 浏览: 63529 次
- 性别:

- 来自: Da Lian

- 详细资料
搜索本博客
最新评论
-
Oracle的rownum原理和使用
照这么看来,rownum 就是一个游标,而且只能前进,不能后退的游标啦```~~ ...
-- by lovinchan -
游戏,平时彻底地放弃
深有同感 ,一起勉励自己吧
-- by hyj1254 -
避免在Java中使用Checked ...
的确是这样,在某些情况下,我的确觉得checked Exception用起来很麻 ...
-- by ivonxiao -
Documentum notes accumul ...
最近也在搞Documentum,觉得这个内容管理器的功能确实比较强大,但是界面也 ...
-- by woshifeng9th -
Oracle的rownum原理和使用
order by name 如果name是pk或有index ,查询出来的row ...
-- by seasar






评论排行榜