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

Difference between revisions of "Eclipse DemoCamps Juno 2012/Hamburg"

Line 114: Line 114:
 
#[http://www.xing.com/profile/Rabea_Gransberger Rabea Gransberger], [http://www.meko-s.de MEKO-S GmbH]
 
#[http://www.xing.com/profile/Rabea_Gransberger Rabea Gransberger], [http://www.meko-s.de MEKO-S GmbH]
 
#[https://www.xing.com/profile/Andreas_Breuer2 Andreas Breuer], [http://www.itemis.de itemis]
 
#[https://www.xing.com/profile/Andreas_Breuer2 Andreas Breuer], [http://www.itemis.de itemis]
 +
#Thomas App, HHLA
 +
#Florian Laabs, HHLA

Revision as of 04:44, 30 May 2012

Eclipse DemoCamp Old.jpg What is an Eclipse DemoCamp?

Location

Hamburg, exact location to be announced...

Date and Time

June 14, 2012 18:00 - 23:00

Organizer

Peter Friese, Zühlke Engineering

Martin Lippert, SpringSource - a division of VMware

Sponsors

Following the principles of openness and transparency, we (Martin and Peter) decided to do the sponsoring for the next Eclipse Demo Camp in Hamburg slightly different.

This time sponsoring for the demo camp is totally open and transparent to everybody. We would like to invite everybody to participate in this sponsoring. The only thing you need to do in order to participate in this sponsoring is to add yourself (you as a person or the company that is sponsoring) to this section of the wiki page. Please add your name or company and the amount of money you would like to sponsor.

This is totally open. Everybody is invited to join the group of sponsors. Companies as well as individuals are invited to participate in this. And you decide for yourself on the total amount of money you would like to spend. The more money we get from YOU all, the more we can spend at the event for drinks and food. So please start today, convince your boss or spend your own money, and add you to the sponsoring list for the next Demo Camp in Hamburg.

The event will continue to be free for all participants (as it was in the past) and you don't need to sponsor just to participate.

One additional note: We will donate 20% of the sponsored food/drinks to an organisation that supports homeless people in Hamburg. So 20% of the ordered drinks/food will not be delivered to our demo camp, but directly to that organization at the same time. We did that once in the past when we ordered more stuff that we could eat and we thought we should do this again, but this time by purpose.

  1. Zühlke Engineering - 500 EUR
  2. itemis AG - 500 EUR
  3. SpringSource/VMware, Inc. - 500 EUR
  4. BundleMaker Development Team - 50 EUR

Agenda

