Vaadin4Spring Eventbus

Spring, Spring Boot and Spring Security support for Vaadin applications (or the other way around, depending on your point of view).

License

License

Categories

Categories

Vaadin User Interface Web Frameworks EventBus Application Layer Libs Messaging
GroupId

GroupId

org.vaadin.spring
ArtifactId

ArtifactId

spring-vaadin-eventbus
Last Version

Last Version

0.0.5.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Vaadin4Spring Eventbus
Spring, Spring Boot and Spring Security support for Vaadin applications (or the other way around, depending on your point of view).

Download spring-vaadin-eventbus

How to add to project

<!-- https://jarcasting.com/artifacts/org.vaadin.spring/spring-vaadin-eventbus/ -->
<dependency>
    <groupId>org.vaadin.spring</groupId>
    <artifactId>spring-vaadin-eventbus</artifactId>
    <version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.vaadin.spring/spring-vaadin-eventbus/
implementation 'org.vaadin.spring:spring-vaadin-eventbus:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.vaadin.spring/spring-vaadin-eventbus/
implementation ("org.vaadin.spring:spring-vaadin-eventbus:0.0.5.RELEASE")
'org.vaadin.spring:spring-vaadin-eventbus:jar:0.0.5.RELEASE'
<dependency org="org.vaadin.spring" name="spring-vaadin-eventbus" rev="0.0.5.RELEASE">
  <artifact name="spring-vaadin-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vaadin.spring', module='spring-vaadin-eventbus', version='0.0.5.RELEASE')
)
libraryDependencies += "org.vaadin.spring" % "spring-vaadin-eventbus" % "0.0.5.RELEASE"
[org.vaadin.spring/spring-vaadin-eventbus "0.0.5.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.vaadin.spring : spring-vaadin jar 0.0.5.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

Vaadin4Spring

This project started as a prototype of an official Vaadin Spring add-on, back in the day when Vaadin 8 was new. That was many years ago and a lot has happened since that time. Now we have Vaadin 14 and I have deleted almost all of the extensions and addons since it did not make sense to port them to Vaadin 14.

All that remains is the event bus that is kept by popular demand. Please note, however, that the event bus has a design flaw that can lead to potentially serious security problems if used in the wrong way. Check the README for more information.

Versions

Version
0.0.5.RELEASE
0.0.4.RELEASE