ApacheCon US 2006

ApacheCon RegistrationApacheCon US 2006 WikiApacheCon ResourcesApacheCon HotelApacheCon PressApacheCon ExhibitorsApacheCon SponsorsApacheCon Special EventsApacheCon SpeakersApacheCon Sessions


ApacheCon US Sessions: Wednesday

Title: KN01 - Keynote - 9:30: Let's Measure The Speed of Light
Speaker: Cliff Stoll
Download: Presentation

Everyone talks about the speed of light, but have you actually measured it? Let's aim a laser beam across the room; we'll turn it on and off, and measure how long each pulse takes to travel across the room. It's a classic experiment, going back to Galileo, Roemer, Fizeau, and Michelson. Just one hitch: Special Relativity.

Along the way, let's try a few other physics experiments: find the speed of sound, see a dipole precess in a magnetic field, and perhaps tweak the Earth's magnetic field. All experiments performed without a net.


Title: WE0 - Opening Plenary - "State of the Feather"
Speaker: Sander Striker, President of The Apache Software Foundation
Categories: ASF
Level: Beginner
Download: Presentation

From independent developer programs, to small business IT environments, to mission-critical enterprise implementations, Apache-based technologies form the backbone of Open Source applications of all sizes. ASF President Sander Striker kicks-off this year's conference with the latest developments from The Apache Software Foundation, including its projects, Membership, community, and more.


Title: WE1 - Maven in the Wild: An Introduction to Maven
Speaker: Jason van Zyl
Categories: Java
Level: Beginner
Download: Presentation

This session provides an overview of Maven, a discussion of Maven’s principles, what Maven can provide for our development team and the benefits of using Maven. This session will be a balance of theory and live demonstration starting with a description of Maven’s powerful project object model (POM) and show how the use of POM alleviates many of the traditional burdens in software development. By the end of this session you will have gained enough familiarity with Maven to create, build, and manage your own projects with Maven.


Title: WE2 - Apache Synapse - The ESB that kills the ESB
Speaker: Paul Fremantle, Asankha Perera
Categories: Web Services
Level: Intermediate
Download: Presentation

The ESB term has become so hyped as to be meaningless. Apache Synapse is a project based on the maxim: "Code Talks": instead of hype, Synapse is based on delivering the most useful function needed to build and manage a distributed, interoperable Service Oriented Architecture. Synapse sits between services on the network and does useful things. It can log and monitor, route and transform, translate and validate messages as they flow across the network. Synapse has a simple, easy to use configuration model closely based on available standards, including XPath, XSLT, and Regex. Out of the box Synapse does useful things like switching between WSRM and JMS, WS-Sec and HTTPS, XML and JSON, REST and SOAP.

Synapse is a lightweight, high-performance pure open source Enterprise Service Bus and Broker. Built on top of Axis2 and Axiom, it supports both transparent proxying and an explicit gateway model. Synapse can be easily extended with additional mediators implemented as Java classes, classes managed by Spring etc. This talk will introduce the Synapse message mediation framework and how it could be configured and used to solve common enterprise integration scenarios. So come along and find out how to build an ESB the open way.


Title: WE3 - CNN.com Performance and Lessons Learned
Speaker: Brian Akins
Categories: Apache HTTP Server, Case Study, Performance
Level: Intermediate
Download: Presentation

CNN.com is a high profile website with some unique performance considerations. We have developed several modules that have enabled us to more than double our web serving capacity while halving our actual number of web servers and bandwidth usage. We currently serve over 2 billion hits per day using Apache. We have learned many performance lessons.


Title: WE4 - Apache MyFaces - Open Source Java Server Faces
Speaker: Matthias Wessendorf
Categories: ASF, Java, New Technologies,
Level: Beginner
Download: Presentation

JSF (JavaServer Faces) is now a well-known and widely accepted standard in the J2EE landscape. JSF is introduced with a discussion of what it is and how it works. You will understand both why we have JSF and how it works. We cover the Apache MyFaces implementation of JSF and some of the really cool extras you get from using MyFaces. These extras are fileupload, tree, Tiles support, calendar, scrollable and sortable table and custom validators, to name only a few. Since JSF is not bound to the servlet world, you'll see how to use MyFaces applications inside of a JSR 168.


Title: WE5 - Opening Panel: The Business of Open Source
Speaker: Sally Khudairi, Winston Damarillo, Lee Thompson & Thomas Van de Velde
Track: Business Track
Categories:
Level: Beginner
Download: Presentation

The ApacheCon Business Track addresses business, marketing and legal/licensing issues in Open Source over the course of three days. A panel of industry experts will open the Business Track by engaging in a lively discussion on the key issues affecting the industry, including:

  • Strategy, Staffing and Software
  • Competitive Advantage
  • Cashless ROI
  • Business Trends and The Emperor’s New Clothes
  • VCs, Angels, and Daemons

Moderator Sally Khudairi will create an interactive environment by including questions and comments from the audience throughout the 50-minute session


Title: WE6 - Enterprise Maven
Speaker: Rod Coffin, Brandon Burk
Categories: Build Tools, Java
Level: Intermediate
Download: Presentation - PPT

Effective software development organizations want their software development process to be automated, repeatable, and produce quality systems in a highly productive manner. Maven 2.0 is a popular open-source framework which tackles this challenge head-on by abstracting tasks and processes commonly performed across applications and can streamline many of the activities involved in building and maintaining software systems.

The presenters will highlight the enterprise capabilities of the Maven architecture and recommend best practices based on their implementation experience across a Fortune 500 rental car company. Specifically, this presentation will explore how Maven can be leveraged to achieve:

  • Repeatable and reproducible builds
  • Code and build reuse across an organization
  • Mature configuration management
  • Collaboration and communication across project teams
  • Promotion of project visibility
  • Pragmatic documentation
  • Standardization of process and technology

Audience members will gain an understanding of the capabilities of Maven, the breadth of its extensibility, adoption strategies, and best practices for effective use.


Title: WE7 - ServiceMix presentation
Speaker: Guillaume Nodet
Categories: Java, Web Services, XML
Level: Beginner
Download: Presentation

Apache ServiceMix is an ESB based on the JBI specification currently incubated at the ASF. This presentation will cover the JBI specification, ServiceMix specific features and how to leverage these features in an SOA context.


Title: WE8 - Hacking the Apache HTTP Server at Yahoo!
Speaker: Ryan Troll
Categories: Apache HTTP Server
Level: Intermediate and Advanced
Download: Presentation - PPT

Since 1996, Yahoo! has been running the Apache HTTP Server on thousands of servers, serving billions of requests a day. This session reveals the secrets behind "yapache," Yahoo's hacked-up version of the Apache web server. Learn how Yahoo! gets maximum performance out of minimal hardware by tweaking configuration directives and hacking the source code.

Troll will cover topics such as reducing bandwidth costs, extensible logfile format and rotation schemes, SSL acceleration, fault isolation to prevent disruption of service, and how to avoid the dreaded MaxClients, Max/MinSpareServers, StartServers configuration nightmare.


Title: WE9 - Struts 2.0
Speaker: Donald Brown
Categories: Java
Level: Intermediate
Download: Presentation - PPT

Struts 2 is a web-based MVC framework that emphasizes simplicity and interoperability. Built on the familiar Action-centric approach of Struts 1, generation features reusable UI templates and themes, POJO Actions, annotation- configuration, JavaServer Faces support, native AJAX capabilities, robust server side validation, and much more. This session will cover the key features new version, paying special attention to existing Struts 1 developers.


