Skip to content

ajlopez/AjCoRe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AjCoRe

A simple Content Repository, written in C#. Still under development

Notes

A Content Repository has Workspaces.

Each Workspace has a Root Node.

A Node has Properties.

A Node could have ChildNodes.

Currently, there is a Base implementation (Nodes in memory), and a read-only Filesystem implementation (Nodes are files and directories)

References

http://en.wikipedia.org/wiki/Content_repository

http://en.wikipedia.org/wiki/Content_repository_API_for_Java

http://www.jcp.org/en/jsr/detail?id=170

http://jcp.org/en/jsr/detail?id=283

About

Simple Content Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages