1 Reply Latest reply on Jul 8, 2015 1:05 PM by wesssel

    JCR Namespace best practises

    ma6rl

      In my application I have a number of custom mixins that I apply to nodes in order to enforce certain schema requirements. Is it generally best practice to have a single application namespace for all of the application node types or to use separate namespaces for the different business objects being stored in the repository?

        • 1. Re: JCR Namespace best practises
          wesssel

          Honestly, I think this is entirely up to you. If you find you might have overlapping types with regards to names, I would go for different namespaces. Then again, you can always introduce a new namespace if you find you have conflicting names.