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

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


Since this came up last week, this is an explanation
of how I see it working.

It based on the MetaData so read that first:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90873

The runtime component is just a piece of metadata
that will be available from the stack.

e.g. possible ENC jndi implementation

  | protected Object lookup(String Name) throws NamingException
  | {
  |    MetaData metaData = repository.peek();
  |    ENC enc = metadata.getMetaData(ENC.class);
  |    return enc.getBinding(name); // This will likely just go to the real jndi binding
  | }
  | 

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

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



More information about the jboss-dev-forums mailing list