Concerned Strutszien: A Manifesto

2008-10-19 Thread dusty
Struts1 is arguably the most successful web framework, but it always felt heavy. It's how I found WebWork, which I am convinced is the greatest web framework. When WebWork made the move to Apache as Struts 2, I was excited since it meant this great framework would continue on after the great

Re: [S2] - Bamboo S2 Main Build still failing

2008-10-19 Thread Nils-Helge Garli Hegvik
Build still failing, but a different error now. The Jasper Reports Plugin fails with a dependency that cannot be found: No versions are present in the repository for the artifact with a range [1.0.0,) jfree:jcommon:jar:null I've had problems with version ranges and maven before, but I can't

Re: Concerned Strutszien: A Manifesto

2008-10-19 Thread Musachy Barroso
* OGNL - Is is staying? Is it going? Can it be secure? Is it fast enough? Params interceptor was the biggest security problem and it has been patched. It MVEL gets integrated then it will get interesting. * Convention - Buzz factor to me, but buzz none the less. I type pretty fast. It

Re: Concerned Strutszien: A Manifesto

2008-10-19 Thread Al Sutton
* REST - Great way to organize web based applications Nobody is working on this right? I'm not working on it, but I have a few projects deployed using it, so i would wonder if it needs much in the way of work (if any at all). Al.

Re: Concerned Strutszien: A Manifesto

2008-10-19 Thread Brian Pontarelli
* OGNL - Is is staying? Is it going? Can it be secure? Is it fast enough? I say drop it completely. No more evaluation in the JSPs or FTL files at all and use MVEL for the parameters interceptor. FTL has a good enough language and you have Java in JSPs if you need it. OGNL in there is