In Sculptor 3.1 we should modernize the target platform and drop support for outdated technologies, e.g.
- Update to Spring 4
- Use Springs Java Config instead of XML
- Adopt Spring Datas Repository approach
- Leverage Spring Boot
- Update to Hibernate 4 and drop support for Hibernate 3
- Drop support for JPA1
- Update to JavaEE 6 and its APIs, e.g. Servlet API 3 or EJB 3.1
/Torsten