Title: WE10 - Bringing Open Source Software Development Processes and Principles to the Enterprise
Speaker: Brian Behlendorf
Track: Business
Download: Presentation

Enterprises have historically treated software as a fungible asset they can purchase off-the-shelf or that, if written in-house, has some inherent value that can be detached from the context it was written for and the community who wrote and used it. In contrast, the more successful open source projects have shown the value of socializing the practice of software development, of connecting the code to the community behind and using it, and the ongoing process of development. Enterprises today are learning from open source how to bring transparency and consensus decision-making to internal development, how to build sustainable developer and user communities around modular code, and how to make participation on public open source projects a regular part of their own development process.


Title: WE11 - Apache Container 2.0
Speaker: Henning P. Schmiedehausen
Categories: Java, New Technologies
Level: Intermediate
Download: Presentation

Containers and component based architectures are the most recent trend in Software development. The Apache Software Foundation offers various containers which differ in maturity, feature sets and fields of application. In the last twelve months, new projects have been incubated, others matured rapidly and become the foundation for other Apache projects. This talk will show "what is there" in the ASF, cover the different concepts in the containers available and highlight their strenghts and weaknesses.


Title: WE12 - Getting Rich with PHP 5
Speaker: Rasmus Lerdorf
Categories: Performance, PHP
Level: Intermediate
Download: Presentation

PHP has become amazingly popular due to its simple pragmatic approach to solving the web problem. The web problem has been changing and there is a lot of talk about Web 2.0 and the Programmable Web. PHP is more relevant than ever as people are combining web service components to build rich AJAX-driven web applications. In this talk Rasmus will cover the basic building blocks PHP 5 provides for building these rich applications with a heavy emphasis on performance.


Title: WE13 - Apache as a Virus-Scanning Web Proxy
Speaker: Jeremy Stashewsky
Categories: Apache HTTP Server, Case Study, Performance, Security, Unix
Level: Advanced
Download: Presentation - PDF

A virus-scanning HTTP proxy between you and the web is becoming more commonplace. The presentation will first show how to put together a scanning proxy with just mod_proxy, mod_cache, and a custom output filter. The talk then will detail some of the inherent challenges in scanning HTTP data, including caching and performance implications, and expose some solutions to those challenges.


Title: WE14 - The Apache Shale Framework
Speaker: Craig McClanahan, Gary VanMatre
Categories: Database, Java Commerce
Level: Intermediate
Download: Presentation - PDF

Over the last five years, a variety of frameworks for building Java-based web applications have been created. More recently, however, JavaServer Faces has become a standard part of the Java EE 5 platform, providing both a user interface component framework and the basis for a web application framework. It is possible to integrate JavaServer Faces components into many frameworks (including Struts). However, the resulting architecture leaves you with redundant implementations of many features (such as navigation and validation). A framework that uses JavaServer Faces extension points, on the other hand, would provide a leaner and easier-to-use base for building webapps. Shale is such a framework. It leverages JavaServer Faces extension points to provide additional functionality (application event callbacks, dialogs with conversation-scoped state, annotation-based functionality to reduce configuration requirements, support for remoting), while leveraging the standard application controller facilities of JavaServer Faces. This session will introduce the basic features of Shale, and discuss the roadmap for its future development.


Title: WE15 - Behind the Scenes of the Apache Software Foundation (part 1)
Speaker: Cliff Schmidt, Lars Eilebrecht
Categories: ASF, Community
Level: Beginner
Download: Presentation - PDF

This presentation will give you everything you always wanted to know about the Apache Software Foundation (ASF), but were afraid to ask. It will show you that there is more than just the Apache webserver, and provide you with information on how the ASF works. It will show you the difference between membership and committership, point out who decides what, how elections take place, the technical infrastructure, project management committees, and the philosophy behind the incubator. Come and see behind the scenes of the Apache Software Foundation and its many projects.


Title: WE16 - Introduction to Apache Harmony
Speaker: Geir Magnusson Jr
Categories: Community, Java, Performance,
Level: Intermediate
Download: Presentation

The Apache Harmony project is building a compatible implementation of the Java SE platform. Founded with the intent of collaborating with other FLOSS Java SE communities the project has two primary goals: - to create a full implementation of Java SE including JVM, class library and tools - to implement the above by using a modular and component-containing architecture for the JVM and class library This session will cover the background of the project and describe the community and technical issues encountered to date, provide a status report, and demonstrate the current codebase.


Title: WE17 - Maintainable PHP
Speaker: Laura Thomson
Download: Presentation


Title: WE18 - Apache Performance Tuning Part 1: Scaling Up
Speaker: Sander Temme
Categories: Apache HTTP Server, Performance, Unix
Level: Beginner
Download: Presentation - PPT

The Apache HTTP Server powers some of the busiest sites in the world, so when your web site takes off and becomes popular, you're in good hands when you use Apache. This session covers tuning the Apache HTTP Server for performance. We will discuss server performance monitoring and benchmarking. Then we will cover configuration options that affect performance, system sizing and operating system tuning. Finally, we will discuss caching dynamic content with mod_cache.


Title: WE19 - Shale And The Java Persistence Architecture
Speaker: Craig McClanahan, Gary VanMatre
Categories: Commerce, Java, New Technologies
Level: Intermediate
Download: Presentation - PDF

Shale is a modern web application framework based on JavaServer Faces. Java Persistence Architecture is the successor to "Entity Beans" in the EJB2 architecture. Both of these frameworks focus on improving ease of use for application developers. What could be better than a synergy between the two technologies, that leveraged the benefits of both? Come to this session to learn how to leverage these technologies together, as well as understand how the same principles can be used to leverage other existing persistence frameworks (such as Hibernate) in conjunction with JavaServer Faces.


Title: WE20 - Behind the Scenes of the Apache Software Foundation (part 2)
Speaker: Cliff Schmidt, Lars Eilebrecht
Categories: ASF, Community,
Level: Beginner
Download: Presentation

This presentation will give you everything you always wanted to know about the Apache Software Foundation (ASF), but were afraid to ask. It will show you that there is more than just the Apache webserver, and provide you with information on how the ASF works. It will show you the difference between membership and committership, point out who decides what, how elections take place, the technical infrastructure, project management committees, and the philosophy behind the incubator. Come and see behind the scenes of the Apache Software Foundation and its many projects.


Title: WE21 - Single Source Publishing with Apache Forrest
Speaker: Ferdinand Soethe
Categories: XML
Level: Beginner
Download: Presentation

Apache Forrest harnesses the power of Apache Cocoon to build a single source publishing framework, based on common standards. It is easy to use and extend to suit a wide variety of publishing needs.

  • Learn how to get started with Forrest in a few easy steps.
  • Take a closer look at the design concepts behind Forrest.
  • See that it can be easy to publish a single document to very different target media (Web, print, speech, presentation slides) and in a consistent and uniform way.
  • Find out about 'smart' slide presentions you can create with Forrest.
  • Take a tour of input-plugins for MS-Office, OpenOffice and other common formats learning how to integrate different document- and data sources in a common corporate design.
  • Discover Forrest's potential to quickly embed dynamic data from local and remote systems.

Title: WE22 - Enabling Web Services by Embedding Axis2/C
Speaker: Samisa Abeysinghe, Malinda Kaushalye
Categories: Web Services, PHP
Level: Intermediate
Download: Presentation - PDF

