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 Mars 2015/Stuttgart"

(added "Xtext 2.8" by Miro Spönemann)
(added abstract for Xtext talk)
Line 74: Line 74:
 
   <td valign="top">tbd.</td>
 
   <td valign="top">tbd.</td>
 
   <td valign="top">Eclipse Scout: What's new with Mars</td>
 
   <td valign="top">Eclipse Scout: What's new with Mars</td>
   <td valign="top">Matthias Zimmermann, [http://www.bsi-software.com BSI Business Systems Integration AG]</td>
+
   <td valign="top">[https://www.xing.com/profile/Matthias_Zimmermann13 Matthias Zimmermann], [http://www.bsi-software.com BSI Business Systems Integration AG]</td>
 
   <td valign="top"><p>[https://www.eclipse.org/scout/ Eclipse Scout] is an application framework that helps to build business applications efficiently. With the Eclipse Mars release, Scout comes with consolidated support to modularize business applications along feature groups that are relevant to the business. In addition, the different modules may be implemented against a shared binary core that implements common functionality and cross cutting features.</p>
 
   <td valign="top"><p>[https://www.eclipse.org/scout/ Eclipse Scout] is an application framework that helps to build business applications efficiently. With the Eclipse Mars release, Scout comes with consolidated support to modularize business applications along feature groups that are relevant to the business. In addition, the different modules may be implemented against a shared binary core that implements common functionality and cross cutting features.</p>
 
<p>In this talk we explain and motivate the usage of independent business modules (slices) and then demo the features of adding such slices to an existing core application. At the end of the talk we also provide a brief outlook of the Scout Neon release that is already in development.</p></td>
 
<p>In this talk we explain and motivate the usage of independent business modules (slices) and then demo the features of adding such slices to an existing core application. At the end of the talk we also provide a brief outlook of the Scout Neon release that is already in development.</p></td>
Line 83: Line 83:
 
   <td valign="top">tbd.</td>
 
   <td valign="top">tbd.</td>
 
   <td valign="top">Maven Tycho in practice</td>
 
   <td valign="top">Maven Tycho in practice</td>
   <td valign="top">Martin Schreiber, [http://www.bachmann.info/en/home/ Bachmann electronic]</td>
+
   <td valign="top">[https://www.xing.com/profile/Martin_Schreiber36 Martin Schreiber], [http://www.bachmann.info/en/home/ Bachmann electronic]</td>
 
   <td valign="top">Bachmann electronic develops Eclipse based tools for configuring and programming its logic controllers. The build environment for these tools is based on Jenkins and Maven Tycho. We will present the build process from the plugin to the installable product including our solution for working with multiple branches.</td>
 
   <td valign="top">Bachmann electronic develops Eclipse based tools for configuring and programming its logic controllers. The build environment for these tools is based on Jenkins and Maven Tycho. We will present the build process from the plugin to the installable product including our solution for working with multiple branches.</td>
 
</tr>
 
</tr>
Line 97: Line 97:
 
<tr>
 
<tr>
 
   <td valign="top">tbd.</td>
 
   <td valign="top">tbd.</td>
   <td valign="top">Xtext 2.8: New and Noteworthy</td>
+
   <td valign="top">Xtext for other platforms &ndash; Integration in IntelliJ IDEA and web applications</td>
 
   <td valign="top">[https://www.xing.com/profile/Miro_Spoenemann Miro Spönemann], [http://www.itemis.de/ itemis AG]</td>
 
   <td valign="top">[https://www.xing.com/profile/Miro_Spoenemann Miro Spönemann], [http://www.itemis.de/ itemis AG]</td>
   <td valign="top">tbd.</td>
+
   <td valign="top">Xtext is a language development tool that integrates text editors for your DSLs within the Eclipse IDE, offering a rich set of features such as syntax highlighting, content assist, navigation, code generation, and much more. However, in some projects it is not feasible to use Eclipse to access the DSLs, but other platforms would be preferred. For this reason the upcoming Xtext release 2.9 will include integrations for two more platforms: IntelliJ IDEA and web applications. I will present the current state of these new developments.
 +
</td>
 
</tr>
 
</tr>
  

Revision as of 06:16, 15 June 2015


DemoCamp.png DemoCampStuttgartSmall.png

What is an Eclipse DemoCamp?

Location

University Stuttgart-Vaihingen

Room tbd.


Date and Time

Wednesday, July 1st, 2015

17:30 hrs

Sponsors

This DemoCamp will be sponsored by itemis AG.

Itemis pos-2.JPG

itemis AG is an Eclipse strategic member and the leading company for model-driven software development.

This DemoCamp is co-sponsored by infos Stuttgart.

Logo infos stuttgart.png

The Informatik-Forum Stuttgart promotes the Computer Science Department of the University of Stuttgart. The primary objective is to bring forward the computer science and to support young scientists as well as to facilitate the establishment and development of relations between science and industry with emphasis in the Stuttgart region.


Please contact Niko Stotz if your company is willing to co-sponsor this event.

Organizer

Niko Stotz, itemis AG

Please contact Niko Stotz if you would like to present at this event. We plan 20 minutes per demo.

Agenda

The language of presentation will be English.

Time Topic Presenter Description
tbd. Reception tbd.
tbd. Eclipse Scout: What's new with Mars Matthias Zimmermann, BSI Business Systems Integration AG

Eclipse Scout is an application framework that helps to build business applications efficiently. With the Eclipse Mars release, Scout comes with consolidated support to modularize business applications along feature groups that are relevant to the business. In addition, the different modules may be implemented against a shared binary core that implements common functionality and cross cutting features.

In this talk we explain and motivate the usage of independent business modules (slices) and then demo the features of adding such slices to an existing core application. At the end of the talk we also provide a brief outlook of the Scout Neon release that is already in development.

tbd. Maven Tycho in practice Martin Schreiber, Bachmann electronic Bachmann electronic develops Eclipse based tools for configuring and programming its logic controllers. The build environment for these tools is based on Jenkins and Maven Tycho. We will present the build process from the plugin to the installable product including our solution for working with multiple branches.
tbd. Interpreting Xtend: How to do it and why Marco Eilers, itemis AG tbd.
tbd. Xtext for other platforms – Integration in IntelliJ IDEA and web applications Miro Spönemann, itemis AG Xtext is a language development tool that integrates text editors for your DSLs within the Eclipse IDE, offering a rich set of features such as syntax highlighting, content assist, navigation, code generation, and much more. However, in some projects it is not feasible to use Eclipse to access the DSLs, but other platforms would be preferred. For this reason the upcoming Xtext release 2.9 will include integrations for two more platforms: IntelliJ IDEA and web applications. I will present the current state of these new developments.
time title presenter description
tbd. Break
with soft drinks & snacks
tbd. Get Together
with beer, soft drinks & buffet

Who Is Attending

Please use Eventbrite Web Service to register and see participants.

Please contact Niko Stotz if you have any questions.

For Bloggers and Users of Twitter, Flickr, etc.

In case you plan to blog or tweet about the Eclipse DemoCamp in Stuttgart, please use the tag "#democampstg" in order to make it easier to find all the comments and pictures. Thanks a lot for telling the world about the event!

Copyright © Eclipse Foundation, Inc. All Rights Reserved.