Juno 5.1.0.14 is a moderate update.
The major addition is support for Remoteable Services, the ability
to invoke server-side POJO methods through client-side proxy interfaces.
Core
- Simplified {@del oaj.utils.PojoIntrospector} class.
- New {@del ClassUtils#getMethodSignature(Method)} method.
Client
- New methods in {@link oajrc.RestClient} for working with remoteable services:
- {@del RestClient#setRemoteableServletUri(String)}
- {@del RestClient#getRemoteableProxy(Class)}
Server
- Added a default OPTIONS page to {@del oajr.BasicRestServlet} and {@del RestServletJenaDefault}.
- RestServletProperties.REST_allowMethodParam has been enhanced to allow you to
explicitly specify which HTTP methods can be used in the &method parameter.
- New methods added to {@link oajr.RestRequest}:
- {@del RestRequest#getParser()}
- {@del RestRequest#getReaderParser()}