I think you'd have to either scan for a type or annotation; before the
framework is up not sure what other options there could be.

d.

(pardon brevity and typos, on cell)
On May 31, 2012 2:12 AM, "Łukasz Lenart" <[email protected]>
wrote:

> I need an advice ...
>
> FileManager is used in bootstrap configuration (see
> DefaultConfiguration.createBootstrapContainer()) but this is in-code
> defined configuration. Right now I've introduced FileManagerFactory to
> create FileManager but it base on Container (which is created by
> createBootstrapContainer()) to list all defined instances of
> FileManager. It's a bad idea as during bootstrap there are no
> FileManagers defined yet, they can be loaded with users' custom config
> xmls (too late) and with struts-default.xml (also a bit too late).
>
> The questions is: how to solve that ? Scan packages for given type of
> class ?
>
>
> Regards
> --
> Łukasz
> mobile +48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to