You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Debashish Chakrabarty <de...@webdunia.com> on 2003/12/04 10:56:27 UTC

Reading Property files in bulk

I am a Struts newbie. My application will use the various Property files in following way:

1. Read a Property file (based on its name) in entirety (all properties) and put it in Hashtables which in turn are cached using OSCache
2. Create/Edit a Property file using a web-interface

Whic methods /classes does Struts provide to do the bulk-operations like this?
Thanks,

Debashish Chakrabarty