Git Product home page Git Product logo

vaadin14-boot-example-maven's Introduction

Gitter Gitpod Ready-to-Code

Vaadin 14 Boot Example App using Maven

A demo project showing the possibility of running a Vaadin 14 app from an embedded Jetty, as a simple main() method. Uses Vaadin Boot.

Both the development and production modes are supported. Also, the project demoes packaging itself both into a flatten uberjar and a zip file containing a list of jars and a runner script. See "Packaging for production" below for more details.

Looking for Vaadin 14 Gradle version? See vaadin14-boot-example-gradle

Looking for Vaadin 23 Maven version? See vaadin-boot-example-maven

Documentation

Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.

vaadin14-boot-example-maven's People

Contributors

dependabot[bot] avatar mvysny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vaadin14-boot-example-maven's Issues

Assembly plugin and dependencies

May be it would be useful to change assembly plugin to dependency plugin that could export all dependency jars to directory libs/ ? Not all dependencies can healthy be unpack to one place. Sometimes Spring framework libs break down, for example.

Disable new AnnotationConfiguration()

Using AnnotationConfiguration is unwanted in large applications, because it took large time on scan classes each restart. How can we disable AnnotationConfiguration() ?

maven-assembly-plugin broke ico file

Hello! I make some modification:

@Route("")
public class MainView extends VerticalLayout implements PageConfigurator {
    public MainView() {
        Button button = new Button("Click me",
                event -> Notification.show("Clicked!"));
        add(button);
    }
    @Override
    public void configurePage(InitialPageSettings settings) {
        settings.addFavIcon("icon", "favicon.ico", "16x16");
    }
}

After clean+package there is broken ico file in result.
It is not actually this repo issue, but how we can fix maven-assembly-plugin to make them didn't broke ICO ?

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.