j2ee antipattern stopvive service

If If you have a bean that functions as a service (EJB) and in that bean you have some methods like audit(...) etc such methods then you should know that your actual service is performing too much in that very same class you should refactor that bean such that such technical methods would be introduces in subsequent technical internal classes in util packages etc.

Comments