GithubHelp home page GithubHelp logo

carbonhell / flow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vaadin/flow

0.0 3.0 0.0 119.15 MB

Flow is a Java framework binding Vaadin web components to Java. This is part of the Vaadin platform 10+.

License: Other

Java 96.31% JavaScript 2.27% CSS 0.05% HTML 1.28% Scala 0.03% Shell 0.07%

flow's Introduction

Gitter

Vaadin Flow

Vaadin Flow is the Java framework of Vaadin Platform for building modern web sites that look great, perform well and make you and your users happy.

For instructions about developing web applications with Vaadin Flow, please refer to the starter packs for Vaadin 10 with Flow or the documentation.

To contribute, first refer to Contribution Guide for general instructions and requirements for contributing code to Flow.

Flow EAP discussion in Gitter IM at https://gitter.im/vaadin-flow/Lobby

Instructions on how to set up a working environment for developing the Flow project follow below.

master branch is the latest version that will at some point be released in the Vaadin platform. See other branches for other framework versions:

  • 1.0 branch is Vaadin 10 LTS (Flow version 1.0)
  • 1.4 branch is for Vaadin 13 (Flow version 1.4)

Setting up Eclipse to Develop Flow

Import the Project into the Workspace

  1. Do File -> Import -> General -> Existing Maven Project
  2. Select the flow folder (where you cloned the project)
  3. Ensure all projects are checked
  4. Click “finish” to complete the import
  5. Disable HTML and XML validation in the workspace to avoid validating Bower dependencies
  6. Eclipse preferences -> Validation
  7. Uncheck Build for HTML Syntax Validator
  8. Uncheck Build for XML Validator

Note that the first compilation takes a while to finish as Maven downloads dependencies used in the projects.

Compiling the Client Engine

Compile the client engine by executing the Eclipse build configuration Compile ClientEngine in flow-client/eclipse

Set up extra workspace preferences

The following preferences need to be set to keep the project consistent. You need to do this especially to be able to contribute changes to the project.

  1. Open Window -> Preferences (Windows) or Eclipse -> Preferences (Mac)
  2. Go to General -> Workspace
  3. Set Text file encoding to UTF-8
  4. Set New text file line delimiter to Unix
  5. Go to XML -> XML Files -> Editor
  6. Ensure the settings are follows:
Line width: 72
Format comments: true
Join lines: true
Insert whitespace before closing empty end-tags: true
Indent-using spaces: true
Indentation size: 4

Running tests

The unit tests for the projects can be run using

mvn test

IT tests can be run with

mvn verify

To run IT tests locally, you'll need a Testbench license and a Chrome browser installed (currently this is the only browser that IT tests are run in). If you don't have the license, it's ok, our CI system will run those tests for you after you create a pull request. Refer to the contribution guide for details.

When running IT tests locally, by default, local Chrome is used to run tests, make sure it's installed.

Building a package

The distribution package is built and installed into the local Maven repository by doing

  1. mvn install

Running SuperDevMode

Some flow internals use GWT in the client code. superDevMode allows to reload GWT changes on the fly, but it requires some setup first.

To start superDevMode do the following:

  1. Get flow source code
  2. If you are planning to launch the mode for the external application based on flow, first make sure that flow source code is of the same version as the application uses. If it's not true, either update the application dependencies or check out the corresponding flow tag and rebuild both flow and the application.
  3. Navigate to flow-client package in flow project
  4. Run mvn -Psdm clean install gwt:compile gwt:run-codeserver -DskipTests
  5. Start the application server
  6. Open the application page and use the bookmarks to control dev mode If you have no bookmarks, navigate to http://localhost:9876 to setup them.

In eclipse run .launch files from flow-client/eclipse in the order:

  1. Compile ClientEngine.launch
  2. Super Dev Mode.launch

NOTE! SuperDevMode should be compiled before the application server is launched, also, flow version should match with the application one as else the application won't be able to run SDM and you will receive the exception Can't find any GWT Modules on this page.

More info about SuperDevMode: http://www.gwtproject.org/articles/superdevmode.html

flow's People

Contributors

ahie avatar alvarezguille avatar ansku avatar artur- avatar asashour avatar caalador avatar codingfabian avatar emarc avatar gilberto-torrezan avatar jdahlstrom avatar johndevs avatar jojule avatar jouni avatar juusovalli avatar legioth avatar magi42 avatar makoivis avatar manolo avatar mhosio avatar mstahv avatar pekam avatar pleku avatar saulis avatar someonetoignore avatar tehapo avatar tepi avatar thevaadinman avatar torok-peter avatar zch avatar zhesun88 avatar

Watchers

 avatar  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.