Skip to main content

v0.0.3 (2013-10-08)

Scope

  • Core build and API documentation

Changes

  • Improved
    • Update the parent POM to support JavaDoc generation in GBK environments.
    • Improve JavaDoc content.

Cumulative changes

The original version identifiers are retained below. Where a feature was changed again, the changes for the main version on this page take precedence.

Hasor Web v0.0.1

  • Added
    • Support declaring Servlets and Filters with @WebServlet and @WebFilter.
    • Support @Controller controllers and method-level, class-level, and global controller interceptors; controllers can be singletons or have multiple instances.
    • Support RESTful routing and injection of path, query, header, and Cookie parameters.
    • Extend return-value handling through @ResultDefine, with built-in forwarding, inclusion, JSON, and redirection handlers.
    • Support XML configuration for loading Web resources from JARs, ZIPs, directories, and the classpath.

Hasor Web v0.0.2

  • Added
    • Allow WebApiBinder to specify Servlet and Filter registration order.
    • Support interceptors and @Forword, @Include, @Json, and @Redirect return-value handling for RESTful services.
  • Improved
    • Improve exception messages and JavaDoc builds; remove the original MIME-related code.
  • Fixed
    • Fix RESTful services failing to publish correctly.
    • Fix uncontrolled startup order for Filters registered through WebApiBinder.