[jbpm-dev] [Design of JBoss jBPM] - Re: Is it possible to avoid hibernate?

jorgemoralespou_2 do-not-reply at jboss.com
Mon Jul 20 09:06:55 EDT 2009


"jorgemoralespou_2" wrote : Hi,
  | Also, I think that it seems that there should be more programming against interfaces, as there is a lot of code where there is no easy way to interchange implementing classes.
  | 
As an example:

  | public interface Deployer {
  | 
  |   void deploy(NewDeployment deployment);
  | 
  | }
  | 

should be:

  | public interface Deployer {
  | 
  |   void deploy(DeploymentImpl deployment);
  | 
  | }
  | 

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

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


More information about the jbpm-dev mailing list