Xtend is a statically-typed, functional and object-oriented programming language which is translated directly to comprehensible Java source code. The language is developed at Eclipse.org and reuses Java's syntax, terminology and concepts as much as possible, but abandons some dead freight at the same time. Xtend is a very powerful alternative for implementing Java classes and works great with all the existing libraries. Since the language can be seen as a little complementary add-on to Java, it offers many modern language features, reaching from type inference over lambdas and extension methods up to smart string interpolation that make development great fun, again. And of course there is powerful Eclipse IDE integration available.
In this session I will demonstrate why Xtend is so great for everyday programming. You will get an in-depth impression of the seamless integration with the Eclipse Java IDE and you'll get an impression of the expressiveness and conciseness of Xtend.
As a perfect follow-up to Xtend, this session is going to present Xtext/TS, a type system framework for Xtext. Groovy founder Guillaume Laforge built on top of the Java standard proposal for type safe Units of Measurements, JSR-275 with his case study of a Domain-Specific Language for unit manipulations some while ago.
Based on Unit-API the successor to JSR-275, and its leading Open Source implementation Eclipse UOMo together with Xtext/TS we'll see, how a similar DSL for unit manipulations can be created with Xtext.
Java code makes up a large part of most enterprise systems. To keep these systems maintainable, extendable and flexible in the long run, constant checking of the consistency of code and other artefacts is necessary. Coding guidelines need to be followed, anti-patterns need to be avoided and interfaces need to be used correctly.
JaMoPP addresses theses challenges. JaMoPP automatically converts your Java code base into an EMF model. This model can be processed by a large number of tools based on EMF (e.g. Xtend). Additionally, the model can be linked with any other artefact that is represented as an EMF model. On the base of this integrated model, individual guidlines for your software can be defined. This way, structural problems are recognised instantly and, if required, repaired automatically.
More and more eclipse projects are starting to use Tycho for building their project. We were early adopters of tycho and are using it successfully for more than a year. We had some problems getting it to work at the beginning, but today we are using it to release our product and publish it as P2 update site. We developed our own maven plugin to create native installers (msi, dmg). I want to share our experiences using Tycho to build and release our eclipse based IDE with you..
Application frameworks have become an integral part of today's software development - this is hardly surprising given their promised benefits such as reduced costs, higher quality, and shorter time to market. But using an application framework is not free of cost. Before frameworks can be used efficiently, software developers have to learn their correct usage which often results in high initial training costs.
However, framework usages frequently follow typical patterns that manifest themselves in source code of applications that use these frameworks - and thus can be extracted from code and directly reused to guide novice developers when learning these frameworks. The Eclipse Code Recommenders project facilitates this reuse of collective knowledge by automatically collecting such information from code and brings back this knowledge into the IDE by means of intelligent code completion, extended (usage-driven) javadocs, and many things more.
This demo introduces you to Eclipse Code Recommenders. It will demonstrate how you can leverage the collective knowledge of your team mates to improve your own productivity with no effort.
BundleMaker is an open-source tool to analyze and modularize existing Java-based applications. With BundleMaker you can analyze and visualize the structure and dependencies of your Java application. Based on your analysis you can define various transformations to restructure your system according to your new modularized target architecture. BundleMaker is able to export the whole restructured system into several output formats such as OSGi binary bundles or projects for the Eclipse PDE development tools.
Developed as an OSGi/Eclipse-based application itself, BundleMaker is highly customizable to make it a perfect match for a variety of usage scenarios.
RAP, the Rich Ajax Platform is known as a framework for Eclipse-based web applications, that uses HTML and JavaScript to render SWT-based user interfaces. But with its new JSON-based communication protocol, it is not restricted to browser clients anymore. Alternative RAP clients can now be implemented for any network-enabled device that can process JSON and display widgets. At EclipseSource, we're developing RAP clients for iOS and Android that use the native widgets of the device.
In this talk, I'll explain the new protocol and show some example applications running natively on an iPad and my Andriod phone.
  • GEFGWT: GEF in JavaScript, in the browser, on the iPad (Frank Gerhardt GEF is one of the oldest Eclipse projects. When migrating of a good old RCP application to the Web or Mobile, the graphical editors are usually very hard to port or to rewrite. We ported GEF to JavaScript using GWT. That way you can reuse most of the Java code and compile your GEF editors to JavaScript. We also made a few extensions to support touch events on mobile devices. I will give you a demo of GEFGWT and explain how to use it.

Who Is Attending

If you plan on attending please add your name and company to the list below. You need to have an Eclipse Bugzilla account to do so. Signing up is really easy and not only gives you the chance to attend Eclipse DemoCamps, but also gives you the sweet fuzzy feeling of being able to file Eclipse bugs! Come on, give it a try - we know you can do it!

  1. Peter Friese, Zühlke Engineering
  2. Martin Lippert, SpringSource - a division of vmware
  3. Sven Efftinge, itemis
  4. Jan Köhnlein, itemis
  5. Werner Keil, Creative Arts & Technologies
  6. Jan Ortmann, Mondula
  7. Daniel Dietrich, HSH Nordbank
  8. Philip Wenig, OpenChrom
  9. Jendrik Johannes, DevBoost GmbH
  10. Matthias Köster, NumberFour AG
  11. Frank Gasdorf, PLATH GmbH
  12. Oliver Libutzki, itemis
  13. Markus Alexander Kuppe, ECF
  14. Oliver Ochs, Holisticon AG
  15. Christian Hager, tecis Finanzdienstleistungen AG
  16. Sara Gomez Nosti, PLATH GmbH
  17. Sven von Pluto, ConceptPeople consulting gmbh
  18. Gabriele Heimann, akquinet engineering gmbh
  19. Christian Rataj-Weinreben, Suzlon Energy
  20. Maik Teske, Suzlon Energy
  21. Steffen Dummann, Suzlon Energy
  22. Marcel Bruch, Eclipse Code Recommenders
  23. Sebastian Zarnekow, itemis
  24. Andreas Lenz, DV-RATIO Group
  25. Frank Schlüter, Techniker Krankenkasse
  26. Jan Koops, Techniker Krankenkasse
  27. Nils Hartmann, Techniker Krankenkasse
  28. Christian Hempe, Consist Software Solutions
  29. Asaf Ikram, itemis
  30. Erdal Karaca
  31. Holger Schill, itemis
  32. Gunnar Morling
  33. Felix Heppner, PLATH GmbH
  34. Christoph Kulla, Bosch Car Multimedia
  35. Frank Gerhardt, Gerhardt Informatics Kft.
  36. Ingo Meyer
  37. Nils Buhrke, b+m Informatik AG
  38. Gregor Pardon
  39. Ralph Müller, Eclipse Foundation
  40. Oliver Zeigermann
  41. Roger Gilliar
  42. Pascal Alich, Zühlke Engineering
  43. Harald Albers, HS - Hamburger Software
  44. Marcus Tiedemann, PLATH GmbH
  45. Rabea Gransberger, MEKO-S GmbH
  46. Andreas Breuer, itemis
  47. Thomas App, HHLA
  48. Florian Laabs, HHLA

Copyright © Eclipse Foundation, Inc. All Rights Reserved.