I am attempting to develop a portal for my company. This site will be a performance management web site that will provide online resources to all of our company associates to view, read and learn about this topic and how we use it throughout this company. It will need to be easily maintained by a non-technical manager who will also update the site. I was thinking of using Java Beans to read some XML pre-defined tags and display that information with JSPs. Therefore, the manager will only need to type the information she want to be displayed between the XML tags. This may not be the best approach. Do you know of any other way to do this? The method will have to be very simplistic so the manager can keep the site updated with links and information.
Thanks