Giter VIP home page Giter VIP logo

bonita-web's Introduction

Bonita Console

Compilation

At root level (same location as the parent pom.xml) :

mvn clean install

For develoment purpose use the dev profile (don't compile every gwt permutations)

mvn clean install -Pdev

Execution in hosted mode for dev/debug

In console-war module :

mvn -Pdev gwt:run [-Dbonita.home=/path/to/bonita/home]

Structure

Parent pom.xml

Contains the common maven configuration such as:

  • the definition of all the dependencies version, e.g., junit.version, bonita.engine.version, gwt.version, ...
  • the maven repositories

Bonita-home module

Aggregate engine bonita home and web config modules to build a usable bonita home folder (available in target/bonita-home-${project.version}/bonita)

Common module

common-config

Contains the common client configuration to add to BONITA_HOME.

common-server

Contains the back-end business logic, i.e., the code executed on the server side.

common-test-toolkit

Contains integration tests utils

Console module

Module containing portal implementation

console-config

Contains the console client configuration to add to BONITA_HOME.

console-server

Contains the server side code of portal

console-war

Contains the source code of the client, i.e., the code cross-compiled to javascript and all the resources; Build the portal web application

Form module

Module containing forms implementation

forms-config

Contains the forms client configuration to add to BONITA_HOME.

forms-design

// TODO

forms-model

Contains the source code of the model definition.

forms-rpc

Contains the source code of the client-server communication.

forms-server

Contains the back-end business logic, i.e., the code executed on the server side.

forms-view

Contains the source code of the client, i.e., the code cross-compiled to javascript and all the resources;

Platform module

Not maintained anymore

Rest-api module

Module containing rest api implementation over engine api

rest-api-model

Contains the rest api model

rest-api-server

Contains the server side of rest api

toolkit module

Commons classes for server and client side. Will be dispatched in proper modules

bonita-web's People

Contributors

abirembaut avatar rohartbastien avatar lombafab avatar julienmege avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.