Pinned Repositories
AllAboutGridWebinar
Source code for All About the Vaadin Grid Webinar
connector-element
A custom element that gives access to the API of any included Vaadin Connector
customgrid
Step-by-step example of how to integrate various client-side features with Vaadin Flow.
devmodejs
Experiment for running GWT development mode without using a browser plugin
HeaderTags
Declaratively define tags to include in the generated <head> HTML for your Vaadin UI class.
polymerProfiler
Console-based profiler for Polymer elements and applications
reactivevaadin
Reactive APIs for Vaadin
reflectioncache
A thread-safe reflection result cache that doesn't prevent class loaders from being garbage collected.
Srp4Gwt
Implementation of the Secure Remote Password protocol for GWT. Development continued at https://github.com/kevzlou7979/Srp4Gwt
vaadin-openid
Integrates OpenID logins to Vaadin
Legioth's Repositories
Legioth/customgrid
Step-by-step example of how to integrate various client-side features with Vaadin Flow.
Legioth/reactivevaadin
Reactive APIs for Vaadin
Legioth/csp-for-vaadin
Experiment to use strict CSP settings with a Vaadin 14 application
Legioth/htmltemplate
Use simple HTML files as server-side Vaadin templates
Legioth/address-book-vaadin-15
Quick and dirty example on how to use Vaadin 15 endpoints, components and TS
Legioth/cookbook
Copy & paste recipes for Vaadin
Legioth/demodulizer
The opposite of Polymer modulizer, but for Vaadin
Legioth/field
Field mixin for Vaadin 10+ components
Legioth/poll
Full-stack signals demo
Legioth/recycling-renderer
Prototype for a component renderer for Vaadin Grid that recycles component instances
Legioth/repeater
Controller for repeating child components based on a list of items.
Legioth/server-timing
Vaadin add-on that helps report server-side processing times to the developer tooling in the browser
Legioth/shared-signals
Proof of concept of sharing signal values between users
Legioth/vaadin-accordion
The Web Component for accordions. Part of the Vaadin components.
Legioth/vaadin-without-classpath-scanning
Proof of concept showing how Vaadin can be used without classpath scanning
Legioth/veactor
Use Project Reactor and Vaadin together
Legioth/buttonrenderer
Template-based button renderer for Vaadin 10+
Legioth/ck-pg-backend
Experimental Collaboration Kit cluster backend based on PostgreSQL LISTEN and NOTIFY
Legioth/flow-jsx-view
Prototype for using JSX to define a Flow view
Legioth/flow-quickstart-tutorial
Legioth/fs-routing
Prototype of file system based routing in Vaadin
Legioth/fusion-push
API prototype for server push support for Fusion
Legioth/hazelcast-session-replication
Legioth/hilla-file-router-example
Legioth/imagemap
An image map component for Vaadin 10+
Legioth/multi-ui
Example of emulating multiple UI classes from Vaadin 7 or 8
Legioth/multiplayer-demo
A multiplayer application demo
Legioth/offline-form
Legioth/per-user-subscription
Example of a Hilla reactive endpoint with a unique subscription for each user and cleanup when the user leaves
Legioth/view-state
Proof of concept with type-safe view state management based on signals for Hilla