PHP Axis2 and the Axis2/C Firefox extension are examples of Apache Axis2/C used as the base to provide Web service capabilities in diverse platforms. This kind of integration is a reality, not only because it is written in C, but also because Apache Axis2/C has been written platform independent with portability and integration in mind. This session will help you understand how you could use the Apache Axis/C API to embed it in to your platform to enable Web Services. The session will use sample use cases from both the PHP Axis2 extension and Axis2/C Firefox extension to demonstrate how integration could be done effectively in a short period of time.


Title: WE23 - Apache Performance Tuning Part 2: Scaling Out
Speaker: Sander Temme
Categories: Apache HTTP Server, Performance, Unix
Level: Beginner
Download: Presentation - PPT

As your web site grows in popularity, you will get to the point when one server doesn't cut it anymore. You need to add more boxes, and this session discusses several approaches to scaling out. We will cover webserver load balancing, SSL offload and separating application tiers. We will also discuss how to configure the Apache HTTP Server to front Apache Tomcat servers and how to load balance between Tomcat servers. Finally, we will deal with Java VM and database tuning.


Title: WE24 - Essentials on Performant JavaServer™ Faces Apps: Client Versus Server Side
Speaker: Ernst Fastl
Categories: Java, New Technologies
Level: Intermediate
Download: Presentation - PDF

State saving in JavaServerT Faces (JSF) technology is a hot topic--it is the single most important configuration setting for making your applications perform like they should. This presentation tells you what the speakers have learned in implementing state saving in Apache MyFaces--in using state saving in their applications, profiling their performance, and discussing the results with their user community. Expect to learn lots about how state saving in JSF works and how to use JSF for applications that scale.


Title: WE25 - ASF Corporate Sponsorships
Speaker: Jim Jagielski
Categories: ASF, Commerce
Level: Beginner
Download: Presentation

ASF Director and Executive VP, JimJagielski, will announce and describe the ASF Corporate Sponsorship program. This program is designed to allow for Corporations and Organizations to provide direct financial support to the ASF in an official and recognized fashion. The types of sponsorships available, and the specifics of each will be provided. An open Q-and-A session will conclude the talk.


Title: WE26 - The Ins and Outs of Clustered Logging
Speaker: Theo Schlossnagle
Download: Presentation

Logging is one of the most commonly overlooked aspects of managing web architectures. Logs provide crucial information on traffic, trends,visitors and, most importantly, unexpected behaviour. Troubleshooting malfunctions and understanding trends in real-time is much more difficult in a clustered environment. A concise, unified
logging infrastructure is crucial. This session will introduce mod_log_spread and the glorious things that can be done with it.


Title: WE27 - PHP 6 & Unicode: Who Needs Berlitz?
Speaker: Andrei Zmievski
Categories: PHP, New Technologies
Level: Intermediate
Download: Presentation

Native Unicode support is the main feature in the upcoming PHP 6. Come to this session and find out what this means for you and how you can take advantage of it. This talk will provide an overview of the most salient features of the Unicode support and illustrate the new internationalization features with a variety of demos on topics such as:

  • Character set conversion
  • Text boundary analysis
  • Working with international dates and calendars
  • Transliteration and text normalization
  • Working with character sets and properties

Title: WE28 - Writing Portable C Code with APR
Speaker: Garrett Rooney
Categories: New Technologies, Windows, Unix
Level: Intermediate
Download: Presentation

Despite the widespread availability of POSIX operating systems, writing C code that is portable to a wide variety of Unix operating systems is still a challenging problem, even for an experienced developer. Add in the need to run on Windows, Netware, OS/2, and even BeOS and you've got something that's beyond all but the most operating system agnostic among us. But all is not lost for the cross platform C programmer, you can make the task manageable simply by building on the right foundation, the Apache Portable Runtime. The Apache HTTPD runs on all of these platforms, and the collective knowledge of the developers that made that possible has been condensed into a C level API that lets you portably take advantage of the best platform specific abilities on each system, while still remaining portable enough to run without them. Learn how to portably go from "Hello World" all the way up through a multithreaded network server, gaining a working knowledge of APR's API via complete examples who's lessons you can easily use in your own applications.


Title: WE29 - AJAX in Apache MyFaces
Speaker: Ernst Fastl
Categories: Java, Commerce
Level: Beginner
Download: Presentation - PDF

AJAX (Asynchronous JavaScript and XML) is a new, very interactive and dynamic techonology to build web applications. With AJAX, you load only parts of a page upon a request and leave the other parts of the page unchanged. This session covers the basics of AJAX and its inclusion in JavaServer Faces. It goes on demonstrating the AJAX components Apache MyFaces brings along and explains how to use them in highly interactive web applications. Finally, it outlines the technology to build your own AJAX components for JSF and Apache MyFaces.


Title: WE30 - Open Source: The End of Ossification (or, Why I Love My Job)
Speaker: Rebecca Hansen
Categories: Commerce
Level: Beginner
Download: Presentation - PDF

The basic goal of marketers and strategists is change. We accomplish this by futzing with a few basic levers; examples are the "The Four Ps"—product, positioning, promotion and price. However, as markets mature, they tend to ossify, increasingly indifferent to manipulations of levers that move less and less and only in certain directions. And so we strive for break-out market disrupters and stifle yawns. Open source disrupts this torpor, setting everything in motion and upending markets and practices that haven't budged in years: traditional competitors can become de facto colleagues (e.g, Sun and IBM work together on Derby in the Apache community); going for "I win/you're screwed" loses; better technology does matter; product lifecycles start to look more like fruit flies', with beneficial mutations appearing in months vs. years; and doing marketing and strategy in this swirl is pure F-U-N. In this session, I'll share my experiences and observations gathered from the past two years while shaping and implementing Sun's open source database strategy and show how Sun benefits from its use of open source products and participation in their communities. You'll get a sense of how open source can open up opportunities where there were none before, why open source makes good business sense for end-users and vendors ("free" is only one part of it), and how you too (!) can join in the fun.



ApacheCon US Sessions: Thursday

Title: KN02 - Keynote - 11:30
Speaker: Patrick Ball
Level: All
Download: Presentation


Title: TH1 - Httpd Power Tools - 20 things you didn't know you could do with your Apache web server
Speaker: Rich Bowen
Categories: Apache HTTP Server
Level: Intermediate
Download: Presentation

Inspired by the Apache Cookbook, this talk will cover 20 recipes for things that you didn't know were possible on your Apache web server. Or as many as time allows.


Title: TH2 - PHP 5's Magical Methods and ext/soap
Speaker: Adam Trachtenberg
Categories: Case Study, Commerce, PHP, Web Services
Level: Intermediate and Advanced
Download: Presentation

The two most important changes in PHP 5 are improved object-oriented features and new XML extensions. This session provides an introduction to both by demonstrating the two in combination. Using the real-world example of eBay's APIs as the basis of a case study, you'll create a more usable interface to a SOAP-based Web service with the help of magical methods, SPL, and ext/soap. Working together these tools simplify your code and make it easier to manipulate external data sources. If you've ever wondered what's the purpose of the oddly named methods, __get(), __set(), and __call(), this is the session for you. Likewise, even heavy users of the SOAP extension are bound to learn an undocumented trick or two.


Title: TH3 - Intro to XSLT
Speaker: Chris J Davis
Categories: XML
Level: Beginner
Download: Presentation

