SpringOne2GX 2014 Replay: The Future of Gradle - The Ultimate Build System

News | Pieter Humphrey | May 12, 2015 | ...

Recorded at SpringOne2GX 2014.

Speaker: Hans Dockter, Gradleware

More Groovy Track

Slides: http://www.slideshare.net/SpringCentral/the-future-of-gradle-the-ultimate-build-system

We are convinced that Gradle is already the best available enterprise build system. Yet we are far from done. We have finally the R&D bandwidth to deeply improve Gradle in the areas where it lacks. We also have the bandwidth to contribute some fundamental innovation to the domain of build and continuous delivery. All this will bring Gradle much closer to our vision of Gradle being the ultimate build system. We start by giving an overview of where Gradle is currently in the build system market when it comes to features and adoption. We will then talk about the next generation multi-platform dependency management. A dependency management that can fully capture the requirements of Android, JavaScript and the native domain as well as to improve the dependency management for the Java world. We will talk about how Gradle will dramatically improve the performance by introducing global caches and other optimizations. Finally we will talk about the new Gradle extendability model and its upcoming native and Javascript support.

SpringOne2GX 2014 Replay: Dive into Single-Page Application with RaveJS and Grails

News | Pieter Humphrey | May 12, 2015 | ...

Recorded at SpringOne2GX 2014.

Speaker: Fabrice Matrat

Essential Grails Track

Slides: http://www.slideshare.net/SpringCentral/dive-into-spa-with-grails-and-rave-js

See how this server-side guy fell in love with client-side application development when he discovered that his years of Grails experience already taught him how to be a great JavaScript developer. We'll explore how advanced architectural libraries, such as cujoJS and RaveJS, provide parallels to many of the concepts you love in Grails.

SpringOne2GX 2014 Replay: API Abstraction and API Chaining in Grails

News | Pieter Humphrey | May 12, 2015 | ...

Recorded at SpringOne2GX 2014.

Speaker: Owen Rubel

Essential Grails Track

Slides: http://www.slideshare.net/SpringCentral/api-abstraction

API abstraction is the separation of cross cutting concerns related to the api to better enable externalization to architectural concerns. Not only does this enable easier externalization, synchronization and sharing of the environment with external architecture but this also enables us to reload the api configuration on the fly, have DRY'r code, easier batching, api chaining, reduced code, synchronized configuration/security, reduced throughput and much more.

To My Fellow Students:

Engineering | Josh Long | May 11, 2015 | ...

"You are always a student, never a master. You have to keep moving forward." -Conrad Hall

"The empires of the future are the empires of the mind." -Winston Churchill

"You have brains in your head. You have feet in your shoes. You can steer yourself any direction you choose." -Dr. Seuss

"Good students are good at all things." -Marissa Mayer

"The person who never made a mistake never tried anything new." -Albert Einstein

Warning: if you're a seasoned developer, than this may not be the post you're looking for. Keep reading, anyway. I'll bet you know some developers who are taking their first…

Gradle dependency management plugin 0.5.1 released

Releases | Andy Wilkinson | May 11, 2015 | ...

We are pleased to announce that Gradle dependency management plugin 0.5.1.RELEASE is now available from Maven Central, Bintray, and the Gradle Plugin Portal. For more information about how the plugin can improve your Gradle builds, please read the introductory blog post.

This maintenance release fixes an issue with the support for Maven-style exclusions. In addition, 0.5.0 introduced a new task, dependencyManagement, that you can use to diagnose your project's dependency management. More details can be found in the project's README.

New in STS 3.7.0: Spring Boot Yaml Editor

Engineering | Kris De Volder | May 11, 2015 | ...

In STS 3.6.4 we introduced ".properties" editor support, for editing Spring Boot configuration properties.

Soon thereafter, people started asking about support for ".yml" files as well. We are proud to say that the ".yml" support is now reality.

Check out the 5 minute video demo to see this in action:

The Spring Boot Yaml editor is built on top of YEdit. STS adds boot-specific content-assist, validation, hover-infos and hyperlink detectors.

It can be tried out today from STS's nightly update site and is planned to be released as part of STS 3.7.0 near the end of June 2015.

Spring AMQP 1.4.5.RELEASE and 1.5.0.M1 Available

Releases | Gary Russell | May 08, 2015 | ...

We are pleased to announce that the latest maintenance release for Spring AMQP (1.4.5.RELEASE) is now available. This contains just a few bug fixes since 1.4.4.

In addition, the first milestone release for the 1.5 release is also available (1.5.0.M1). A release candidate will be available in a month or so, with the GA expected later in the summer.

The main features of this release are highlighted below:

##Class-level @RabbitListener

It is now possible to define the @RabbitListener annotation at the class level. Together with method-level @RabbitHandler annotations, this allows a single…

Webinar Replay: Smarter Service-to-Service Invocations with Spring Cloud

News | Pieter Humphrey | May 07, 2015 | ...

Speaker: Josh Long

Slides: https://speakerdeck.com/joshlong/smarter-service-to-service-invocation-with-spring-cloud

Spring Cloud 1.0 is here! It offers a powerful way to create and consume microservices. As you introduce new services, you introduce integration problems: services can be shaky, they can disappear and - as they're often exposed over HTTP - they require a bit more footwork than in-process method invocations. In this webinar, we'll focus specifically on how Spring Cloud integrates service registration (e.g.: Eureka, Consul, or Zookeeper), declarative REST clients (with Netflix's Feign), reactive programming and the circuit breaker pattern with Hystrix to support easy, robust service-to-service invocations.

Learn about about Spring Cloud at http://projects.spring.io/spring-cloud

Learn about about Spring Boot at http://projects.spring.io/spring-boot

Webinar: A Comprehensive Spring Showcase: Personal Cloud Storage Application

News | Pieter Humphrey | May 06, 2015 | ...

Speaker: Erdem Gunay, Turkcell

Turkcell launched a personal cloud storage service few years ago. Adding new business features was costly in terms of time and budget on the legacy solution. The user experience needed to be improved. Finally, it was decided to build a new solution where Spring Boot and Spring Framework projects play crucial role as the backbone. The project was completed just in 6 months starting from scratch. The solution was built on top of Spring Boot and many Spring IO Platform projects, allowing the development team focus on business logic instead of configuration & integration details. The project has been divided into deployable modules (API, backend, migration, test automation) accessing micro services that are responsible for one task only. Join Erdem for a review of the migration effort and new architecture - all enabled by Spring Boot.

Tuesday, June 9th, 2015 2:00PM GMT (London GMT) Register

Tuesday, June 9th, 2015 10:00AM PDT (San Francisco GMT-07:00) Register

Spring Security SAML 1.0.1 Released

Releases | Rob Winch | May 05, 2015 | ...

I'm pleased to announce the release of Spring Security SAML 1.0.1. This release is passive to 1.0.0 the highlights of which are:

  • Added support for Spring Security 4.0
  • Added integration guide with Okta
  • MaxAuthenticationAge time supports longer expiration times than 21 days
  • Deployment without JKS keystore is now supported
  • Service provider can now define multiple assertion consumer endpoints with same binding
  • Minor fixes and documentation improvements

Project Site | Documentation | Changelog

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all