Category: Open Source Tools
Open Source Tools for Software Development Videos and Tutorials
Dojo: Patterns for Lovers of JavaScript
Dojo teaches fundamentally sounds techniques for high performance JavaScript applications across the board. In this session, you will learn how these techniques are used internally provide a stable, professional-grade foundation for creating highly maintainable, scalable projects of any size. Learn about the powerful dojo.data and RPC APIs, and other internal …
NOSQL Meetup San Francisco – HBase
HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. HBase ia an open-source, distributed, column-oriented store modeled after the Google paper, Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage …
JBoss Application Server 5 and Beyond
JBoss 5 with completely re-architected components represents the most comprehensive redesign of the JBoss Application Server to date. This session discusses the rationale and goals behind JBossAS 5 and introduces attendees to the new Microcontainer-based architecture that enables the blending of the various component models (simple POJOs, legacy MBeans, OSGi …
FitNesse: Slim Comparison Operators
A quick demonstration of the comparison operators used in Slim Tables. FitNesse home page
Working Outside-in with Cucumber and RSpec
Look at the idea of working Outside-in and the importance of focusing on customer value. Introduce Cucumber a testing tool which allows writing plain text feature documentation which through Ruby steps is executed. Examine how to use it, why it is useful and how it compares with existing tests such …