cuba

CUBA Platform is a high level framework for enterprise applications development

Github stars Tracking Chart

CUBA Platform is a high level framework for rapid development of enterprise applications with rich web interface.

The simplest way to start using the platform is to download CUBA Studio and create a new project in it. A released version of the platform will be downloaded automatically from the artifact repository.

You can also build a snapshot version of the platform from the source code and use it in your project.

To contribute, first refer to Contributing Code for general instructions and requirements for contributing code to the platform.

Building from Source

In order to build the platform from source, you need to install the following:

Let's assume that you have cloned CUBA Gradle Plugin and CUBA into the following directories:

work/
    cuba/
    cuba-gradle-plugin/

Open terminal in the work directory and run the following command to build and install the plugin into your local Maven repository (~/.m2):

cd cuba-gradle-plugin
gradlew install

After that, go to the CUBA directory and build and install it with the same command:

cd ../cuba
gradlew install

Using Snapshot Version

Edit the build.gradle file of your project. Change the ext.cubaVersion property and add mavenLocal() to the repositories section, for example:

buildscript {
    ext.cubaVersion = '7.3-SNAPSHOT'
    repositories {
        mavenLocal()
        maven { ...

That's all. Now you can build and deploy your application based on the snapshot version of the platform from your local repository:

gradlew deploy

Third-party dependencies

The platform uses a number of forked third-party libraries. They can be found in the following source code repositories:

All dependencies are also located in our artifacts repository, so you don't have to build them from sources in order to build and use the platform.

Main metrics

Overview
Name With Ownercuba-platform/cuba
Primary LanguageJava
Program languageJava (Language Count: 12)
Platform
License:Apache License 2.0
所有者活动
Created At2016-03-24 07:55:56
Pushed At2025-03-05 14:14:56
Last Commit At2025-03-05 15:47:03
Release Count194
Last Release Name7.2.23 (Posted on 2025-03-05 16:09:22)
First Release Name6.1.0.RC1 (Posted on 2016-03-17 17:39:05)
用户参与
Stargazers Count1.3k
Watchers Count84
Fork Count218
Commits Count14.6k
Has Issues Enabled
Issues Count3085
Issue Open Count584
Pull Requests Count118
Pull Requests Open Count6
Pull Requests Close Count39
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private