Use .CHM files as data source

Hello,

I’m newish to vaadin and I try to figure out which one is best data source for my project. I have to balance between which files I can create out of my data and which files I can use with vaadin. I know that it’s possible to open and handle .CHM files with JAVA, but i’m not sure if it’s also possible to use it with vaadin?
I read somithing about to use .xml files in the way to convert them into a container which can be used in vaadinprojects. Is anything compareable possible with .CHM files? Are there any experiences with .chm files and vaadin?

Thank you for your help and Regards,
Florian

Everything that works in a Java-Web-App works obviously also in a Vaadin-Web-App.

What are you trying to do? Maybe if we understand what you want to accomplish we can help you.