[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Creating tool options programatically
|
- From: Alex Blewitt <alex.blewitt@xxxxxxxxx>
- Date: Mon, 27 Apr 2009 23:16:51 +0100
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ouHPsfagcnoju+xGqCxOtAWma6KRjlkUUE4Tfb4sbew=; b=QoN/6fza96Aj+pTirx5WOhh1olIQYOn8dAzOhYlUcLaVqTu8y1IolND5sAh9CbWi4J DmKmOxE7j7opE/Q3M8OgcW9I3ibVOk6AI1hPTv0UlRPXOp0sL/Il+Arlq56NAlpQXN65 4jBiHsnw4lzMPb9gvvByJR1Qzpqr35heYJ+qE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ozV5+2/F4zyVHdRykN+K/7CVhvGG29f5LyTglEfoBI5X0VbQQxdQB79XXaSO4SM/Zy jo7oSNbYEXjKSTs/i5WLan0vTd94kNOpYoItHSjVx/FT+uqi5HgansbR5wWRQn1uPzml 8B1ZfcZTujRYmn0vq/Drhu9K+LH8KHzJWwbjE=
On Mon, Apr 27, 2009 at 10:34 PM, Sergey Prigogin
<eclipse.sprigogin@xxxxxxxxx> wrote:
> EMF persistence is
> particularly hard to get right. I wouldn't use it for storing project build
> configurations.
Surely one of the benefits of EMF is the ability to persist/load from
data structures? What benefit would there be of using a generated EMF
model and then writing your own persistence layer?
Alex