Application Versioning in GlassFish 3.1
Published July 15th, 2010 Under Configuration Management, Open Source Tools | Leave a Comment
This video demonstrates the deployment of multiple version of the same application in GlassFish 3.1 Milestone 1.
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
NetBeans IDE 6.9 – JavaFX Composer and OSGi
Published July 1st, 2010 Under Coding, Open Source Tools, User Interface | Leave a Comment
NetBeans engineering managers Jeff Jullion-Ceccarelli and Martin Ryzl offer a tour of NetBeans IDE 6.9, including a demo of the new JavaFX Composer.
Digg Technical Talks – Kohsuke Kawaguchi
Published June 29th, 2010 Under Configuration Management, Open Source Tools, Software Testing | Leave a Comment
The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities – from custom reports that include embedded Sauce Labs video results to automatically establishing connections between our environments, there are lots of ways to make tests run more often and more quickly through Hudson.
Related Resources
* Hudson Home Page
* Hudson – Your Escape from “Integration Hell”
* Continuous integration tools directory