[jboss-dev-forums] [Design of EJB 3.0] - Re: webservices ejb3 api usage

heiko.braun@jboss.com do-not-reply at jboss.com
Mon Mar 10 12:04:03 EDT 2008


OK, as I said before I am looking at areas that require decoupling:

a) Meta data retrieval
b) Invocation handling

For retrieving web service relevant meta data from a ejb3 deployment, I think the contract would cover certain Container methods and annotations representing web service meta data:


  | Container {
  | 
  |  [...]
  | 
  |  String getEjbName();
  |  String getBeanClassName();
  |  <T> T getAnnotation(Class<T>);
  | }
  | 

That's basically already given, I would just need supply the annotations and their implementation. 

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

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



More information about the jboss-dev-forums mailing list