Skip to content

mmbase/mmbase-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79cd1cb · Apr 14, 2021
Apr 14, 2021
Aug 12, 2019
Aug 11, 2019
Apr 14, 2021
Apr 14, 2021

Repository files navigation

MMBase Bridge Interface

Build Status snapshots Maven Central codecov

MMBase Bridge is a part of MMBase, but can also be used in other projects. Its main goal is to contain the 'bridge' api to talk to MMBase. But it has a few other things too:

  • 'bridge': These things can be distinguished but are are actually very related to each other.

    • The Bridge API itself (org.mmbase.bridge)

    • A SearchQuery abstraction and implementation (org.mmbase.storage.search)

    • A DataType framework, plus a bunch if implementations (org.mmbase.datatypes).

    • MMBase security API

  • A Portal framework (org.mmbase.framework)

  • Utils to work with this bridge (org.mmbase.bridge.util)

  • A mock implementation of this bridge (org.mmbase.bridge.mock)

  • A caching framework. Could perhaps be (partially) moved to utils

  • A function framework (org.mmbase.util.functions). This depends on DataTypes.