CM framework design and implementation

来源:互联网 发布:服务器开启3306端口 编辑:程序博客网 时间:2024/06/05 08:18

1CM in a nut shell

Nowadays along with the information blast, information managing requirement is much-needed. When to do, where to do and how to do content management is our consideration. We only focus on how to manage the content to provide convenient usage for outside client in this article.

2outer view of CM

         From client side, get access to CM component easily as a thin client.

CM as a whole should be well designed. It should have a high security not to be corrupted by malicious source attack, large integrity with high level encapsulation that transparent to outer client by providing uniform interface, reusing ability for parsing strategy of diff source and extensibility and portability.

3inner view of CM

 

 

 

 4improvement for future CM

Source manipulation:

l  provide remote source registering , add verification mechanism for diff source entity.

l  Add encrypt and decrypt processing ensure security of content transportation.

Filter policy:

l  control the package size

Parsing and extraction:

l  Add more robust error disposing mechanism to enhance stability or fault tolerance

l  Support more package schema or format

l  Design extraction policy for different medium using template

l  Provide time out mechanism

Storage management:

l  Design storage policy for different storage medium.

l  Design indexer for processed content storage for fast access.

l  Add concrete access control rule to restrict accessing entities’ rights or content-processing ability.

l  Provide backup ability.

l  Design content query template for content retrieving and manipulation.

 

Also focusing on our project CM within EAP, we have provided uniform interface, dynamic sensor of parser for diff source, what we lack of is more security for interface implementation check and portability of porting platform-independent dependency of CM to non-WinCE platform.

 

 

code snippet:

variant designed for encapsulating data which transfered  between binary boundary.