XSLT -Extensible Stylesheet Language Transformations, give you the ability to style and convert XML to any number of human readable formats including PDF, XHTML, et al. In this session we will cover XSLT syntax, CSS incorporation as well as take a look at some of the tools available for converting XML using XSLT.


Title: TH4 - mod_perl for Speed Freaks!
Speaker: Philippe M. Chiasson
Categories: Apache HTTP Server, Performance, Perl
Level: Beginner
Download: Presentation - PDF

Covering a variety of tips and techniques including: persistent DB connections, cached DBI statements, reducing memory usage by deploying shared memory, module preloading techniques, avoiding importing of variables and global variables in general, forking and subprocess overhead, memory leakages detection and prevention, tuning Apache configuration directives for best performance by benchmarking the scripts, object method calls vs. functions, sending compressed HTML, performance of print calls and buffer flushing.


Title: TH6 - Introduction to WebDav
Speaker: Rich Bowen
Categories: Apache HTTP Server
Level: Beginner
Download: Presentation

WebDAV is a http-based filesystem, a replacement for FTP, a way to exchange calendars, a handy way to manage your web content, and so much more. Learn how to configure your Apache web server to do DAV, and how to connect to it with a variety of different client applications.


Title: TH7 - 2.2 Rocks! Quit using 1.3 already!
Speaker: Rich Bowen, John Coggeshall
Categories: Apache HTTP Server, Community, PHP,
Level: Intermediate
Download: Presentation

Apache 2, although available for 4 years, had had slow adoption due to misconceptions about how ready it is. In particular, folks think that it doesn't play nice with PHP. Of course, this is hogwash. In this talk, we'll show you the reasons why you should move to Apache 2.2 immediately, if not sooner - stuff that you can't live without, and can't do on 1.3 no matter how hard you try. This will be slanted towards PHP user, showing many of the cool things that are now possible with PHP in 2.2.


Title: TH8 - Getting started with Apache FOP
Speaker: Patrick Paul
Categories: XML, Java, Case Study
Level: Beginner
Download: Presentation - PDF | Handout - PDF

Apache FOP is the most popular XSL-FO implementation on the market. It is used to create documents in PDF, PostScript and other formats. With the imminent release of Apache FOP 1.0, this session will give an overview of what Apache FOP can do today. It will show you how to approach integrating FOP into an application and point to the existing tools around you that can help you with this task. You will get tips how best to organize the development of your documents/stylesheets, which editors can help you and what their limits are. Furthermore, you'll learn when the use of XSL-FO makes sense and when not. A small case study will also help illustrate the use of Apache FOP in a web environment.


Title: TH9 - mod_perl-2.0: Advanced Profiling & Instrumenting Techniques
Speaker: Philippe M. Chiasson
Categories: Apache HTTP Server, Performance, Perl,
Level: Advanced
Download: Presentation - PDF

This sessions presents various tips and tools to identify problems area in existing code and help in improving it's performance. Learn to measure how well your existing code is performing and common ways to improve it. Discover build times and run-time options to improve overall performance. Use various tools to inspect your code and generate metrics on it's performance. See tools in action, like Apache::VMonitor, Devel::Profiler and others.


Title: TH10 - Roadmap for Enterprise Adoption of Open Source
Speaker: Winston Damarillo
Categories: Build Tools, Case Study, Java
Level: Intermediate
Download: Presentation

The presentation shares feedback from IT organizations regarding their challenges and success stories in implementing a "managed" adoption of open source. The talk covers key CIO concerns around licensing, community, governance model and project health. Case studies around the successful implementation of Open Source adoption programs will be discussed along with specific technologies, process models and internal ROI metrics.


Title: TH11 - Introduction to mod_python
Speaker: Gregory Trubetskoy
Categories: Apache HTTP Server, Python
Level: Intermediate
Download: Presentation

Mod_python provides a highly scalable and powerful Python-based foundation for developing web-based applications. This talk will discuss the mod_python project and provide simple examples of using mod_python's essential features. Having attended this presentation you should be well on your way to understanding and being able to use mod_python.


Title: TH12 - Java in the Database
Speaker: Rick Hillegas
Categories: Database, Java,
Level: Beginner
Download: Presentation

Java is a flexible language for coding database procedures and functions. With Java you can ship code to the data rather than vice versa. Learn how to eliminate unnecessary network traffic and push business logic as close to your information as possible. Harness Java's expressiveness, portability, and rich tool support to the tasks of filtering and transforming large data sets. This session discusses how to deploy Java code inside SQL databases. Topics include: 1) a comparison between Java and SQL/PSM, 2) invoking open source libraries inside your queries, 3) sending applications to the database, and 4) a survey of popular databases which host Java code. Examples use Apache's open source Derby database. This session assumes some familiarity with writing SQL SELECT and INSERT statements as well as some familiarity with JDBC, the Java interface to relational databases.


Title: TH13 - Apache Trinidad – First class citizens for Java Server Faces
Speaker: Speaker: Matthias Wessendorf
Categories: ASF, Java, New Technologies
Level: Beginner
Download: Presentation

Trinidad is the new name for Oracle's donation of the ADF Faces. Trinidad comes with very high quality components, a dialog framework, as well as personalization, skinning capabilities and JSF extensions. Trinidad features include: file upload support, client-side validation, partial rendering of a page (AJAX-style), data tables, hierarchical tables, color/date pickers, progress indicators, menu tabs/buttons, wizards, internationalization and accessibility. In summary there are more than 100 production ready components. This session will introduce several of these goodies and shows howto use them in your Java EE project.


Title: TH14 - Output Filters with mod_perl 2.0
Speaker: Geoffrey Young
Categories: Perl
Level: Intermediate
Download: Presentation

One of the more interesting and practical features to come out of the Apache 2.0 redesign effort is output filters. While mod_perl has had the ability to filter content for years, it wasn't until Apache 2.0 that we could truly leverage that power to its full extent. Here, we will introduce the new and simple streaming API and show how powerful just a few simple lines of mod_perl can be.


Title: TH15 - Breaking Through the Noise: Visibility for your Open Source Project
Speaker: Sally Khudairi
Categories: Commerce, Community
Level: Beginner
Download: Presentation - PPT

Open Source developers often voice the frustration of not having enough visibility of their projects. Gain insight into communication strategies that help to reach beyond your peers and immediate fanbase and break through the noise in the marketplace. Learn how to clarify your message and define who you are against competitive projects. Improve your media skills to mitigate the reality of overworked reporters and make your efforts more credible to analysts and the community at large. Raise your profile and let the world know how good you really are. Sell the sizzle, and sell the steak.


Title: TH16 - New Modular Authentication Architecture in Apache 2.2 and Beyond
Speaker: Brad Nicholes
Categories: Apache HTTP Server, New Technologies, Security
Level: Intermediate
Download: Presentation - PPT

Although Apache 2.2 appears to include a number of new auth modules, in reality the modules have just be rearchitected to provide much more power and flexibility. Rather than being confined by a single auth module, you can now mix and match the type of authentication with various providers and authorization methods. Recently authorization went through a similar transformation and added AND/OR logic so that 'Require' rules could be applied in ways that were previously not possible. This session will discuss the new auth architecture of Apache 2.2 and peek into the future of authorization.


Title: TH17 - Apache Derby 10.2 - New feature overview
Speaker: Dan Debrunner
Categories: Database, Java, New Technologies
Level: Intermediate
Download: Presentation - PPT

The 10.2 release of Apache's Derby database engine release contains many new features, this presentation will give an overview of each new feature with examples of its use. Features covered will include Jave SE 6.0/JDBC 4.0 support including ease of development items, online backup, XML support, GRANT/REVOKE, updateable ResultSets, SQL optimizer directives and many other minor features.


Title: TH18 - Apache Roller: an open source Java blog server
Speaker: Dave Johnson
Categories: Case Study, Community, Database, Java, Web Services, XML
Level: Intermediate
Download: Presentation - PDF

Roller is the open source Java blog server that drives the popular Sun's employee blogs at blogs.sun.com, IBM developerWorks blogs, JRoller.com and numerous other blog sites. Currently making its way through the Apache incubation process, Roller is built on a host of Apache technologies including Struts, Velocity, Lucene, Jakarta Commons, XMLRPC and more. This overview, a primer for Roller users and contributors, covers the Roller feature set, the all-new Roller 3.0 page models/macros, Roller 3.0 architecture, lessons learned, project status and future plans.


Title: TH19 - Securing myFaces Applications Against the OWASP Top Ten Attacks
Speaker: David Chandler
Categories: ASF, Java, Web Services
Level: Intermediate
Download: Presentation - PPT

The JavaServer Faces (JSF) API is an excellent foundation for building secure Web applications because of its component-oriented nature, carefulness surrounding data validation, and numerous extension points. Apache myFaces builds on this strength by providing components which offer built-in protection against many of the OWASP Top Ten attacks including form parameter tampering and cross-site scripting. In this presentation, we’ll review how myFaces protects against these attacks and move on to explore JSF extensions you can deploy to provide complete protection against the OWASP Top Ten, including forced browsing, information leakage in select boxes, and unauthorized method execution. Specifically, we’ll look at centralized approaches to ensuring that every field and form is properly validated, a phase listener and view handler to prevent forced browsing and assist with detection of session hijacking, a customer converter and component to hide sensitive information such as IDs in menu options, and a JAAS permission checker for component actions (event handler methods).


Title: TH20 - Developing a Successful Open Source Consulting Business
Speaker: Will Glass-Husain
Categories: Case Study, Community
Level: Beginner
Download: Presentation - PPT

Many open source gurus fund their work by opening a one person consulting shop. They quickly find out that technical expertise is important but only one piece of the puzzle. Building on a popular talk at ApacheCon 2005, this tutorial will cover the essentials of creating a successful consulting business. First, we will discuss the key principles: provide top-notch service, seek out repeat business, be productive, and keep costs low. Second, we'll discuss practical issues: How to sell a project, how to price your services, what to include in a contract and how to handle disputes. Third, we'll look at specific case studies and discuss the tricky business issues that might arise. Bring your current business conundrums—we expect active discussion following the presentation. With a little luck, you will gain insights in how to use your expertise to make customers happy and earn a great living.


Title: TH21 - Using LDAP Authentication in Apache 2.2
Speaker: Brad Nicholes
Categories: Apache HTTP Server, Security
Level: Intermediate
Download: Presentation-PPT

One of the new features of Apache 2.2 is the transition of LDAP authentication from experimental status to a standard Apache module set. This presentation will show just how powerful LDAP authentication can be. It will also show how the LDAP authentication provider and authorization methods can be mixed with other authentication types to provide a much more powerful and robust authentication service. Discover the many different ways in which mod_authnz_ldap can be used to authenticate users through the use of LDAP filters and attribute matching. See how the connection and credential caching built into mod_ldap can be used to improve LDAP authentication performance. Finally learn how to mix and match LDAP authentication and authorization with various other providers and methods to produce an authentication service that works for you.


Title: TH22 - Embedding Apache Derby in a Browser
Speaker: Francois Orsini, David Van Couvering
Categories: Database
Level: Intermediate
Download: Presentation

Apache Derby is a fully-featured, small footprint, 100% Java relational database that can run within the same VM as your application. These features enable it to do be used in ways and environments you wouldn't normally expect to be able to use a relational database. In particular, Apache Derby can be embedded in an AJAX-style JavaScript application running in your browser. Last year at ApacheCon Francois Orsini demonstrated this unique way of using a database that enables a whole new class of web applications. You can use the database to cache or even store data on the client, improving the performance of web applications and taking them off of the leash of an Internet connection. In this session we will go into great detail showing exactly how to build such an embedded application, walking through the code, showing how to use NetBeans to build a web application with a local storage, and demonstrating one way to synchronize your data between the embedded database and the database running behind the web server.


Title: TH23 - Atomized: How to consume and publish Atom using Open-Source Java tools
Speaker: Ugo Cei
Categories: Java, New Technologies, Web Services, XML
Level: Intermediate
Download: Presentation - PDF - updated

The Atom Syndication Format and the Atom Publishing Protocol are used more and more to organize and publish information about the most disparate subjects: from weblog posts to search engine results, to REST-ful interfaces to storage systems. This talk will provide an overview of some Open-Source Java tools that enable you to consume and publish data using the Atom Syndication Format and the Atom Publishing Protocol: Apache Abdera, ROME and Roller. Emphasis will be placed on how using Atom helps building distributed systems that properly implement the REST style of architecture.


Title: TH24 - Introduction to the Cocoon Portal
Speaker: Carsten Ziegeler
Categories: Commerce, Java, New Technologies
Level: Beginner
Download: Presentation - PDF

Apache Cocoon is the ideal solution for integrating different data sources, while, at the same time, providing the information to different devices in different formats. You will get an overview of building portal applications with Cocoon and get an insight on the portal architecture. The Cocoon portal supports the standards, JSR 168 and WSRP, and provides more functionality like portlet communication, skinning, AJAX and integrating complete applications as a portlet.


Title: TH25 - Incubator 15 Minute Talks
Speaker: TBA
Download: Presentation


Title: TH26 - Kerberos and Single Sign-on with HTTP
Speaker: Joe Orton
Categories: Apache HTTP Server, New Technologies, Security
Level: Advanced
Download: Presentation - PDF

Single sign-on is the holy grail of authentication; Kerberos is becoming the industry standard for network authentication. This presentation will look at current solutions for implementing enterise-wide single sign-on for web sites using Kerberos and the Apache HTTP Server, including the "mod_auth_kerb" module. Some of the problems with these solutions will be discussed, and work on new approaches will be covered.


Title: TH27 - Configuring Apache Derby for Performance and Durability
Speaker: Olav Sandstaa
Categories: Database, Performance
Level: Intermediate
Download: Presentation

As an official Apache project, more people are using Derby as their database management system both during development and in production, making Derby performance optimization key. This presentation focus on how to use Apache Derby in order to get the best performance out of it and at the same time ensure durability of the data stored in the database in case of failures. The presentation gives an overview of the main architectural components of Derby and how these influence the performance. It focus on how different configuration options both with regards to hardware, operating system and Derby itself influence the performance and data durability. Often trade offs have to be made when selecting between performance and which failure scenarios that can be handled with out loss of data. The presentation shows how to configure Derby to avoid loss of data in case of software, operating system, hardware and power failures. It includes tips and tricks for the application programmer on how to best program against Derby in order to maximize the performance. The different configuration options and programming tips are illustrated by performance examples. The presentation will also include a small section giving some examples of how Derby compares to other Open-Source databases (MySQL and PostgreSQL) with regards to performance.


Title: TH28 - A no-nonsense introduction to "Semantic Web" technologies
Speaker: Stefano Mazzocchi
Categories: New Technologies
Level: Beginner
Download: Presentation

The so-called "Semantic Web" is a vision for an evolution of the web where web sites expose data not only for direct human consumption (as it is mostly the case today) but also for specific software agents to consume, aggregate and enrich on behalf of humans. In this presentation, I will show an outline of this vision, together with a simple and concise description of each W3C recommendation (such as RDF, OWL and SPARQL) that are involved and how they are supposed to work together. I will also show the differences and similarities between this and other models for purer-data interchange on the web (such as "web 2.0" and "atom/rss") and will demo existing solution that are based on semantic web technologies.


Title: TH29 - What's new in Cocoon?
Speaker: Carsten Ziegeler
Categories: Commerce, Java, New Technologies
Level: Beginner
Download: Presentation - PDF

Apache Cocoon is one of the most popular Java frameworks for building complex web applications. The latest version has been in development for the last years and provides many new functions and features making the development of web applications even easier. This session introduces the new features by providing examples and best practices. The roadmap of Cocoon and further planned features are discussed as well.


Title: TH30 - ApacheCon Lightning Lottery Talks
Speaker: Wilfredo Sánchez Vega
Categories: All topics
Level: Beginner and Intermediate
Download: Presentation

Speakers are given 30 seconds notice to give a five minute talk on a topic of their choice. Topics can be of any sort so long as there is a relation to the ASF or to ASF projects and are submitted at the beginning of the session to be drawn at random.



ApacheCon US Sessions: Friday

Title: KN03 - Keynote - 11:30
Speaker: Howard Tayler, creator of Schlock Mercenary
Level: All
Download: Presentation


Title: FR1 - URL Mapping - How to avoid using mod_rewrite
Speaker: Rich Bowen
Categories: Apache HTTP Server
Level: Intermediate
Download: Presentation

When a request is made to your Apache server, Apache goes through several steps to figure out what content it is going to give you in response. This talk focuses on three aspects of this process. Directory indexing is the process of Apache delivering a default document from a directory, or a listing of the files in that directory. Content negotiation is a grossly underused feature that allows you to serve different content to different users, depending on their preferences. URL rewriting, implemented by mod_rewrite, is the process of modifying a URL as it comes in. Other aspects of URL mapping include Alias, ScriptAlias, Location, ErrorDocuments and Redirect, which will be covered in passing on our way to the other topics.


Title: FR2 - Portals@Apache: Standards and The Portals Project
Speaker: Carsten Ziegeler
Categories: Commerece, Java, New Technologies
Level: Beginner
Download: Presentation - PDF

Two standards for developing portals are currently available: the JSR 168 (Java portlet API) and WSRP (Web Services for remote portlets). This session introduces these standards, shows their potential and future directions (WSRP 2.0 and JSR 286). The second part of this session presents an overview of several portal related projects at Apache: the Apache Portals Project is hosting most portal related projects like Jetspeed, Pluto, WSRP4J, Bridges - but of course other projects like Cocoon, Struts or Tapestry are included as well. You will get an overview helping you in choosing the best Apache open source solution for your portal project.


Title: FR3 - Cosmo and Scooby: Standards-based Open Source Calendaring
Speaker: Brian Moseley
Categories: Java, New Technologies
Level: Intermediate
Download: Presentation

OSAF hosts two closely related calendar server projects: Cosmo, a CalDAV+Atom protocol server, and Scooby, a rich AJAX web calendar client. Cosmo and Scooby work together and with desktop clients like Chandler, Sunbird, iCal, and Evolution to provide an environment for managing personal calendars across multiple computers and devices and for sharing calendars between individuals and groups. Members of the Cosmo and Scooby projects will discuss today's features and architecture (including the use of JCR and Apache Jackrabbit), the role of standards and interoperability, and the roadmaps to release.


Title: FR4 - Apache Geronimo Unleashed
Speaker: Jeff Genender
Categories: Java
Level: Intermediate
Download: Presentation - PDF

Apache Geronimo is the latest open source application server to achieve J2EE 1.4 certification, making it ready for adoption in the Enterprise. It is now a real contender in the open source application server market and offers a unique architecture making different open-source projects pluggable and capable of building customized stacks. This session will present an overview of Apache Geronimo, the project and community, its architecture, its major open source components, and how to configure and use the application server. The presentation will cover a technical birds-eye-view of Geronimo's unique J2EE components and concepts such as the kernel, plugins and how to effectively use Apache Geronimo in your organization.


Title: FR5 - Extending Apache SpamAssassin Using Plugins
Speaker: Michael Parker
Categories: New Technologies, Perl, Performance, Spam
Level: Intermediate and Advanced
Download: Presentation - PDF

The plugin architecture in Apache SpamAssassin allows for near unlimited growth in SpamAssassin's capabilities. This session will discuss some of the common plugin hooks and how to create and use plugins with Apache SpamAssassin. In addition, we'll cover some example plugins to tackle existing problems or feature requests people are having today.


Title: FR6 - Intellectual Property Law: Fundamentals
Speaker: Cliff Schmidt
Categories: ASF, Case Study,
Level: Beginner
Download: Presentation

Basics of international copyright and patent laws, with a focus on U.S. laws, but also addressing European laws and the Berne Convention. Talk will briefly address derivative and collective works (see "Advanced IP Law" talk for deeper discussion).


Title: FR7 - Introduction to mod_rewrite
Speaker: Rich Bowen
Categories: Apache HTTP Server
Level: Intermediate
Download: Presentation

mod_rewrite is the most powerful, and least understood, module in the Apache web server. This talk will demystify rewrite rule syntax, and show you how to do some of the most common rewrite tasks.


Title: FR8 - JSR-286: Portlet Specification 2.0 - Upcoming enhancements and new features for Portal and Portlet Developers
Speaker: Ate Douma
Categories: Community, Java, New Technologies, Web Services
Level: Intermediate
Download: Presentation - PDF

The JSR-286 Expert Group is working on the new Portlet Specification 2.0 since early this year. Already a first early public draft has been released last July, and the second, 'feature complete', early public draft is planned for October 2006, leading up to a final release planned for mid 2007. The Expert Group plans to align the Portlet Specification with J2EE 1.4, integrate other JSRs relevant for the portlet (like JSR-188), and align with WSRP 2.0. This presentation will provide an overview of the progress made so far and focus on the enhancements and new features for Portal and Portlet Developers struggling with the restrictions and limitation of the current JSR-168 Portlet Specification 1.0. Topics which will be addressed are:

  • WSRP 2.0 alignment
  • Portlet Events, shared session data, shared render parameters
  • Resource Serving
  • AJAX support
  • Portlet Filters
  • Better support of web frameworks
  • Extended cache support
  • Preferences SPI

Title: FR9 - 5 Easy Ways to Breathe AJAX Life Into an Existing Application
Speaker: Michael Peters
Categories: New Technologies, Perl
Level: Intermediate
Download: Presentation

With all the buzz about AJAX and rich user interfaces on the web, does your current project feel left out? Is your project being overlooked because of the flash of your competitors? Is it too late in the game to play catch-up? Are you worried that your project can't use AJAX techniques because your clients use Stone Age browsers? This presentation will look at 5 Simple and Backwards Compatible ways to add some AJAX enhancements to an existing application without having to do a major overhaul and without forcing your user's to upgrade their browsers. To show that these techniques work in real life we will be examining recent work being done on Krang, an Open Source CMS, using the Prototype and Script.aculo.us Javascript libraries. Krang is used at several large corporate organizations with required legacy browser support. This does not stop users with modern browsers from having a modern experience. Not only will your user's experience be enhanced but your application will run faster and use less bandwidth. And it's easier than you think.


