Add path-based routing deep link support to archetype
A Pure Java Single-Page App Framework
Brought to you by:
aoliver
For deep links to work when using path-based routing, the web.xml must serve the application home page for missing URLs. The following code should be added in the archetype web.xml and it should be documented in the Flavour book.
<error-page>
<location>/</location>
</error-page>
The existing archetype will be cloned into a new archetype-minimal package. Then the archetype will be expanded to a path-based routing app.
Diff:
Just committed a new archetype that demonstrates routing and allows path-based routing. The old archetype is moved to archetype-minimal.
This has been included in an all-new archetype in 0.3.2. The old archetype is now in archetype-minimal.