Spring Roo: An Introduction
Published July 13th, 2010 Under Coding, Open Source Tools | Leave a Comment
Spring Roo is an exciting new rapid application development framework. It slices and dices and packs all the punches of frameworks like Rails and Grails but the end result is pure Java. In this presentation, we will be discussing what Spring Roo is and demonstrate it’s how it can be used to trim your development time and make your code more readable.
Video Producer: Oklahoma City Java Users Group
Easing JPA data access with Hades
Published July 7th, 2010 Under Open Source Tools | Leave a Comment
This video introduces the OpenSource library Hades that significantly eases implementing data access layers with JPA. It takes the audience on a guided tour through code samples introducing the features of Hades:
* Executing queries by only declaring interface methods
* Extending the EntityManager to provide a typed interface, programmatic pagination and sort support
* Combining execution of finder methods with pagination
* Auditing of entities to keep track of creation and modification date and user
* Integration of custom data access code
* Integration into Spring applications via Spring namespace and Spring IDE extension
Grails For Spring Developers
Published June 22nd, 2010 Under Coding, Open Source Tools | Leave a Comment
Beside doing an overview of the Grails framework, Jeff Brown shows how to write a Spring-integrated application in Grails. Some of the topics covered are: Spring Beans in Groovy, DI in Grails, Grails and Spring MVC, Database transaction management and remoting with Spring in Grails.
http://www.infoq.com/presentations/Grails-For-Spring-Developers
Building Modular Web Applications with OSGi
Published April 19th, 2010 Under Architecture, Open Source Tools, Services | Leave a Comment
In this presentation from SpringOne 2009, Rob Harrop discusses OSGi in the enterprise, OSGi basics, modularity in OSGi, import-package, require-bundle, the problem of split packages, import-bundle, Bundlor, demos of OSGi bundle usage, RFC 66, dm Server, the blueprint service, OSGi services, demo of building an OSGi-based Spring MVC web application, OSGi configuration admin, and dynamic updates.
http://www.infoq.com/presentations/harrop-modular-webapps-with-osgi
Christian Dupuis on SpringSource Tool Suite
Published April 12th, 2010 Under Coding, Open Source Tools | Leave a Comment
Christian Dupuis, Principal Engineer with SpringSource, discusses SpringSource Tool Suite’s Groovy, Grails and Roo support, Cloud Foundry integration, and future plans for the product.
http://www.infoq.com/interviews/christian-dupuis-sts
keep looking »