All Projects → vaadin → flow-spring-examples

vaadin / flow-spring-examples

Licence: other
Examples for Vaadin and Spring Boot

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to flow-spring-examples

terraform-aws-ecs-web-app
Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.
Stars: ✭ 175 (+348.72%)
Mutual labels:  webapp
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+10.26%)
Mutual labels:  webapp
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+179.49%)
Mutual labels:  webapp
PdWebParty
An app that allows Pd users to run patches in a web browser and share them with a web link
Stars: ✭ 37 (-5.13%)
Mutual labels:  webapp
shairport-sync-mqtt-display
Display currently playing info, with remote control, using shairport-sync's MQTT support
Stars: ✭ 17 (-56.41%)
Mutual labels:  webapp
angular-projects
A collection of projects built on the Angular framework
Stars: ✭ 17 (-56.41%)
Mutual labels:  webapp
crosshare
Crosshare is a free and ad-free community for crossword constructors and solvers
Stars: ✭ 41 (+5.13%)
Mutual labels:  webapp
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (+79.49%)
Mutual labels:  webapp
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-48.72%)
Mutual labels:  webapp
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-56.41%)
Mutual labels:  webapp
me
SDN topology editor in your web browser with Mininet, image and addressing plan export.
Stars: ✭ 40 (+2.56%)
Mutual labels:  webapp
Anondraw
Source code of anondraw.com. An artistic collaboration tool with an infinite canvas.
Stars: ✭ 43 (+10.26%)
Mutual labels:  webapp
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (-23.08%)
Mutual labels:  webapp
stylo
Stylo est un éditeur de textes pour articles scientifiques en sciences humaines et sociales.
Stars: ✭ 29 (-25.64%)
Mutual labels:  webapp
cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (-30.77%)
Mutual labels:  webapp
cowrie-logviewer
A simple log viewer for cowrie
Stars: ✭ 20 (-48.72%)
Mutual labels:  webapp
oxycare
A platform and a mobile app to distribute oxygen concetrators in Tunisia. 👐
Stars: ✭ 27 (-30.77%)
Mutual labels:  webapp
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+38.46%)
Mutual labels:  webapp
ParkCatcher
Find a free parking in the nearest residential street when driving in Montréal. A Montréal Open Data project.
Stars: ✭ 32 (-17.95%)
Mutual labels:  webapp
apps
daily.dev application suite
Stars: ✭ 253 (+548.72%)
Mutual labels:  webapp

Flow Spring examples

This project contains the source code for the examples for using Vaadin and Spring together with the help of Spring Boot.

The tutorial can be found here.

The topics that are covered in this example project:

  • Getting Started with Vaadin Spring for Flow and Spring Boot: the initial @SpringBootApplication class.
  • Injection and Scopes with Vaadin Spring
  • Navigation with Vaadin Spring
  • Register VaadinServiceInitListener via the Spring DI mechanism
  • Flow template within Spring Boot application
  • Use I18N in Spring application

Running the project from command line

Run mvn clean install spring-boot:run in the project root directory. After the server has started point your browser to http://localhost:8080 to see the resulting application.

Running the project from your IDE

Navigate to the org.vaadin.spring.tutorial.TutorialApplication class and run it as a Java application.

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