Community

Comment lines: Loose coupling with Context and Dependency Injection

(Brian S Paskin) Loose coupling with the Service Provider pattern enables new classes to be added without the need for any application code changes. This is possible using Context and Dependency Injection (CDI), part of Java EE 6 that is simple to implement and provides several advantages including

Read More - Register for Free Membership

Tags: