Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Program Details EADD

Revision as of 19:22, 11 June 2009 by Stefan.schuerle.andrena.de (Talk | contribs) (Automatisierte GUI Tests mit SWTBot)

Keynote

The Eclipse Runtime: Business Ready Open Source

JochenKrause.jpg
Jochen Krause
EclipseSource
Jochen Krause co-leads the Eclipse Rich Ajax Platform (RAP) and Eclipse Runtime projects, and is a member of the Eclipse Foundation Board of Directors and Architecture Council. Jochen has had a leadership role in the Eclipse community since its inception in 2002, and today is focused on driving Eclipse to be an application platform for web and desktop. Jochen is a founder of EclipseSource and has been bringing Eclipse technology to enterprise customers, while guiding strategic technical contributions to Eclipse. EclipseSource staff are involved in many Eclipse projects such as Equinox, PDE, RAP, ECF, p2, Riena, Eclipse Packaging and g-Eclipse.
HaraldMueller.jpg
Harald Mueller
SAP
Harald is head of the Java Server & Infrastructure development team at SAP. He is responsible for the Java EE Application Server and the Development Tools based on Eclipse.

SAP is one of the founding members of the Eclipse Foundation and started as a so-called "Strategic Consumer". Since June 2009 SAP raised the membership level to "Strategic Developer", meaning that SAP will have at least 8 developers assigned full time to the Eclipse project.

Presentations

Experiences with Model Driven Software Development - Creating the Palladio Toolchain

The Palladio Component Model (PCM) is a meta-model and an eclipse based toolset for modelling component-based software architectures. Based on PCM models software architects can predict different quality properties including performance, reliability and maintainability. The PCM uses various modelling technologies provided in the eclipse modelling project including EMF, GMF, OCL, UML2, openArchitectureWare, QVT. In the talk, Steffen introduces the PCM's model-driven toolchain and presents the experiences collected with applying the named eclipse modelling technologies in its realisation.

100px
Dr. Steffen Becker
FZI
Steffen Becker is Department Manager at the Forschungszentrum Informatik (FZI) in Karlsruhe in the division for Software Engineering since January 2008. Before, he graduated from the University of Oldenburg with a PhD in computer science. From July 2003 he was a member of the young investigators excellence program Palladio of the National German Research Foundation. He got his diploma in business administration and computer science combined in 2003 from the Technical University of Darmstadt.

He participates regularly in conferences where he gives presentations, holds tutorials, and participates in panel discussions. His interests include model-driven software development, software architectures, and model-driven quality predictions.

Automated functional testing with keywords

Functional testing is an important part of the development process, yet many teams find it difficult to efficiently automate acceptance tests. The problem is usually the maintenance of an ever-growing set of tests against an ever-changing application.

Keyword-driven testing can vastly reduce the effort spent creating and maintaining functional tests. This approach is based on the same standards as software development: it places importance on test design, abstraction of details and modularization for reusability. The concept is simple – functional tests consist of frequently repeated actions (e.g. click OK, open dialog, save project). By identifying reusable modules for the test and designing keywords for these, tests grow quickly through wide reuse of referenced keywords. Referencing keywords improves the maintainability of tests – central changes update the whole test.

Keywords offer various advantages for the test process. Depending on the framework, testers can create and/or combine keywords to make tests without programming. Test creation can run parallel to application development, which allows prompt feedback through early-running tests. Finally, changes are easy to make – either to keywords or to the test flow. Tests are written in natural language and so can be read by end users to check that requirements have been fulfilled.

This talk looks at the concepts and advantages of keyword driven testing and presents examples of keywords for Eclipse applications. Some of the points for a successful keyword-driven framework are addressed.

HansJoachimBrede.jpg
Hans-Joachim Brede
BREDEX
Hans-Joachim (Achim) Brede is the founder of BREDEX GmbH and is one of its managing directors. He has implemented and managed multiple, highly complex customer projects and is responsible for the concepts in the development of the automated test tool GUIdancer. Achim holds a Master in Computer Science and has worked with the University of Braunschweig and Digital Equipment as a technical consultant.


Eclipse Riena Project - General Overview and a new UI concept for RCP applications

The talk will give you an short overview over the Riena framework that is being delivered as part of the Galileo release train. The focus of the talk is on the new UI concept for RCP applications that is introduced by Riena.

The new UI concept does not only help developers to build UIs following the MVC pattern, but it also introduces a new navigation concept for RCP clients. This navigation concept is intended specifically for endusers. Its easy and intuitive to understand and yet very powerful. This talk will show you details about this concept and showcase some sample applications. We also show UI features for styling, filtering content in the UI and other UI features specifically aimed at making it easier to build large RCP applications.

ChristianCampo.png
Christian Campo
compeople

Christian Campo is an IT-consultant at compeople AG. With many years experience in the field of Java-EE, he is responsible for the development of innovative online applications and service-oriented architectures. Christian is the project lead for the Eclipse Riena project, an Eclipse Foundation project to provide a platform for building multi-tier enterprise client/server applications.

iPhonical – DSL and MDSD for mobile devices

Gekonnt tranchieren, ansprechend garnieren und maßvoll würzen ...

