Spring LDAP 2.0.1 Released
I'm pleased to announce the release of Spring LDAP 2.0.1. This release can be found in Maven Central and contains a number of bug fixes including a fix to work with Spring Security 3.2. For additional details, please see the changelog.
Webinar Replay: Introduction to Apache Tomcat 8
Speakers: Daniel Mikusa and Stuart Williams
Slides: https://speakerdeck.com/dmikusapivotal/apache-tomcat-8-preview
Apache Tomcat 8 implements new versions of the Servlet, JSP and EL specifications as well as adding support for the new WebSocket specification. Work has also been completed on internal refactoring in a number of areas that will impact a number of Tomcat specific features. This presentation will provide an overview of the changes and new features introduced by both the updated specifications and the Tomcat specific changes. This session will enable attendees to identify the Tomcat 8 features of greatest interest to them and provide them with the information required to start planning their migration to Tomcat 8.
!{iframe width="420" height="315" src="//www.youtube.com/embed/nHdyBjb9gbU" frameborder="0" allowfullscreen}{/iframe}
SpringOne2GX 2013 Replay: Running Spring in Amazon Web Services
Recorded at SpringOne2GX 2013 in Santa Clara, CA
Speaker: Rob Harrop
Running applications in the cloud presents a set of interesting new problems, constraints and opportunities. In this talk, attendees will learn how best to deploy, run and manage their Spring applications in the Amazon cloud. Covering everything from basic applications in Amazon Beanstalk to large-scale applications that span multiple regions and interact closely with on-premise resources, this talk will equip attendees with the knowledge they need to be successful running Spring in the cloud.
!{iframe width="560" height="315" src="//www.youtube.com/embed/huUPkAfCwU8" frameborder="0" allowfullscreen}{/iframe}
SpringOne2GX 2013 Replay: Spring and Sencha - A Match Made In Heaven (or at least the cloud)
Recorded at SpringOne2GX 2013 in Santa Clara, CA
Speakers: Lou Crocker, John Ferguson
Much like Spring burst onto the scene and became a defacto standard for Java, Sencha is vying for a similar role in the world of HTML5. From Ext JS for desktop development, Sencha Touch for mobile, and Sencha Architect as a design tool, it has become a pervasive technology in the new paradigm of multi-client development. In this session we will use our own SpringTrader reference application to illustrate integration techniques of Spring with Sencha. We will go beyond the basic wiring of a REST call with binding results to UI components, and look at mapping the Spring MVC and Sencha MVC architectures, along with other tips and tricks to streamline your mobile application development efforts.
!{iframe width="560" height="315" src="//www.youtube.com/embed/DGyvKo7APss" frameborder="0" allowfullscreen}{/iframe}
Spring Framework 4.0.2 & 3.2.8 Released
Spring Framework 4.0.2 and 3.2.8 have been released and are now available from Maven Central and repo.spring.io.
We have brought forward both releases due to SPR-11376 which strengthens Spring OXM to protect against a XXE vulnerability.
For a complete list of changes please refer to JIRA
Spring Data Release Train Babbage - SR3 Released
I am happy to announce the availability of the third service release of the Spring Data Babbage release train. The release includes the following modules:
- Spring Data Commons 1.6.4 - Changelog - JavaDoc - Artifacts
- Spring Data JPA 1.4.4 - Changelog - JavaDoc - Artifacts
- Spring Data MongoDB 1.3.4 - Changelog - JavaDoc - Artifacts
- Spring Data Neo4j 2.3.4 - Changelog - JavaDoc - Artifacts
The release bundles a bunch of important enhancements and bug fixes and is a recommended upgrade. You can find all issues fixed in this release in our JIRA.
An important addition to the release is the release train BOM that allows you to easily upgrade to the service release by including the following dependency into your…
Spring Boot 1.0.0.RC2 Released
The second release candidate for Spring Boot 1.0.0 has now been released and published to the Spring Maven Repository.
UPDATE: We have released 1.0.0.RC3 earlier than expected to address an unfortunate regression with RC2. Please use RC3 in preference to RC2.
This release incorporates over 40 improvements and fixes. If you are upgrading from RC1, you may need to change some of your import
declarations as we have restructured a few packages with this release.
As well as bug fixes, there are a couple of new noteworthy features:
spring jar
Users of the spring
CLI application can now generate executable JARs directly from .groovy
scripts. Simply run spring jar
…
Spring Data Elasticsearch 1.0 M1 Released
On behalf of the development team around Mohsin Husen at BioMed Central I am happy to announce the first milestone of the Spring Data Elasticsearch community module.
The release of the module implements the well-known Spring Data programming model on top of Elasticsearch includes support for dynamic mapping (nested type, object, parent child), index and search API, facets, highlighting, aliasing, more-like-this, scan & scroll etc.
From a Spring Data perspective this release features support for templates, repositories, CDI, Java and XML-style configuration. Entities will be automatically…
SpringOne2GX Replay: AngularJS, Backbone.js and Client-Centric Design
Recorded at SpringOne2GX 2013 in Santa Clara, CA.
Speakers: Jeremy Grelle, Mattias Niemela, Tim Branyen
As clients have become more capable, developers are revisiting the server-centric page rendering approach and moving the MVC layer, in part or sometimes in whole, onto the client. When building a rich front-end there are an increasing number of choices available. This talk will dive into two emerging choices that are taking the web by storm: AngularJS and Backbone.js. Leaders from both communities will provide an introduction to each technology followed by a round table discussing front-end technology, answering questions from the audience. Special guests from Sencha and cujoJS will join the panel for Q&A.
!{iframe width="560" height="315" src="//www.youtube.com/embed/8NIIc3J7tNc" frameborder="0" allowfullscreen}{/iframe}