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 "EclipseBankingDayNYC/SessionAbstracts"

Line 38: Line 38:
  
 
'''Abstract:''' The Rich AJAX Platform (RAP) enables developers to web-enable RCP applications with AJAX technology - from a single code base. The talk gives a brief introduction into RAP and describes best practices on single sourcing for RCP and RAP applications.
 
'''Abstract:''' The Rich AJAX Platform (RAP) enables developers to web-enable RCP applications with AJAX technology - from a single code base. The talk gives a brief introduction into RAP and describes best practices on single sourcing for RCP and RAP applications.
 +
 +
 +
==== Modeling Industry Data with Eclipse Modeling Framework ====
 +
Ed Merks, Eclipse Modeling PMC Co-Leader
 +
 +
'''Abstract:''' Most software development is fundamentally about manipulating and sharing of data and that data can always be modeled.  The Eclipse Modeling Framework (EMF) underpins this focus by providing Ecore, a model for describing models, and EObject, a model of instance data. Together they form the foundation to all developers to quickly model industry specific data and automate basic tasks like implementing serializers and deserializers.  An ever growing set of models build on this foundation, including models for XML Schema, UML2, OCL, WSDL, BPEL, Java, SQL, SDO, and so on.  EMF is widely used by Eclipse projects, e.g., UML2, WTP, TPTP, DTP, GMF, STP, but also as the de facto reference implementation of the Object Management Group's (OMG) Meta Object Facility (MOF). 
 +
 +
This session will teach the basic concepts of EMF and demonstrate how to use the tools to quickly start modeling industry specific data.

Revision as of 10:19, 8 October 2008

Builing Collaborative Communities

Mike Milinkovich, Eclipse Foundation

Abstract:


Eclipse 4.0

Jochen Krause, Innoopract

Abstract: Eclipse has a history of moving with, if not setting, the trends. Looking forward we see the application landscape changing to one that includes web technologies, new user interface metaphors, ubiquitous multi-processors, distributed infrastructure and a new level of seamlessness users have yet to experience. You can already see the trends taking shape both inside and outside Eclipse. In this talk we outline some of the challenges and opportunities ahead, present some thoughts on how these shifts can be used to extend the reach of Eclipse and talk about how you can get involved.

Creating Platforms Using Eclipse Equinox

Jeff McAffer, Equinox Project Co-Leader and Code 9

Abstract: Equinox provides a powerful modularity runtime for the Java platform which promotes strong modularity, versioning and dynamic management of applications. This is the basis for Eclipse RCP, Eclipse running on servers as well as the traditional Eclipse development environments. In this talk we introduce the technology and describe and demonstrate how building application platforms based on Equinox accelerates the introduction of new function and increases IT agility.

MODeX

A Model Oriented Architecture for Enterprise Data Integration
Ted Epstein, Morgan Stanley

Abstract:

Managing Open Source Legal Issues

Janet Campbell, Eclipse Foundation

Abstract:


Open Source Governance

Steven Hodge, Bank of America

Abstract:


RAP

Extending Eclipse RCP to the Web
Jochen Krause, Eclipse RAP Project Leader

Abstract: The Rich AJAX Platform (RAP) enables developers to web-enable RCP applications with AJAX technology - from a single code base. The talk gives a brief introduction into RAP and describes best practices on single sourcing for RCP and RAP applications.


Modeling Industry Data with Eclipse Modeling Framework

Ed Merks, Eclipse Modeling PMC Co-Leader

Abstract: Most software development is fundamentally about manipulating and sharing of data and that data can always be modeled. The Eclipse Modeling Framework (EMF) underpins this focus by providing Ecore, a model for describing models, and EObject, a model of instance data. Together they form the foundation to all developers to quickly model industry specific data and automate basic tasks like implementing serializers and deserializers. An ever growing set of models build on this foundation, including models for XML Schema, UML2, OCL, WSDL, BPEL, Java, SQL, SDO, and so on. EMF is widely used by Eclipse projects, e.g., UML2, WTP, TPTP, DTP, GMF, STP, but also as the de facto reference implementation of the Object Management Group's (OMG) Meta Object Facility (MOF).

This session will teach the basic concepts of EMF and demonstrate how to use the tools to quickly start modeling industry specific data.

Back to the top