What’s New in Spring Framework 3.0
Published August 13th, 2009 Under Architecture, Open Source Tools | Leave a Comment
With the Spring Framework 3.0 release, we are introducing further annotation-based configuration options, unified expression language support and comprehensive REST support. This talk discusses Spring as a modern Java 5 oriented application framework: covering the core component model, annotation-driven web MVC as well as platform integration.
JAX-RS the Java API for RESTful Web Services
Published July 17th, 2009 Under Architecture, Services | Leave a Comment
This presentation will give a detailed overview of JAX-RS, which is now an approved final JSR. The presentation is designed to appeal to novices and experts of Java who want to understand more about this API, the REST architectural style, and how to build RESTful applications. At the end of the presentation developers will have a better understanding of how to build their own RESTful Web services using JAX-RS.
RESTful Web Services in Spring
Published May 12th, 2009 Under Architecture, Services | Leave a Comment
REST, the REpresentational State Transfer, is the architectural style underlying the HTTP protocol. In the last couple of years, REST has emerged as a compelling and simpler alternative to SOAP/WSDL-based distributed architectures. In this session, Arjen will explain what REST is, how it can be used to build Web Services, and where it makes sense to use. We will start by giving an overview of REST: where did it come from, how does it work, and how can it be used to build a distributed architecture? Using illustrative examples, we will try to find an answer to these questions. Next, we look at some of the current frameworks and tools which can be used to build web services. We will look at Spring-MVC and JSR-311 (also known as JAXRS) on the server-side, and also investigate client-side options, such as the plain HttpURLConnection, and the more mature Commons HttpClient.
Ross Mason Discusses MuleSource, Mule ESB and Galaxy
Published May 7th, 2009 Under Architecture, Open Source Tools, Services | Leave a Comment
In this interview from QCon San Francisco 2008, Ross Mason discusses Mule, the role of an ESB, Enterprise Edition versus Community Edition, monitoring and MuleHQ, REST support, cloud-based deployments, Galaxy, governance, Mule integrations, community interaction via MuleForge, and the impact of the current recession upon open source software.
http://www.infoq.com/interviews/mason-mulesource
Introduction to REST
Published November 4th, 2008 Under Architecture, Services | Leave a Comment
Joe Gregorio goes over the basic principles behind REST.
« go back — keep looking »