08-28-2017 11:44 PM
I want to use the Community Edition in Oracle ,I have transformed the sql in xml to Oracle supported.
But i want to know if there is anything special is Source code?
Such as NodeDAOImpl, there is a MYSQL and a MSSQL inner class, I want to know if
there should be an Oralce innerClass in the NodeDAOImpl class of Enterprise Edition?
08-29-2017 04:42 AM
Enterprise Edition uses 100% of the Community Edition source code and only adds a couple of classes upon it for its exclusive features (cluster, cloud, admin etc). MS SQL is already an Enterprise-specific feature but since NodeDAOImpl is part of the core, that specific nested class is part of the core (available to Community) even though MS SQL is not supported for it. That would be the same for Oracle or DB2 if they required special classes, but they don't - as well as PostgreSQL doesn't have a special class in Community Edition either.
08-29-2017 04:42 AM
Enterprise Edition uses 100% of the Community Edition source code and only adds a couple of classes upon it for its exclusive features (cluster, cloud, admin etc). MS SQL is already an Enterprise-specific feature but since NodeDAOImpl is part of the core, that specific nested class is part of the core (available to Community) even though MS SQL is not supported for it. That would be the same for Oracle or DB2 if they required special classes, but they don't - as well as PostgreSQL doesn't have a special class in Community Edition either.
08-29-2017 09:32 PM
Thank you! That helps a lot!
Explore our Alfresco products with the links below. Use labels to filter content by product module.