[jboss-dev-forums] [Design of POJO Server] - Re: bean/mbean integration issue

adrian@jboss.org do-not-reply at jboss.com
Wed Jan 17 11:24:40 EST 2007


"adrian at jboss.org" wrote : 
  | But, that doesn't mean that the dependency project can't define optional
  | interfaces to allow contexts to provide add-on behaviour that
  | cross cuts the different implementations.

I would also put these optional interfaces in different packages
to signify that they are not a part of the main api.
e.g. rather than org.jboss.dependency.spi.DispatchContext
something like org.jboss.depedendcy.spi.dispatch.DispatchContext

As you can probably tell, I'm a big fan of keeping packges small and to the point! ;-)

This sort of thing might look impression, but it makes it difficult to see the
wood for the trees. :-)
http://java.sun.com/javase/6/docs/api/javax/swing/package-summary.html
I'd have split the frames, widgets, layouts, etc. into different packages

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

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



More information about the jboss-dev-forums mailing list