...
- The Registry Core (or the Registry Kernel) is a part of the Carbon Core.
- At the heart of the Registry Core lies the Repository, fronted by a Data Access Layer through which the data is stored and fetched on a JDBC compliant RDBMS.
- In addition to fixed SQL queries, WSO2 Governance Registry also supports execution of customized SQL queries.
- We support a wide-variety of DBMS:
- The Registry API provides a programming interface to the Registry Core, which lays the foundation for extension APIs such as the JCR 2.0 API.
- There are three key registry features that exist at the top of the repository which can be used to provide your own customization on top of the base product.
...