Sep 26, 2009

Dependency Injection (DI)



The primary goal of dependency injection (DI) is to make component interdependencies as loosely coupled as possible. In real terms, this means that one component should call another component or resource only through an interface and that components and resources should be glued together using configuration instead of code. As a result, component implementations can easily be swapped out as necessary simply by reconfiguring the application.

Add Image

Sep 18, 2009

Weblogic Logging

$BEA_HOME/user_projects/domains/base_domain/config/fmwconfig/servers/logger.xml
$BEA_HOME/user_projects/domains/base_domain/servers/new_ManagedServer_1/logs
/new_ManagedServer_1.log