<#import "../layout/defaultLayout.ftl.html" as layout> <@layout.myLayout "Home page">

Integration Test

This project serves as integration test of Ninja's functionality. You should try to test as much as possible with (fast) mocked tests, but from time to time you have to test functionality running on a real server. And for those test usecases this project is perfect. Feel free to add new testcases to this page.


Routing

Restful rendering of Html

Restful rendering of Json

Restful rendering of Xml

Rendering Form post form directly to object

Using Ninja's filters

Injection via Guice

Ninja's session support

Ninja's flash cookie support

Internationalization

Html Escaping

Upload files demo: