|
Changed priority to trivial Let's assign priority of "trivial" to new proposed features. Seems to go hand and hand with the validator support feature meantioned in RC 1.1. http://opensource.atlassian.com/projects/spring/browse/SPR-69 I sent this patch to the dev list before, but I figure I should upload it to JIRA so that it doesn't get lost. The patch has been made against an earlier CVS snapshot, but it seems to still work against the latest version. It does not include the modifications discussed on the mailling list though, such as using <expr type="ognl"> instead of <ognl>. If my contribution is accepted and we can agreed on the syntax, then I'll complete it to include such changes. The spring-binding module in spring-projects, used currently by webflow but usable standalone, features an expression parsing and evaluation abstraction that features OGNL. Keith I'm moving his to the 2.1 timeframe and renaming it. We do want to include expression language support, but since OGNL is no longer actively maintained (last release was August 2004) we will be evaluating other areas. One are that we are working in is common EL across Java and .NET. Rob Unscheduling this since I want to spend more time defining what this will actually look like in the ApplicationContext. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Does it belong in SpringCORE or in SpringWEB?