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"

m (Agenda)
Line 3: Line 3:
 
=== Location  ===
 
=== Location  ===
  
tbd
+
Hamburg, Hafencity
 +
 
 
=== Date and Time ===
 
=== Date and Time ===
  
tbd
+
June 13, 2012 18:00 - 23:00
  
 
=== Organizer ===
 
=== Organizer ===

Revision as of 03:28, 14 May 2012

Eclipse DemoCamp Old.jpg What is an Eclipse DemoCamp?

Location

Hamburg, Hafencity

Date and Time

June 13, 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

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.

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. Marcel Bruch, Eclipse Code Recommenders

Back to the top