Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Lateef Ojulari edited this page Dec 5, 2020 · 21 revisions

Unify Framework

Unify Framework is a server-side component-based framework for developing web applications in Java. The entire framework is built on the concept of a pool of configurable components interacting with each other at runtime to provide complete application functionality.

The framework makes available, to the developer, a solid set of reusable and extensible software components built using simple high level abstractions that effectively hide the details of underlying complexities from the developer.

Unify Framework

Figure 1: Unify Framework

All components, from UI widgets to business logic and database components, share a common DNA allowing for the same basic simplicity across the framework.

Components are provided for the full web application stack which makes the need for the mishmash of varying technologies unnecessary.

Unify Architecture

Figure 2: Architecture

The framework architecture adopts the popular 3-tier architecture for web applications which is composed of three layers of computing – the presentation tier, business logic tier and data tier. The MVC model is used in the presentation tier with view elements based on UPL templates.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.