Re: Decomposing RequestProcessor -- Some Code To Play With

2003-08-11 Thread Paul Smith
Hey guys, this is exactly what pageflow does, though it does more as well. Oh well Im working on a white paper which describes the functionality. How would I go about getting something into the contrib folder? - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL

Re: Modules vs. Sub-Applications

2002-10-28 Thread Paul Smith
It would seem like there should be a relatively large gap between 1.X and 2, dont you think? For Struts to maintain it's leadership role in the web app framework, it seems that it must grow significantly. To do that, at some point we'd have to switch over to a different architecture. Much like the

Re: Is FormBean mandatory???

2002-04-09 Thread Paul Smith
This logic is essentially correct in that the framework needs to process front end stuff prior to mapping to a view object. However, there are good reasons to not want to have a form bean and a view object and an entity bean. Memory usage -- while frivolous object creation is ok in small to

Re: Workflow/Pageflow proposal

2002-02-17 Thread Paul Smith
(outside of struts) for a previous employer, I am convinced that developers would love this addition to the framework. Feel free to flame away... Paul Smith [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List [EMAIL

Workflow/Pageflow proposal

2002-02-15 Thread Paul Smith
Ted, I have a design put together for a pretty significant upgrade to the struts framework which would meet the needs of the workflow requirements. I have set up the struts framework and have started a build structure in the contrib folder on my local machine. However, this is a major change,