Hello,

I would like to create an eclipse rcp application whose business tier 
is created with sculptor. For the gui part, I would like to create a 
separate metamodel with its own xtext editor.

Then I would need some way of linking the gui model to the sculptor model.

I wonder whether it is possible to have a DSL editor which can constraint 
check the attributes of an Entity when they are entered in the GUI model 
file.

To illustrate what I'm up to:

- file model.design contains

Entity User {
   scaffold
   String name;
}

- file model.guidesign contains

View UserDetail {
   ModelObjectType User;
   TextField nameField <-> name width=50 readonly;
}

I want the DSL editor for the .guidesign file to be able to check that

- there exists an Entity called User defined in model.design
- there exists an attribute 'name' AND that it is changeable

Any hints would be appreciated.

Thanks


Kambiz


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to