Git Product home page Git Product 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 server module :

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

In portal module :

Super dev mode: mvn -Pdev process-classes gwt:run-codeserver
Dev mode: mvn -Pdev gwt:debug

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

Contains the back-end business logic, i.e., the code executed on the server side. But also contains shared code between back end and front (e.g. model) and the implement of the REST API.

common-test-toolkit

Contains integration tests utils

portal module

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

server module

Contains the server side code of portal

Form module

Module containing forms implementation

forms-design

Contains customizable theme shared between form's web application & studio.

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;

bonita-web's People

Contributors

abirembaut avatar apupier avatar baptistemesta avatar bonita-ci avatar chgomes avatar csouchet avatar dhoko avatar educhastenier avatar ermedeiros avatar jjargot avatar julienmege avatar laurentleseigneur avatar lfrancou avatar lgiraudel avatar lombafab avatar mchaffotte avatar nchabanoles avatar rbioteau avatar rohartbastien avatar souillac avatar tnguyen1 avatar velcrin avatar

Watchers

 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.