|
From: Rogan D. <ro...@da...> - 2008-07-08 13:04:48
|
Peter De Bruycker wrote: > 2nd attempt: > > Can we reach a consensus here? > I think we need to go as fast as possible, to keep the momentum going... > > 1. code organization: > > * core > * application: window, dialogs, page, view, action, ... > * binding: validation, binding, forms > * resources > This looks like a reasonable split to me. > I already started on work on the application infrastructure code > (window, page, pagecomponent, view, editor) that will allow for much > simpler (and less) xml, multiple view instances at the same time > (formerly known as editors) Is there some way of instructing the different views on which object to present? e.g. in Eclipse, you can have multiple instances of a Java code editor, each editing a different .java source file. How do you specify which file to edit? Regards, Rogan |