All Projects → KaesDingeling → Hybrid-Menu

KaesDingeling / Hybrid-Menu

Licence: Apache-2.0 license
Hybrid-Menu Widget for Vaadin Application

Programming Languages

CSS
56736 projects
java
68154 projects - #9 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Hybrid-Menu

vaadin-date-range-picker
Vaadin Flow DateRangePicker 📅 implementation
Stars: ✭ 13 (-43.48%)
Mutual labels:  vaadin, vaadin-addon
Java Electron Tutorial
How to build Java Desktop applications with Electron
Stars: ✭ 215 (+834.78%)
Mutual labels:  vaadin
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-34.78%)
Mutual labels:  vaadin
Gradle Vaadin Plugin
A Gradle plugin for building Vaadin applications
Stars: ✭ 122 (+430.43%)
Mutual labels:  vaadin
Spreadsheet
Spreadsheet for Vaadin Framework
Stars: ✭ 40 (+73.91%)
Mutual labels:  vaadin
Vaadin On Kotlin
Writing full-stack statically-typed web apps on JVM at its simplest
Stars: ✭ 141 (+513.04%)
Mutual labels:  vaadin
Runnable Jar Vaadin
Runnable, single-jar Vaadin application
Stars: ✭ 5 (-78.26%)
Mutual labels:  vaadin
ds-gradle-vaadin
Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
Stars: ✭ 37 (+60.87%)
Mutual labels:  vaadin
Metl
Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview
Stars: ✭ 185 (+704.35%)
Mutual labels:  vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+391.3%)
Mutual labels:  vaadin
Vaadin Microservices Demo
A microservices example developed with Spring Cloud and Vaadin
Stars: ✭ 108 (+369.57%)
Mutual labels:  vaadin
Mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Stars: ✭ 1,063 (+4521.74%)
Mutual labels:  vaadin
Spring
Spring integration for Vaadin
Stars: ✭ 141 (+513.04%)
Mutual labels:  vaadin
Jpetstore 6 Vaadin Spring Boot
This project is an exercise to port the original JPetStore-6 to Vaadin 8 and Spring Boot.
Stars: ✭ 38 (+65.22%)
Mutual labels:  vaadin
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+1300%)
Mutual labels:  vaadin
Beverage Starter Flow
Simple Example Web Application for Vaadin Flow
Stars: ✭ 24 (+4.35%)
Mutual labels:  vaadin
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+278.26%)
Mutual labels:  vaadin
Framework
Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
Stars: ✭ 1,715 (+7356.52%)
Mutual labels:  vaadin
vaadstrap
Bootstrap for Vaadin
Stars: ✭ 13 (-43.48%)
Mutual labels:  vaadin
vaadin-select
Customizable Web Component similar to a native browser select. Part of the Vaadin components.
Stars: ✭ 18 (-21.74%)
Mutual labels:  vaadin

HybridMenu Add-on for Vaadin 8+

Project was moved to GitLab https://gitlab.com/KaesDingeling/Hybrid-Menu

HybridMenu is a UI component add-on for Vaadin 8+.

This branch ist for Vaadin 8.

Online demo

http://fo0.me:8080/hybridmenu/

Download release

Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to http://vaadin.com/addon/HybridMenu

Wiki

Coming soon on https://github.com/KaesDingeling/Hybrid-Menu/wiki

Building and running demo

git clone https://github.com/KaesDingeling/Hybrid-Menu.git mvn clean install cd demo mvn jetty:run

To see the demo, navigate to http://localhost:8080/

Development with Eclipse IDE

For further development of this add-on, the following tool-chain is recommended:

  • Eclipse IDE
  • m2e wtp plug-in (install it from Eclipse Marketplace)
  • Vaadin Eclipse plug-in (install it from Eclipse Marketplace)
  • JRebel Eclipse plug-in (install it from Eclipse Marketplace)
  • Chrome browser

Importing project

Choose File > Import... > Existing Maven Projects

Note that Eclipse may give "Plugin execution not covered by lifecycle configuration" errors for pom.xml. Use "Permanently mark goal resources in pom.xml as ignored in Eclipse build" quick-fix to mark these errors as permanently ignored in your project. Do not worry, the project still works fine.

Debugging server-side

If you have not already compiled the widgetset, do it now by running vaadin:install Maven target for HybridMenu-root project.

If you have a JRebel license, it makes on the fly code changes faster. Just add JRebel nature to your HybridMenu-demo project by clicking project with right mouse button and choosing JRebel > Add JRebel Nature

To debug project and make code modifications on the fly in the server-side, right-click the HybridMenu-demo project and choose Debug As > Debug on Server. Navigate to http://localhost:8080/HybridMenu-demo/ to see the application.

Debugging client-side

Debugging client side code in the HybridMenu-demo project:

  • run "mvn vaadin:run-codeserver" on a separate console while the application is running
  • activate Super Dev Mode in the debug window of the application or by adding ?superdevmode to the URL
  • You can access Java-sources and set breakpoints inside Chrome if you enable source maps from inspector settings.

Release notes

Version 0.0.1.1-ALPHA

  • Upload to Vaadin Repository
  • Upload to GitHub

Version 0.0.1.13-ALPHA

  • Compiling problems was solved

Contributions

Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:

  • Fork this project
  • Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
  • Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
  • Refer to the fixed issue in commit
  • Send a pull request for the original project
  • Comment on the original issue that you have implemented a fix for it

License & Author

Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.

HybridMenu is written by KaesDingeling

Special thanks

appreciated

https://github.com/appreciated

fo0

https://github.com/fo0

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