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

Eclipse DemoCamps November 2008/Hamburg/Session Abstracts

< Eclipse DemoCamps November 2008‎ | Hamburg
Revision as of 14:21, 8 October 2008 by Unnamed Poltroon (Talk) (New page: == Rethinking the Architecture of Java ORM in terms of LINQ == '''[http://www.sts.tu-harburg.de/~mi.garcia/ Miguel Garcia] (TUHH), [http://www.rakhu.blogspot.com/ Rakesh Prithiviraj] (TUHH...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rethinking the Architecture of Java ORM in terms of LINQ

Miguel Garcia (TUHH), Rakesh Prithiviraj (TUHH)

The general theme revolves around the efficient evaluation of LINQ queries in a Java-based implementation. Regarding the outline below, the first two items have already been reported in [1], the remaining are new.

a) LINQ set of technologies distilled.

   Architectural differences between JPA ORM and ADO.NET Entity Framework.
   Benchmarks for queries on large ORMed Ecore models

b) LINQ-favored approach to runtime translation into the query language of the target persistent store

c) Products and prototypes in the Java space aiming at LINQ functionality

   we showcase the approach adopted by JaQue, which aims to adopt bytecode inspection to translate LINQ statements
   into the persistent store's native query language

d) the venue plan to follow for future work, building upon technologies developed in the projects

   http://www.pathfinder-xquery.org  and
   http://www-db.informatik.uni-tuebingen.de/research/ferry

[1] Garcia M., Prithiviraj R.

   Rethinking the Architecture of O/R Mapping for EMF in terms of LINQ
   http://www.sts.tu-harburg.de/~mi.garcia/pubs/2008/ese/linq4emf.pdf

Back to the top