Modeling

Everything You Always Wanted To Know About Modeling (But Were Afraid To Ask)

Does Model Driven Software Development actually work?Are some developers more productive than others?What happens during code generation?Do diagrams and text...

0 replies - 638 views - 10/13/09 by Peter Friese in Articles

Eclipse RCP Part 1: Designing the Model

In this tutorial we will see how to use the Eclipse Modeling Framework in order to manage the application Model. If you have EMF and the related tools already...

0 replies - 3354 views - 07/16/09 by Vincenzo Caselli in Articles

New Ways Around The Generation Gap Pattern

This post describes some new ways around "Generation Gap Pattern (John Vlissides)" which deals with how to  modify or extend generated code just...

3 replies - 1059 views - 05/06/09 by ekke in Articles

Modeling is Dead. Long Live Modeling!

Although some people seem to be convinced that Eclipse and Eclipse Modeling are dead, I have been sensing quite healthy life signals of both on EclipseCon 2009...

1 replies - 1578 views - 04/01/09 by Peter Friese in Articles

An Introduction to Eclipse Generation Factories

In order to improve software development industrialization, a major step consists in mass-producing software. This mass-production must be customizable, and...

2 replies - 3442 views - 03/19/09 by Benoit Langlois in Articles

My Wishlist for EclipseCon 2009

In just two weeks time EclipseCon 2009 will be kicking off in Santa Clara. Based on what I saw at this year Eclipse Summit Europe, this years conference is...

0 replies - 1238 views - 03/09/09 by James Sugrue in Articles

Using Teneo and EMF to Store Your Data

Most of you know that I am working as a committer for various Eclipse-related projects (such as Xtext, Xpand and the Modeling Workflow Engine). You might not...

2 replies - 2757 views - 03/07/09 by Peter Friese in Articles

Dependencies and Services in OSGI Enterprise Applications

A busy week has started again:

0 replies - 2028 views - 12/04/08 by ekke in Articles

PDE Dev: The Good, the Bad and the Ugly

  First, overall, now that I have gotten back in the water, I am really psyched about PDE dev. Given the perspective of my latest obsessions (Lean), PDE gets...

1 replies - 1861 views - 10/31/08 by Rob Williams in Articles

Hand-written and Generated Code: Never the Twain Shall Meet

There are many tools these days that generate code. Before writing such a tool, stop to consider if you really should be generating code in the first place....

0 replies - 1793 views - 10/26/08 by merks in Articles

Generating Array Accessors in EMF

Have you ever tried to generate References or variable with multiplicity more than 1? Eclipse being an OOPs follower would always generate a List containing a...

0 replies - 1214 views - 10/20/08 by Annamalai Chock... in Tips and Tricks