Spring Framework 1.1 Release Candidate 2 Released
We are pleased to announce that Spring Framework 1.1 Release Candidate 2 is available. This will be the last release candidate for 1.1; release 1.1 final can be expected very soon.
Among the new features in this release are:
- the new HTTP invoker remoting strategy, which uses Java serialization over HTTP (combining the strengths of RMI and Hessian)
- RemoteInvocationFactory and RemoteInvocationExecutor strategies for HTTP/RMI invoker, for additional invocation context
- basic JSF support in the form of a JSF VariableResolver implementation that is aware of Spring-managed middle tier beans
- form simplification macros for Velocity and FreeMarker, providing HTML input macros etc for easy form building
- …