Neben der Auswahl der richtigen Zutaten (man nehme: RCP, GEF, EMF,...) kommt es beim Aufbau einer guten Eclipse-basierten Applikation noch auf andere Dinge an: Wie teile ich Funktionalität richtig auf mehrere Plug-Ins auf? Wie bringe ich GUI-Konzepte (Views, Editoren, Wizards...) am besten zur Geltung? Und welche Heuristiken, Metriken und Best Practices gibt es, die mir beim Einschätzen und Verbessern der Qualität meiner Software helfen können?

Dieser Talk richtet sich an Entwickler und Architekten Eclipse-basierter Anwendungen. Unser Vortrag soll den Appetit für die angemessene Verwendung von Eclipse-Konzepten bei der täglichen Arbeit anregen, den Geschmacksinn verfeinern und Geschick bei der Zubereitung vermitteln. Wir bringen Rezepte aus der eigenen Küche mit und sind sehr an einem Austausch mit anderen Eclipse-Gourmets interessiert.

LeifFrenzel.jpg
Leif Frenzel
andrena objects
Leif Frenzel is senior developer and agile coach at andrena objects ag. He has extensive experience in the design and implementation of Eclipse-based software (both IDE tooling and RCP applications). Leif has worked as developer, architect and project lead at Innoopract (now EclipseSource) from 2001 to 2007, and as project management coach at Nero from 2007-2009. He has also initiated and maintained Open Source projects building Eclipse support for functional programming languages and distributed revision control.
StefanSchuerle.jpg
Stefan Schürle
andrena objects
Stefan Schürle ist Softwareentwickler bei der andrena objects ag. Nach vielen Jahren Programmierung mit Java liegt sein aktueller Aufgabenschwerpunkt bei der Erstellung von RCP Applikationen.


Best Practices - RCP Mail 2.0: Commands, Common Navigator, and Data Binding

The RCP Mail example shows its age. Many new and useful features have been added to the Eclipse Platform since the example was written, and it is time to take the example to new levels.

In a hands-on way, we will bring the example up to date by adopting some of the more interesting new APIs developed since the original RCP Mail example was written.

In particular, we will show the following:

  • How to use the new Commands API to contribute to menus, toolbars, and context menus, and how to create key bindings.
  • How to use the Common Navigator to show tree-shaped data structures that are not workspace resources.
  • How to use the data binding framework to make the UI code easier to write, and easier to test.

Explanations of the concepts will be given by members of the Eclipse Platform UI team, while the concrete examples will be explained by experienced Eclipse professionals.

We will also show the different tools that are provided by Eclipse PDE and JDT to help you developing RCP applications.

FrankGerhardt.png
Dr. Frank Gerhardt
Gerhardt informatics
Dr. Frank Gerhardt is an Eclipse and OSGi expert. He has been developing business applications based on Java and RCP for years. His company is an Eclipse member and offers development, training and consulting. He is a regular speaker at conferences like JAX, OOP, JFS and EclipseCon.
100px
Michael Scharf
WIND RIVER
Michael Scharf is one of the architects of the Wind River Workbench, a CDT based IDE for embedded development. He works for WindRiver since 1994. Earlier in his career, he worked for 9 years in the area of computational molecular biology using object oriented technology for analysis and visualization of complex data. He is active in the eclipse community since 2001.


Automatisierte GUI Tests mit SWTBot

Lange Zeit mussten GUI Tests manuell ausgeführt werden, da zu viele Probleme eine einfache Verwendbarkeit von automatischen Tests verhinderten.

SWTBot ist ein neues Eclipse Projekt, welches verspricht viele dieser Hindernisse zu beseitigen.

Platformunabhängigkeit, enge Eclipse- sowie JUnit-Integration und eine intuitive Umsetzung führen dazu, dass die Erstellung und Wartung von GUI Tests auch mit graphischen Frameworks wie GEF zeiteffizient möglich sind.

SWTBot hat daher das Potential eine wichtige Komponente in jedem SWT-basierten Softwareentwicklungsprozess zu werden.

JensKuebler.jpg
Jens Kübler
aquintos

"Single Sourcing RCP and RAP" - Desktop and web clients from a single code base

The Eclipse Rich Ajax Platform provides a framework and tools to develop rich clients and web clients from a single code base, either from scratch or by migrating an existing RCP codebase. In this talk you will learn how to create ready-for-production RAP applications. In addition, we'll get you jumpstarted on implementing a single code base for the RAP and RCP versions of your application.

  • Introduction - A short overview of what RAP is, and what it isn't.
  • Single Sourcing - There are some inevitable differences between RCP and web clients. Based on our experiences in a variety of customer projects, we'll present our best practices for dealing with those issues.
  • Styling - Web clients should look different than RCP clients. We'll show how a regular RCP application can be transformed into an appealing web application.
BenjamingMuskalla.jpg
Benjamin Muskalla
EclipseSource
Benjamin Muskalla works as a software developer and consultant at

EclipseSource in Karlsruhe, Germany. He is one of the core team of committers on the Rich Ajax Platform (RAP) project and contributes to several other Eclipse projects including E4, Platform UI and JDT. His interests include squash, billiards and generally spreading the word about RAP.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.