[jboss-dev-forums] [Design of POJO Server] - Re: ENC Deployment

adrian@jboss.org do-not-reply at jboss.com
Mon Sep 18 05:54:28 EDT 2006


The major work is how in the ENC is constructed.
Obviously there will be an ENC deployer.

This needs to collect all the metadata to populate the ENC structure:
1) From the spec defined xml
2) From override xml
3) From annotations on the class(es)
4) From the metadata itself (e.g. instance overrides)

In my opinion, it is best that the ENC Deployer just does step 4.
Steps 1-3 should be done by the earlier parsers that know
what to look at, e.g. the ejb, web and client deployers

If these populate the MetaData hierarchy (converting xml into
annotations) the ENC deployer just needs to know the ScopeKey
and collect all the annotations.

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

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



More information about the jboss-dev-forums mailing list