Examples
Here's a list of all the giwt-examples, we wrote to help getting started.
- HelloWorld: A small example to show how what is important when writing a giwt based application. This example also uses the Twig-service.
- Login: This example is about exentending the HelloWorld-example with a simple Login-Check for which we modify the existing controller and add two RequestHandlers and a new service.
- Login2: This example extends the above Login-example, by adding a additionbal ResponseHandler which sets a cookie and adjusts the LoginRequestHandler to allow access in case such a cookie is present.