These days, dependency injection (or IoC) containers are of common use
in applications. They allow you to inject any kind of bean into your
actions.
S2 comes with a built in dependency injection container [1], or
through the plugin mechanism, you can integrate your preferred IoC
container (like Sp
--- On Sun, 8/24/08, Ramez Hassan wrote:
> But the application I am putting the architecture for, should
> contain properties file and xml configurations that should be
> loaded sometimes for the application and other configurations per
> request/session.
You want to re-configure the application p
: Re: Add Application specific configurations
--- On Sun, 8/24/08, Ramez Hassan wrote:
> I need to add certain application specific configurations
> into a struts application, as simple as a property bundle.
> But I want it to be integrated directly with Struts framework
> classes su
--- On Sun, 8/24/08, Ramez Hassan wrote:
> I need to add certain application specific configurations
> into a struts application, as simple as a property bundle.
> But I want it to be integrated directly with Struts framework
> classes such that it's accessible from all actions and contexts.
> A
4 matches
Mail list logo