anonymous wrote : 
  | That not what I'm saying at all. I'm saying config COULD come from XML and 
that the common meta objects are instances of annotations rather than YET 
ANOTHER metamodel. Annotations in and of themsleves are meta objects. 
  | 

This is not YET ANOTHER metamodel. This is THE metamodel, i.e. the one we
use natively. All other metamodels are "transformed" into it. 

1) An annotation byself is meaningless.

e.g. the security domain annotation describes that I want a security domain
The metamodel of the MC also describes that, but additionally says exactly you
go about satisfying it.

2) As developers we don't want to deal with multiple sources of metadata.
It is the responsiblity of the deployers to turn their own domain specific 
metadata
into our single model.

3) By transformed I don't mean it necessarily has to do some xml transform or
create objects. It could just be a simple wrapper:

  | public Object getMetaData(...)
  | {
  |    return resolveAnnotation(...);
  | }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861487#3861487

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861487


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to