Dockerizing the Modeshape REST and JCR App

Overview   Modeshape is a Java Content Repostiory (JCR-283) implementation, which provides an open-source, hierarchical content management system. The goal of this exercise is to make a single Docker image which can be used in all environments.  Any environment specific or volatile parameters should not be part of the image, but rather supplied as parameters (or a file) when running the image. This simplifies deployment and assures the run-time environment is identical. While these instructions are specific Modeshape, they can also

Read more

Coeus Interactive Debugging Techniques – presentation notes

Interacting Debugging Techniques for Coeus, using Eclipse and Tomcat
Presentation notes – from the Kuali Coeus User Conference 2011

Why would you want to do that?

  • Understanding the architecture
  • Greater speed in solving problems
  • Quickly test changes, fixes, or enhancements!
  • Assist in making Institution-specific changes

    Inspiration

  • Frustrated with lack of documentation
  • Needed to understand the architecture
    Read more