All Projects → samie → Runnable Jar Vaadin

samie / Runnable Jar Vaadin

Runnable, single-jar Vaadin application

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Runnable Jar Vaadin

Picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
Stars: ✭ 3,286 (+65620%)
Mutual labels:  executable
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+7540%)
Mutual labels:  vaadin
Nar
node.js application archive - create self-contained binary like executable applications that are ready to ship and run
Stars: ✭ 428 (+8460%)
Mutual labels:  executable
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (+5620%)
Mutual labels:  executable
Android Gradle Aspectj
gradle plug-in adding supports of AspectJ into Android project
Stars: ✭ 323 (+6360%)
Mutual labels:  jar
Kob
中心化的作业调度系统,定义了任务调度模型,实现了任务调度的统一管理和监控。
Stars: ✭ 393 (+7760%)
Mutual labels:  jar
Getmac
Get the mac address of the current machine you are on via Node.js
Stars: ✭ 261 (+5120%)
Mutual labels:  executable
Laravel Initializer
A convenient way to initialize your application
Stars: ✭ 597 (+11840%)
Mutual labels:  executable
Electron Java App
Electron Java application - What if you could build Desktop applications on Java with HTML 5 UI
Stars: ✭ 340 (+6700%)
Mutual labels:  vaadin
Erupt
🚀 纯 Java 注解,快速开发 Admin 管理后台。不生成任何代码、零前端代码、零 CURD、自动建表、注解式API,支持所有主流数据库,支持自定义页面,支持多数据源,提供二十几类业务组件,十几种展示形式,支持逻辑删除,动态定时任务,前端后端分离等。核心技术:Spring Boot、JPA、Reflect、TypeScript、NG-ZORRO等。 开源不易,记得右上角点个star鼓励作者~
Stars: ✭ 421 (+8320%)
Mutual labels:  jar
Composer Bin Plugin
No conflicts for your bin dependencies
Stars: ✭ 287 (+5640%)
Mutual labels:  executable
Flow
Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Stars: ✭ 296 (+5820%)
Mutual labels:  vaadin
Threadtear
Multifunctional java deobfuscation tool suite
Stars: ✭ 397 (+7840%)
Mutual labels:  jar
Magma
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)
Stars: ✭ 272 (+5340%)
Mutual labels:  jar
Java Sdk
百度AI开放平台 Java SDK
Stars: ✭ 495 (+9800%)
Mutual labels:  jar
Alchemy
给flink开发的web系统。支持页面上定义udf,进行sql和jar任务的提交;支持source、sink、job的管理;可以管理openshift上的flink集群
Stars: ✭ 264 (+5180%)
Mutual labels:  jar
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+7560%)
Mutual labels:  vaadin
Xjar
Spring Boot JAR 安全加密运行工具,支持的原生JAR。
Stars: ✭ 692 (+13740%)
Mutual labels:  jar
Watchr
Better file system watching for Node.js. Provides a normalised API the file watching APIs of different node versions, nested/recursive file and directory watching, and accurate detailed events for file/directory changes, deletions and creations.
Stars: ✭ 525 (+10400%)
Mutual labels:  executable
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+8380%)
Mutual labels:  vaadin

Vaadin application in a runnable Jar file

This version uses embedded Jetty server to execute the application.

To test this out run:

git clone https://github.com/samie/runnable-jar-vaadin.git
cd runnable-jar-vaadin
mvn clean package
./target/runnable-jar-vaadin-1.0-SNAPSHOT &
open http://localhost:8080/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].