[jboss-dev-forums] [Design of JBoss ESB] - Re: Virtual Registries?

driedtoast do-not-reply at jboss.com
Fri Mar 2 07:52:20 EST 2007


Anyway getting back to my original reason for bringing this up....

The concept would be this, for every framework to integrate it is hid behind a registry (yes a virtual one). So the bus would request a service from the registry and the registry would look at the framework to realize the service.


For instance:


  |  // pseudo code
  | 
  |  businessQueryMgr.findServices(....)
  |      -> applicationContext.findBean(serviceName)
  |      -> wrap in service object
  |      -> add to BulkResponse
  |   return service;
  | 
  | 

 The other idea is that maybe based on the service category the registry is determined by that instead of a specific reference per the service definition.

 So I could...
register a registry to register registered bean of that registered registry!

anonymous wrote : 
  |  service category=registry class
  | 

If we use the category the ESB would talk to its registry that would front a registry of registries 

:)

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

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



More information about the jboss-dev-forums mailing list