Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

static_resources.adoc

File metadata and controls

10 lines (7 loc) · 481 Bytes

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