Showing posts with label springsources. Show all posts
Showing posts with label springsources. Show all posts

Sunday, January 19, 2014

REST-Ful API Design

As data-driven applications become more widespread, the services that provide the data are becoming more critical. Most commonly these data services are exposed via REST-ful APIs. This session describes what exactly makes a service REST-ful, how to implement a REST-ful API using Spring, and how to test that API.




Source : http://www.youtube.com/watch?v=oG2rotiGr90

Saturday, August 31, 2013

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.

Thursday, August 29, 2013

Functional Programming without Lambdas

Explains about real-world experiences with functional frameworks such as LamdaJ, Functional Java and Guava. What should you consider before adopting them? How do they compare against one another? If you are stuck with a legacy Java version and want to be prepared for the functional future of Java 8, make sure to attend this session.