Re: [Actionframework-users] Proposals for 0.94
Status: Inactive
Brought to you by:
ptoman
From: David W. <da...@su...> - 2002-06-21 06:57:55
|
Petr, > I have made the cvs working finally. Great, I will checkout and look at it. > Here's a todo for AS 0.94: Just a few comments on some items > [ ] add ActionServlet.destroyComponent(String componentName) method Good idea, we have a funny situation. When we shut down jetty it is not shutting down all of the application. Some threads continue to run. Is this the velocity servlet or something else? > [ ] implement <pre-condition>s - example: > > <pre-condition if="$var" show-template="loggedIn.wm"> > <input-variable name="var" component="auth" > value="isLoggedIn()"/> > </pre-condition> > <pre-condition if="!$REQUEST.isSecure()" show-url="https://..."> > > <pre-condition>s may be defined for: > - all components (inside <components>) > - all action of one component (inside <component>) > - single action (inside <action>) Just checking, will I be able to use pre-condition to handle GET and POST separately. My preferred option is a separate action but if pre-condition will allow me to choose the action depending on GET/POST and HTTP/HTTP then that is OK. > [ ] examples configuration + out-of-box ant task for Jetty Ooh good. > I'm saving few other idas for later versions (postprocessing - XSL/VSL, > ActionClient/ActionController architecture, enhancements to THs, better > logging, writing more sophisticated tutorial etc.) Fine Thanks for all this. David -- David Warnock, Sundayta Ltd. http://www.sundayta.com iDocSys for Document Management. VisibleResults for Fundraising. Development and Hosting of Web Applications and Sites. |