Showing posts with label Spring. Show all posts
Showing posts with label Spring. Show all posts

Saturday, December 21, 2013

Building Your Java Configuration Muscle Memory


Webinar: Reactor

Reactor is a succinct and powerful foundational library for building reactive, fastdata applications on the JVM. Although it is part of the Spring IO platform, the core Reactor libraries have no dependency on Spring. Above the core library, there's direct support for the Disruptor via the high-speed Processor abstraction which provides a Reactor API over the RingBuffer, first-class support for the high-performance JavaChronicle persistent message-passing library through the flexible PersistentQueue abstraction, first-class support for Groovy closures and @CompileStatic, high-performance TCP client and server support based on Netty 4.0, powerful annotation-based Spring support, and much more. Join Jon Brisbin at the event to get introduced to the first major GA release of Reactor, and learn how Reactor's Promise and Stream APIs are used to wrangle the inherent complexity of asynchronous, event-driven application code.



Source: http://www.youtube.com/watch?v=S6-L4xws9l0

Sunday, October 27, 2013

What's new in Spring MVC 3.2

This presentation will focus on what's new specifically in the area of Spring MVC. The presentation will explain all noteworthy features and, as is usual with every new release, there will be a lot to discuss including Servlet-based async request support, content negotiation enhancements, REST error handling, @MVC test support, and much more.



Source : http://www.youtube.com/watch?v=GSsWMLiKF-M

Saturday, August 31, 2013

Spring with Cucumber for Automation

Spring and Cucumber integration to make test automation easier. Cucumber is a framework for Behavior-Driven-Development (BDD), a refinement of TDD (Test-Driven-Development). Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into executable tests, written in a language called Gherkin.

Using Spring, Cucumber, WebDriver2, Hemant Joshi will show you how to use Spring & Cucumber to do BDD with elegance and joy.

Spring Boot - A new Technology by SpringSource

Spring Boot is a new Technology by SpringSource. It makes developing application with the Spring framework and other components of the Spring eco system much easier. It provides skeletons for typical Spring applications and also allows you to package them production ready - just a JRE is needed to run them in production.

Monday, May 6, 2013

Provisioning a Multi-Site In-Memory Database

Building for Performance with Spring Integration & Spring Batch

Hadoop, Pivotal HD and Spring for Apache Hadoop

Batch Processing and Integration on Cloud Foundry

Implementing Domain-Driven Design with Spring and vFabric

Understanding Java Garbage Collection and what you can do about it

Cloud Foundry Architecture

Effective Design Patterns in NewSQL

From Spring + Java to Spring + Akka - A Journey of Discovery