Download List

Projeto Descrição

Induction is a request-based Java Web application
framework with support for dynamic application
reloading, type-based dependency injection and
dependency analysis between models, and views and
controllers using popular IDEs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-13 08:30 Back to release list
1.4.0b

O novo suporte para manipuladores de erro. Um novo @ <error-to-class-map> @ Directiva no XML de configuração para manipuladores de erro de configuração. Novo modelo de alta performance buffer de saída. A saída de um modelo é enviado para o cliente apenas se o modelo for concluída sem erros. Nada é escrito para o cliente para um modelo que tem erros, assim os usuários não ver o rastreamento de pilha de bagunça gerada por um motor de templates. Um manipulador de erro agora tem mais opções, como retornar um redirecionamento ou código de erro para o cliente (uma vez que não foi iniciado por escrito sobre a resposta).
Tags: Major feature enhancements
New support for error handlers. A new @<error-to-class-map>@ directive in the config XML to configure error handlers. New high-performance template output buffering. The output of a template is sent to the client only if the template completes without errors. Nothing is written to the client for a template that has errors, so users no longer see the messy stack trace generated by a templating engine. An error handler now has more options, such as returning a redirect or error code to the client (since no writing was started on the response).

Project Resources