
Security Features
TerraFrame MOJO’s integrated RBAC model simplifies the implementation of user permissions and security. MOJO’s permissions model takes a pessimistic approach to access – your sensitive data never leaves the business layer unless explicit permission has been granted to the user or assigned role.
Since MOJO’s type-level permissions are defined declaratively – not programmatically – they are enforced automatically within the business domain without the need to write and maintain additional code as the application changes.
TerraFrame MOJO features a powerful, built-in document vault manager. Using a hashed system, MOJO automatically distributes and balances files on the file system. Security is actively maintained, since access to the document vault is controlled by MOJO’s built-in RBAC. For added security, the vault should be stored outside of the web container.
Performance-enhancing features such as Java-to-Java and Java RMI streaming for large files and presentation server-side caching of commonly accessed files are built-in. As an application grows, additional vaults can be added as needed. MOJO automatically optimizes writes between vaults, maximizing storage system performance.