Natale - Vaadin Add-on Directory
The "commons" library for Vaadin 8 developers# Natale
Natale is a server side enhancement library for Vaadin 8 (like Viritin). It provides more fluent API for existing components and some major enhancements to databinding.
- --
# Components:
- [NGrid]. Allows user manually add nested property as columns and simplify Grid creation.
- [ConfigurableBackEndDataProvider]. Adds a possibility to have a "direct link" to some backend storage.
- [JpaDataProvider]. A "implementation" of ConfigurableBackEndDataProvider for [JpaRepositories].
- [PropertyFilteredJpaDataProvider] allows fluent API to configure custom property filters through [Reflection].
# Examples:
- ## Creation NGrid
```
add in future
```
- ## Use ConfigurableBackEndDataProvider
```
add in future
```
- ## Using of PropertyFilters
```
add in future
```
# License
Apache License 2.0
[JpaRepositories]:
[Reflection]:
[NGrid]:
[ConfigurableBackEndDataProvider]:
[JpaDataProvider]:
[PropertyFilteredJpaDataProvider]:
Source CodeNatale version 2.0
- created "common" backend data provider, which supports direct operations with backend.