Title: FR10 - Making the Most of Geronimo Plugins
Speaker: Aaron Mulder and Bruce Snyder
Categories: Java
Level: Beginner
Download: Presentation

Apache Geronimo is the first major application server to include a structured plugin architecture. Geronimo plugins have a click-through install process including validating prerequisites, automatically downloading and installing required dependencies, and potentially upgrading existing server functionality in-place (no restart required!). But what can you do with app server plugins? In this session, we'll look at the innovative ways to use Geronimo plugins, including integrating Apache projects like Jetspeed and Directory, unified deployment of applications including J2EE features and ESB services, hot deployment of scheduled jobs and reports, cloning servers from developer to developer, migrating applications from dev to test to production, and more. You'll learn how to leverage Geronimo plugins to increase your productivity for J2EE, lightweight, and SOA applications.


Title: FR11 - High Performance Apache SpamAssassin
Speaker: Michael Parker
Categories: Performance, Perl, Spam
Level: Beginner and Intermediate
Download: Presentation - PDF

This session will cover multiple aspects of creating a high performance Apache SpamAssassin installation. Covered topics include methods for increasing speed performance, increasing efficacy performance and usablity. In particular, we will discuss strategies for speeding up message scanning, customizing rules and scores to maximize local catch rate, and tools for allowing users to manage their own configurations.


Title: FR12 - Overview of Open Source Licenses
Speaker: Cliff Schmidt
Categories: ASF, Case Study
Level: Beginner
Download: Presentation

Review of the Open Source Definition and a comparison and contrast of the dozen most significant open source licenses (see "License Reviews" talk for deeper review of five of these licenses).


Title: FR13 - How Open Source Projects Survive Poisonous People (And You Can Too)
Speaker: Brian W. Fitzpatrick, Google, Inc.
Download: Presentation - PDF

Every open source project runs into people who are selfish, uncooperative, and disrespectful. These people can silently poison the atmosphere of a happy developer community. Come learn how to identify these people and peacefully de-fuse them before they derail your project. Told through a series of (often amusing) real-life anecdotes and experiences.


Title: FR14 - LDAP Stored Procedures and Triggers arrive in ApacheDS
Speaker: Ersin Er
Categories: Database, Java
Level: Advanced
Download: Presentation - PDF

ApacheDS now has LDAP stored procedures and triggers. The world of Relational Databases has enjoyed the benefits of stored procedures and triggers for many years now. These tools of the integration layer make the relational database very appealing to developers for many reasons. Code can be located close to data for mass manipulation. Referential integrity can be managed using triggers. The introduction of these constructs within an LDAP Directory makes LDAP more appealing. Further more it will lead to the development of new applications using LDAP. This lecture discusses these constructs with respect to LDAP, their implementation within ApacheDS, and how they can be used to build new LDAP backed applications.


Title: FR15 - Jakarta Commons - don't re-invent the wheel
Speaker: Torsten Curdt
Categories: Java
Level: Beginner
Download: Presentation

Many projects use at least some of them - the Jakarta Commons libraries. Small reusable libraries simplifying the day-to-day work of thousands of java programmers. But over time the jakarta commons project has grown and the number of components makes it harder and harder to keep track. This session will try to give an overview of the components available and how the Jakarta Commons community is organized.


Title: FR17 - SOAP vs REST smackdown
Speaker: Dan Diephouse
Categories: XML, Web Services
Level: Intermediate
Download: Presentation

You've heard the terms. You've seen the debates on the blogs. But what does it really come down to? What are SOAP and REST? Is one actually better than the other? Is SOAP too complex? Is REST too simple? Does Amazon's REST API really get 5 times more usage than the SOAP one? Does this mean you shouldn't bother with SOAP? This talk will pit the REST and SOAP against each other in an attempt to come to some answers as to which one you should choose!


Title: FR18 - License Reviews: Apache, GPL/LGPL, EPL, and CDDL
Speaker: Cliff Schmidt
Categories: ASF, Case Study
Level: Beginner
Download: Presentation

In-depth review of five significant open source licenses showing a variety of conditions and approaches.


Title: FR19 - Apache Tuscany: An Open Source Runtime for SOA
Speaker: Jean-Sebastien Delfino and Simon Nash
Categories: ASF, Community, Java, New Technologies, Web Services, XML
Level: Advanced
Download: Presentation

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation, sponsored by the Web Services PMC. Apache Tuscany provides implementations of the Service Component Architecture (SCA) specifications and related technologies such as Service Data Objects (SDO) and Data Access Service (DAS). The overall goal of the project is to provide an open-source runtime platform to simplify the implementation of SOA-based applications in various programming languages such as Java, C++, JavaScript or BPEL. Tuscany integrates with well established Web Services and server technologies such as Apache Axis2, Apache Tomcat and Geronimo. This session will explore how the Tuscany runtime works. We will work through coding examples and show how to use Tuscany to implement service components, build, deploy and run composite SCA applications and communicate with Web Services. We will present how to get involved in the development of Tuscany and embed the Tuscany runtime or extend it to support additional component types, programming languages, bindings and communication protocols. We will also cover the latest developments and ongoing work with the Tuscany code base, with a demonstration of some of the latest features.


Title: FR20 - ApacheDS Access Control Administration; The X.500 Way
Speaker: Ersin Er
Categories: Database, Java
Level: Advanced
Download: Presentation - PDF

The Apache Directory Server (ApacheDS) is an LDAP server which uses the X.500 basic access control scheme based on the X.500 administrative model. We will cover the X.500 administrative model and the basic access control scheme. We will show ApacheDS users and administrators how to create access control information to safeguard LDAP entries within ApacheDS. Users will be shown how to configure ApacheDS to use this AC scheme over the default static AC scheme that comes out of the box. Advanced topics such as the delegation of authority for access control policy within your directory will also be covered. The session will cover all the information you need to apply fine grained access control to entries within ApacheDS.


Title: FR21 - JSR 277, 291, 294 and OSGi, Oh My! - OSGi and Java Modularity
Speaker: Richard S. Hall
Categories: Java, New Technologies
Level: Intermediate
Download: Presentation

OSGi technology for Java was originally envisioned as a dynamic service platform for home gateways, but has spread to all forms of Java development, as witnessed by Eclipse adoption and the Apache incubator Felix project. OSGi technology fills a void in the Java platform as a dynamic modularity and component layer. Recently, the JCP has introduced three different JSRs (277, 291, and 294) that are intimately related to OSGi technology and/or Java modularity. This presentation will provide an overview of OSGi technology, introduce the Apache Felix incubator project, and discuss the relationship and issues surrounding JSRs 277, 291, and 294.


Title: FR22 - Clustering Apache Geronimo
Speaker: Bill Dudney
Categories: Java, New Technologies, Performance
Level: Beginner
Download: Presentation

