From: Marc P. <ma...@an...> - 2003-03-27 02:28:55
|
On Wed, 26 Mar 2003 16:36:14 -0800, Brian Goetz <br...@qu...> wrote: > I added constructors for WM(Properties) and WM(Servlet, Properties). If > someone could check over the changes to make sure I didn't break > anything, that would be helpful. Great Brian! Many thanks... I will get the latest CVS snapshot in the morning. Been toiling away with the webapp some more... testing the framework. I have implemented a basic "clickthrough" counter action, and as a result added a new feature to the framework - plugins (and hence actions) can introduce new helper objects that will be supplied to ALL template pages, not just those that the plugin or action is executed. This means, for example, that the click-through action can make the current stats available to all templates :-) It's been a hairy ride though this one - lots of coding and "discovery" :-) Well, I had to do something while I waited for the servlet/properties/broker "patch" ! -- Marc Palmer |