In a Spring context file is it possible to configure the values in a map using placeholders? What I want to achieve is something like this:
<map>
<entry key="0" value="${value.0}" />
<entry...
Type: Posts; User: alastair.calderwood; Keyword(s):
In a Spring context file is it possible to configure the values in a map using placeholders? What I want to achieve is something like this:
<map>
<entry key="0" value="${value.0}" />
<entry...
I want to make files on the filesystem available in a jsp. The files are at /mnt/storage/ (owned by jboss) and the spring war file is deployed in jboss. I previously worked around the this in tomcat...