Many enterprise applications are required to be highly scaleable and highly available. Clustering is one approach to achieve these performance requirements. In this talk we will cover what clustering is and why its important. Specifically we will cover how to achieve these requirements of applications deployed to Apache Geronimo. In particular we will cover load balancing with Apache HTTPD to a cluster of Geronimo web tier servers to achieve high availability. We will cover failure scenarios and how the server will respond as well as what the user will see in their browser (if all goes well the user won't know). In addition to the web tier clustering we will go into the current state of clustering that is available for the rest of the Java EE stack.


Title: FR23 - Low-Maintenance Perl
Speaker: Perrin Harkins
Categories: Perl
Level: Intermediate
Download: Presentation

Perl is a language flexible enough to let you make your own decisions about how to use it. You can optimize your code for performance, for compactness, or even for entertainment value. But what if you want to optimize it for not getting support calls in the middle of the night about strange behavior on your web site? What if you want to optimize it for spending your Saturday at the movies instead of in the debugger? This talk will show you how to choose a dialect of Perl that suits your preferred level of risk. It won't be a simple prescription, but you will learn why avoiding certain constructs can lead to fewer nasty surprises and less difficulty integrating code written by a team. A little planning and a willingness to choose practical solutions over magic can really pay off in reduced debugging time. Perl gives you a lot of rope, but it's not too late to learn some new knots.


Title: FR24 - Advanced IP Law and Best Practices of Open Source Projects
Speaker: Cliff Schmidt
Categories: ASF, Case Study
Level: Beginner
Download: Presentation

Detailed discussion of derivative/collective works, fair use, dynamic linking and interface case law, and how these issues are addressed in contribution and distribution policies by leading open source organizations, such as the Apache Software Foundation and the Eclipse Foundation.


Title: FR25 - Apache O/R Mappers
Speaker: Henning P. Schmiedehausen
Categories: Database, Java
Level: Intermediate
Download: Presentation

With the arrival of Cayenne in the Apache Incubator, the ASF has now five different projects to map SQL data to Java objects and vice versa: Torque, OJB, iBatis, JDO and Cayenne. This talk introduces all of them and shows their strenghts and weaknesses compared to each other.


Title: FR26 - Faceted Searching With Apache Solr
Speaker: Chris Hostetter
Categories: Case Study, Java, Web Services
Level: Intermediate
Download: Presentation - PDF

Solr is a open source enterprise search server based on the Lucene Java search library, with XML/HTTP APIs, caching, replication, and a web administration interface. In this session we will examine:

  1. A case study of the faceted searching application on CNET.com that drove the initial development of Solr
  2. How Solr's architecture makes simple faceted searching applications easy and efficient
  3. A simple Solr request plugin which provides basic faceted searching support in only a few lines of code

Title: FR27 - A Practical Guide to Apache Axis2
Speaker: Rajith Attapattu
Categories: Web Services
Level: Intermediate
Download: Presentation

This unique session will address the most pressing issues that have been raised by the user community since Axis2 1.0 release. Key areas such as POJO support, Spring support, embedding, JAX-WS support etc will be discussed. The focus will be on providing the status with respect to these key issues and the critical "Know-How" to get you started on these areas.


Title: FR28 - Tapestry Components for Web 2.0
Speaker: Howard M. Lewis Ship
Categories: Java
Level: Intermediate
Download: Presentation - PPT

The Tapestry web application framework has been getting a lot of buzz in the wider community. Come to this session to learn firsthand what's so special about the Tapestry approach and how quickly and easily you can put together cutting-edge Web 2.0 applications by leveraging available Tapestry components.


Title: FR29 - All you wanted to know about Open Development community building but didn't know who to ask
Speaker: Stefano Mazzocchi
Categories: Community
Level: Beginner
Download: Presentation

In this presentation, I will show, explain and analyze several patterns in community building for open development projects that I've come across during my 9 years of involvement in the ASF. The presentation is aimed at those who want to understand how to seed and bootstrap communities as well as those wanting to analyze existing communities for improvement and/or signs of behavioral changes. I will also present some of the software tools over the years that I've written to help the job of community mentor and observer.


Title: FR30 - Enhancing Authentication: Beyond Passwords
Speaker: Lisa Dusseault
Categories: New Technologies, Security
Level: Intermediate
Download: Presentation

Passwords are notoriously insecure and yet we use them hundreds of times daily. What can we replace them with? We've seen certificates, PKIX, various "Single Sign-on" schemes, and Shibboleth, but delegated user authentication hasn't spread to Internet-scale, and there are still a few unmet requirements, particularly for HTTP-based applications. Some current standards work includes SAML profiles (Liberty Alliance), TLS Attribute Certificate extensions, and tying Kerberos into more protocols. This talk will cover use cases, various possible requirements, security threats, possible solutions, and the current status of various standardization efforts.


Title: FR31 - Really Big Builds
Speaker: Leo Simons
Categories: Build Tools, Case Study
Level: Intermediate
Download: Presentation

Apache has hundreds of projects that cover a wide range of topics. These projects need to compile, build and link against each other, be backwardscompatible and forwards-compatible, and implement multiple versions ofa external specifications. The build, test and release management environment at apache is as complex as these environments get. And it works surprisingly well. This talk gives a high-speed overview of the technologies and processes that make our builds and releases tick. We take a case-study-based look at the use of tools such as Apache Maven, Apache Ant, Apache Ant, JUnit, release signing, the mirroring system, SVN-based workflow, and more.


Title: FR32 - Using Apache WSS4J and Apache Axis to Secure Web Services for the United States Government
Speaker: Kevin T. Smith
Categories: Case Study, Java, Security, Web Services, XML
Level: Advanced
Download: Presentation - PPT

Over the past few years, many agencies of the U.S. government have embraced web services. This move has provided challenges in the areas of security in the areas of identity management, access control, policy enforcement, and performance and availability. During this time, there have been several pilot projects in the U.S. Government which have used Apache WSS4J and Apache Axis to secure their web services. This talk will provide an overview of these projects, discussing security architecture considerations, and will focus on standards such as WS-Security, SAML, and XML Signature. The presentation will provide an in-depth focus on the use of Apache Axis and Apache WSS4J in these projects, and the speaker will provide Java code and detailed messaging examples throughout the presentation.


Title: FR33 - Ruby for Java Programmers
Speaker: Ugo Cei
Categories: Java, Ruby
Level: Intermediate
Download: Presentation

Even though Ruby enthusiasts often disdain everything that has to do with Java, many Ruby programmers are in fact retrained Java programmers who would like to bring with them some of their favorite libraries and toolkits when they cross over. And indeed there's an incredible wealth of Java software, most of it open source, that brilliantly solves a huge range of problems. It would be great to be able to exploit this richness even when using Ruby as your main language. The session will show, with a hands-on approach and plenty of samples, how to make the worlds of Ruby and Java coexist, either by having Ruby code call Java code, or viceversa, in-process or inter-process. Bridging, running Ruby on the JVM, and remoting approaches will be introduced and their respective merits and shortcomings discussed.


Title: FR34 - Harnessing the power of RDF: projects.apache.org
Speaker: David Reid
Categories: ASF, Case Study, Community, New Technologies, XML
Level: Intermediate
Download: Presentation

The Apache Software Foundation created a website to provide a directory of information about it's various projects during 2006. Allowing the projects to remain their autonomy was an important consideration, so a distributed solution was sought. Using RDF as the data source allowed each project to manage their own information and XSLT allows the files to be easily parsed and the site generated. This talk will explain how the RDF format was developed and show how the various elements of the website are created.


Apache.org | Past Conferences
(c) 2006 Apache Software Foundation