I'm trying to implement simple product catalog using HANA XS Javascript. Pages of the catalog should be rendered on the server side.
How can I handle "dynamic" URLs based on data read from HANA database? For example, http:///myapp/store/[product-slug]/ (products are stored in HANA database and have unique slugs).