资 源 简 介
Moved to https://github.com/lbrasseur/nibiru
Nibiru Framework
Nibiru is a Java server-side development framework created at Oxen.
The framework objective is to facilitate the building of modular applications. The following goals are established in order to meet such objective:
* Providing an abstraction layer over different technologies in order to avoid coupling.
* Providing services which are common to business applications, such as CRUDs, reports, workflow, transaction management, security and internationalization.
* Providing dynamic update mechanisms for the system in order to allow hot swapping.
* Implementing patterns which facilitate solving problems in a structured way. But avoiding to force the user to implement a given solution.
* Facilitate decoupled communication among modules.
* Avoiding reinventing the wheel. Creating layers of abstraction but using existing technologies when possible.
The implementations are based on many tech