Search:

Type: Posts; User: alastair.calderwood; Keyword(s):

Search: Search took 0.04 seconds.

  1. Map with placeholders in Spring context file

    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...
  2. link from jsp page to files on filesystem

    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...
Results 1 to 2 of 2