OpenChemLib Vaadin Components - Vaadin Add-on Directory
Vaadin integration of OpenChemLib-js ComponentsVaadin integration of the [OpenChemLib JS](https://github.com/cheminfo/openchemlib-js) components ([OpenChemLib JS](https://github.com/cheminfo/openchemlib-js) is the JavaScript port of the [OpenChemLib](https://github.com/Actelion/openchemlib) Java library). OpenChemLib is Java based framework providing cheminformatics core functionality and user interface components.
By combining OpenChemLib and "OpenChemLib Vaadin", you can develop applications that are chemistry-aware.
The following UI components are available:
- StructureView
- StructureEditor
- StructureEditorDialog
- ReactionView
- ReactionEditor
- ReactionEditorDialog
To be able to properly run in development mode, don't forget to add package ```ch.artaios``` to ```src/main/resources/application.properties``` like follows:
```properties
vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,ch.artaios
```
View on GitHubOpenChemLib Vaadin Components version 2.0.0
OpenChemLib Vaadin Components version 2.1.1
OpenChemLib Vaadin Components version 2.2.0
OpenChemLib Vaadin Components version 2.3.0