Giter VIP home page Giter VIP logo

vaadin.g8's Introduction

A simple Vaadin Java project template

Installation

First you need install g8. See their page for instructions. Then just drop in to a shell:

g8 ripla/vaadin
<answer questions, enter for defaults>
cd <project dir>
sbt
container:start

And browse to http://localhost:8080. You can also type eclipse in the SBT-prompt to create Eclipse project files and import the project to Eclipse as an existing project.

What's included

This template creates an SBT project that includes Vaadin. It also includes the SBT-plugins xsbt-web-plugin for Jetty and sbteclipse for creating Eclipse projects.

Using Vaadin add-ons

The build.sbt created by the template contains the necessary (GWT sbt plugin) code to compile the addons.

  1. Add a dependency to the add-on to the librarydepencies-section in the build.sbt file
  2. Add the GWT module of the add-on to the gwt.xml file in the src directory.
  3. Uncomment the GWT-plugin lines in the build.sbt
  4. Type gwt-compile in the sbt prompt to compile the widgetset

vaadin.g8's People

Watchers

Risto Yrjänä avatar James Cloos 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.