3.5.23. Opening Static Resources in Browser
Static resources can be loaded and read in the web browser using a simple URL without authentication, REST or FileDescriptor
. Place static files within the local directory of the project: /modules/web/web/VAADIN/
. Then resources will be accessible by URL http://localhost:8080/app/VAADIN/{fileName}
, for instance:
http://localhost:8080/app/VAADIN/customers_list.txt