Beta 0.6.0.0 Released

Lattis Beta version 0.6.0.0 has been released. Here is an overview of some features.
  • FrontController Design Pattern used to handle mapped requests.

  • RequestProcessor provides a default implementation to manage requests. However, it can be easily overriden to better fit user needs.

  • ExceptionHandler provides a very simple implementaion to manage exceptions. It's important to override the default ExceptionHandler to implement the desired behaviour like logging for example.

  • Global and local forwards can specify a Redirect attribute to determine if the request should be redirected or just transferred after action execution. Redirect defaults to false if not specified.

  • Global and local exceptions can specify their ExceptionHandler using the attribute Handler. If not specified, default ExceptionHandler will be used.