WSO2 Carbon - Sample Widget Info Feature

This feature contains the bundles which contains sample WidgetInfo provider to provide widgets to dashboard component.

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки
Группа

Группа

org.wso2.carbon.dashboards
Идентификатор

Идентификатор

org.wso2.carbon.dashboards.sample.store.provider.feature
Последняя версия

Последняя версия

3.0.0-m3
Дата

Дата

Тип

Тип

pom
Описание

Описание

WSO2 Carbon - Sample Widget Info Feature
This feature contains the bundles which contains sample WidgetInfo provider to provide widgets to dashboard component.
Ссылка на сайт

Ссылка на сайт

http://wso2.org
Организация-разработчик

Организация-разработчик

WSO2

Скачать org.wso2.carbon.dashboards.sample.store.provider.feature

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.sample.store.provider.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.dashboards</groupId>
    <artifactId>org.wso2.carbon.dashboards.sample.store.provider.feature</artifactId>
    <version>3.0.0-m3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.sample.store.provider.feature/
implementation 'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:3.0.0-m3'
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.sample.store.provider.feature/
implementation ("org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:3.0.0-m3")
'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:pom:3.0.0-m3'
<dependency org="org.wso2.carbon.dashboards" name="org.wso2.carbon.dashboards.sample.store.provider.feature" rev="3.0.0-m3">
  <artifact name="org.wso2.carbon.dashboards.sample.store.provider.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards', module='org.wso2.carbon.dashboards.sample.store.provider.feature', version='3.0.0-m3')
)
libraryDependencies += "org.wso2.carbon.dashboards" % "org.wso2.carbon.dashboards.sample.store.provider.feature" % "3.0.0-m3"
[org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.sample.store.provider.feature "3.0.0-m3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.wso2.carbon.dashboards : org.wso2.carbon.dashboards.sample.store.provider jar 3.0.0-m3

Модули Проекта

Данный проект не имеет модулей.

WSO2 Dashboard Component


Branch Build Status
master Build Status

Getting Started

Please follow the below steps to setup the WSO2 Dashboard Component.

  1. Clone and build carbon-dashboards repository.
  2. Clone and build the carbon-ui-server repository available here ( Carbon-UI-Server - https://github.com/wso2/carbon-ui-server )
  3. Install Dashboard Core API Feature and Dashboard Portal Feature in to distribution available in carbon-ui-server.

You can add following properties to pom file available in Carbon-UI-Server/tests/distribution directory.

        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.api.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.portal.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <feature>
            <id>org.wso2.carbon.dashboards.api.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
        <feature>
            <id>org.wso2.carbon.dashboards.portal.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
  1. Unzip the distribution and run the server. You can access the dashboard component from https://localhost:9292/analytics-dashboard/ or http://localhost:9090/analytics-dashboard/

License

Carbon dashboards is available under the Apache 2 License.

How To Contribute

Contact Us

WSO2 developers can be contacted via the mailing lists:

org.wso2.carbon.dashboards

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Версии библиотеки

Версия
3.0.0-m3