"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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...