Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.6 KB

File metadata and controls

33 lines (20 loc) · 2.6 KB

ksike.java.core.plugin

Ksike CoffeeCup represents the implementation of the concepts of the Ksike framework focused on Java programming language. This module implements a layer to manage modules or plugin. Oriented to the version of the Ksike framework for Java. It facilitates the creation of Dashboards.

Screenshot

The first version of this framework focuses on the creation of dashboard style desktop applications, defining a component based architecture. As a result, you have a product divided into small functional parts called a module or plugin. Each module of the application injects its elements of view and incorporates new functionalities. Creating applications in this way is quite simple, therefore, the business and development models for these products are very flexible.

Libs

In general, each of the libraries that make up the framework have their own independent development, which allows them to be used in other projects as well, some of it are listed below:

There are other editions of this framework oriented to other technologies such as PHP, JAVA, Python. The main idea is to keep the same concepts in the development of computer applications.

Similar projects