On 8/11/07, Stefano Bagnara (JIRA) <[email protected]> wrote:
>
>     [ 
> https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519229
>  ]
>
> Stefano Bagnara commented on JAMES-803:
> ---------------------------------------
>
> The main difference (excluding the 2 steps approach) is that for avalon I 
> would simply use this implementation:
> +    public InputStream getResource(String url) throws IOException {
> +       return new FileInputStream(getFile(url));
> +    }
> removing all of the checks for the classpath.
> I would leave it to the spring solution as it is more likely to use a 
> different packaging and a different way to use configurations.

+1, exactly.

  Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to