I'm designing a fairly small web application which will run on a Sun application server (v9.1). It only has a few pages, no database of its own, and will retrieve/update data via web services. There's one block of text on one of the pages which we anticipate will need to be updated occasionally (a few times a year?) by a system admin. What's the best way to allow updating of that block of text?
I don't think modifying the web service to provide the text is a viable option. It would also be nice if we didn't have to reWAR the web app in order to do the update.