Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 757 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 757 Bytes

Project Base for Vaadin Flow and CDI

This project can be used as a starting point to create your own Vaadin Flow application with CDI. It contains all the necessary configuration and some placeholder files to get you started.

The best way to use it is via vaadin.com/start - you can get only the necessary parts and choose the package naming you want to use.

Para la Versión 14 de Vaadin se requiere JDK8 o superior y node 10 en el cleinte.

Payara Server para desplegar la Aplicación.

PASO 1. Un simple "Hola Mundo con Vaadin and CDI"

PASO 2. Uso de @Inject Sobre las Vistas de Vaadin utilizando la base de Datos Derby y @EJB para el BackEnd.

PASO 3. Ejemplo sencillo de Binding de Datos en Vaadin Flow.