5.0.0.4 (Oct 7, 2012)
Juno 5.0.0.4 is a minor update.
-
New {@link oajr.annotation.RestMethod @RestMethod} annoation on {@link oajr.RestServlet} methods.
Allows the usage of URL pattern matching and automatic conversion of URL variables to arguments passed to method handlers.
See {@link oajr.RestServlet} for more information.
-
Enhancements to
BeanContext.convertToType(Object,Class)
to be able to convert Strings
to classes with
fromString(String)
/valueOf(String)
static methods or T(String)
constructors.