Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Luna 2014/Zurich/Session Abstracts"

(Created page with "test")
 
Line 1: Line 1:
test
+
==== Ein kleiner Reiseführer durch die Eclipse Welt ====
 +
 
 +
''Ralph Müller'', [http://www.eclipse.org Eclipse Foundation]
 +
 
 +
 
 +
==== Eclipse und Java 8 ====
 +
 
 +
''Daniel Megert'', [http://www.ibm.com/ch/de/ IBM Schweiz]
 +
 
 +
 
 +
==== Xtext: What's new with Luna ====
 +
 
 +
''Sven Efftinge'', [http://www.itemis.com/ itemis AG]
 +
 
 +
==== Visualizing EMF-models in 3D ==== 
 +
 
 +
''Torkild Ulvøy Resheim'', [http://www.itema.no/ Itema AS]
 +
 
 +
==== EMap - Map your EMF-Models to an SQL-Database ====
 +
 
 +
Many people today use Teneo&JPA to map their EMF-Objects to a relational
 +
database so did we but as our model was growing and we had deploy the
 +
application on devices with CPU and memory constraints those 2
 +
technologies didn't do the job anymore.
 +
 
 +
After looking into various technologies we decided develop a small DSL
 +
to express the mappings and generate Java-Code out of it.
 +
 
 +
We set out the main features for the initial version:
 +
* Allow users to use native SQL queries
 +
* Support lazy-loading & FETCH JOINs
 +
* efficient & easy to debug Java-Code
 +
* Integrate into OSGi without any hacks
 +
 
 +
In future we'll add more features like database schema generation, ... .
 +
 
 +
''Tom Schindl'', [http://www.bestsolution.at/en/index.html BestSolution GmbH]
 +
 
 +
==== Eclipse Scout: Cloud Backend, Automatic Documentation and other Luna features ====
 +
 
 +
''Andreas Hoegger, Matthias Zimmermann'', [http://www.bsiag.com BSI Business Systems Integration AG]
 +
 
 +
==== Flying sharks and m2m ==== 
 +
 
 +
''Klemens Edler, Florian Pirchner'',  Lunifera GmbH

Revision as of 11:17, 17 April 2014

Ein kleiner Reiseführer durch die Eclipse Welt

Ralph Müller, Eclipse Foundation


Eclipse und Java 8

Daniel Megert, IBM Schweiz


Xtext: What's new with Luna

Sven Efftinge, itemis AG

Visualizing EMF-models in 3D

Torkild Ulvøy Resheim, Itema AS

EMap - Map your EMF-Models to an SQL-Database

Many people today use Teneo&JPA to map their EMF-Objects to a relational database so did we but as our model was growing and we had deploy the application on devices with CPU and memory constraints those 2 technologies didn't do the job anymore.

After looking into various technologies we decided develop a small DSL to express the mappings and generate Java-Code out of it.

We set out the main features for the initial version:

  • Allow users to use native SQL queries
  • Support lazy-loading & FETCH JOINs
  • efficient & easy to debug Java-Code
  • Integrate into OSGi without any hacks

In future we'll add more features like database schema generation, ... .

Tom Schindl, BestSolution GmbH

Eclipse Scout: Cloud Backend, Automatic Documentation and other Luna features

Andreas Hoegger, Matthias Zimmermann, BSI Business Systems Integration AG

Flying sharks and m2m

Klemens Edler, Florian Pirchner, Lunifera GmbH

Back to the top