java

BDD clinic - the doctor is in

room: New Orleans — time: Tuesday 14:00-14:45, Tuesday 14:45-15:30, Tuesday 16:00-16:45, Tuesday 16:45-17:30
Level: Practicing

How’s your Behaviour Driven Development? Healthy, sick or new-born? Drop in to the clinic at any point during the session and find out. Bring your code, tests, examples and scenarios in to the experts for a thorough check-up, diagnosis and prescription. We can give your code base a full going-over, from business value through unit tests, mocking, and code. Got problems? Not sure who to talk to? Just making sure everything’s all right? Let us help!

We are able to work with Java, C# and Ruby, and will consider other species if you can describe them to us.

Scala: Object-Oriented and Functional Programming for the JVM

room: Grand Ballroom F — time: Wednesday 09:00-09:45, Wednesday 09:45-10:30
Level: Expert

Many Java teams want a more modern language that preserves their investment in Java technology. This talk looks at Scala, a new JVM language that fixes many of the limitations of Java. I’ll show why Scala is an ideal “upgrade” language for most Java teams.

Using examples, we’ll see that Scala is statically-typed, yet it has a succinct and flexible syntax. Scala traits add mixin composition to Java’s object model. Scala fully supports functional programming, which is the best approach for robust concurrent applications. All these qualities improve our agility.

Acceptance Testing Java Applications with Cucumber, RSpec, and JRuby

room: Grand Ballroom C North — time: Thursday 14:45-15:30, Thursday 16:00-16:45, Thursday 14:00-14:45, Thursday 16:45-17:30
Level: Expert

Cucumber is a new acceptance testing (AT) tool that works with RSpec. Already popular in the Ruby community, this tutorial shows you how to use Cucumber to test drive Java applications, when you combine Cucumber and RSpec with JRuby.

We’ll also discuss Cucumber vs. FitNesse and using RSpec vs. JUnit. You’ll learn tips for writing good acceptance tests. Half of the time will be devoted to a hands-on exercises, where you will test drive a simple Java application using Cucumber.

Bring your laptop (or a pair partner with one), with the latest Cucumber, RSpec, and JRuby installed.

Agile AJAX: The Google Web Toolkit Experience

keywords:
room: New Orleans — time: Thursday 09:00-09:45
Level: Introductory

Many an agile developer has gotten stuck in the AJAX mud when trying to develop Web 2.0 applications. Google Web Toolkit (GWT) applications are written in Java and compiled to JavaScript. This helps developers stay unstuck by leveraging the power of well-established Java tools and techniques. Learn how GWT works with refactoring Java IDEs, supports Test-Driven Development with JUnit, and handles all the cross-browser JavaScript for you.

Continuous Testing Evolved

room: Grand Ballroom C North — time: Tuesday 11:00-11:45, Tuesday 11:45-12:30
Level: Practicing

Continuous Testing (CT) is a developer practice that shortens the feedback loop established by Test Driven Development. It gives you near instant feedback about the correctness of your code, and helps you find bugs as quickly as syntax errors. This session will cover how CT has evolved in the last year, it’s current capabilities, and limitations. The presenters will also show several demos of the practice using freely available continuous testing tools, and examine how these tools can be integrated with existing infrastructure to bring the benefits of CT to a wider audience.

Back to Basics - Writing Expressive Tests Without All The Wizardry

keywords:
room: Grand Ballroom C North — time: Thursday 09:00-09:45, Thursday 09:45-10:30
Level: Practicing

There are quite a few good tools available for developers who are interested in writing more expressive tests. These cover a broad spectrum from unit testing and mocking frameworks to executable requirements platforms. But sometimes in our excitement for learning new tools we overlook the most useful tool of all…the language features of our chosen programming language. In this session we will get back to basics by exploring how you can write more expressive tests using the language features of Java, the framework features of JUnit, and the practice of Behavior Driven Development.

Java and Ruby Tools for Code Quality

room: Grand Ballroom C North — time: Monday 16:00-16:45, Monday 16:45-17:30
Level: Introductory

All projects benefit from high quality code but achieving the full benefits of agile approaches demands higher-than-usual software quality. A Continuous Integration build provides an ideal platform for applying automated tools to issues of code quality.

This tutorial looks at automated code quality tools that can be used to enforce or monitor code quality in Java and Ruby, and how they can be used to check quality manifested by:

  • style enforcement
  • lines per method
  • methods per class
  • code duplication
  • npath and cyclomatic complexity
  • test coverage
Syndicate content