Changeset 1912
- Timestamp:
- 2011-07-07 08:21:05 (11 months ago)
- Location:
- trunk/samples/kauri-routing-sample/src/main/kauri
- Files:
-
- 3 edited
-
pages/about..xml (modified) (1 diff)
-
pages/index.html.xml (modified) (1 diff)
-
templates/person.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-routing-sample/src/main/kauri/pages/about..xml
r919 r1912 4 4 5 5 <t:block name="main"> 6 Nothing to say about this sample. 6 The Kauri routing module provides elaborate solutions for mapping an incoming request to a resource. For more information check the 7 <a href="http://docs.outerthought.org/kauri-docs-current/149-kauri.html">routing section in the documentation</a>. 7 8 </t:block> 8 9 -
trunk/samples/kauri-routing-sample/src/main/kauri/pages/index.html.xml
r1729 r1912 39 39 <p><a href="${publicUri('service:/main/jaxrs/helloworld-java')}">Hello world JAX-RS resource 40 40 implemented in Java.</a></p> 41 42 <p><a href="${publicUri('service:/main/jaxrs/helloworld-inner')}">Hello world JAX-RS resource 43 implemented in a Java inner class.</a></p> 41 44 42 45 <p><a href="${publicUri('service:/main/jaxrs/helloworld-groovy')}">Hello world JAX-RS resource -
trunk/samples/kauri-routing-sample/src/main/kauri/templates/person.json
r242 r1912 1 1 { 2 firstName: "John",3 lastName: "Doe"2 "firstName": "John", 3 "lastName": "Doe" 4 4 }
Note: See TracChangeset
for help on using the changeset viewer.