I don’t know how exactly your eDMS should connect to each other if they are compatible with the code, etc. But it may be useful for you.
Mark the Java Content Repository (JCR) standard and JBoss ModeShape as an implementation. Most content repository (also document) software vendors are JCR-Compliant, for example. Alfresco, but also others not related to Java.
Instead of writing your own frameworks, just write a simple JSMS ModeShape connector for your eDMS. Then you can easily integrate DMS servers, replicate, use existing repository management tools, expose your repositories through Web Dav, REST, communicate with other protocols and do many other things with open and commercial tools - your repository should provide a JCR connector.
gertas
source share