Question is if this is bug or feature?!? We should have more
CreateTasks above same entity object. For example domestic invoice,
foreign invoice. Both will create Invoice Entity but different way
(maybe with different save method).

In xtext grammar I'm missing all "as" definitions. For example for
list "inline", "popup" ... as defined in proposal:
=======================
// inline is default for references, and redundant here, but one can
// also use popup, subtask, or modal
list media as inline use attributes status, location

// subtask is default for create, but here we use modal dialog instead
create media as modal skip confirm

// inline with skip confirm is default for add, but here we use
// subtask instead
add media as subtask skip confirm use selection on status, createdBy
=======================

Also "exclude:" is missing and I dislike concept of "create" "list"...
which adds too many reserved keywords to language. These reserved
names shouldn't be used for column names. Maybe "list:" is good idea.

Pavel

On Thu, Dec 18, 2008 at 4:05 PM, Patrik Nordwall
<patrik.nordw...@gmail.com> wrote:
>
> Regarding a) I think Pavel means that it is possible to define
>
> CreateTask for Person {
>  ...
> }
>
> CreateTask for Person {
>  ...
> }
>
> This should not be allowed, and we should add a check validation.
> /Patrik
> --
> View this message in context: 
> http://www.nabble.com/GUI-DSL-questions-tp21072114s17564p21074512.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to