Experts,
I'm now convinced that we need Lambda Expression in EL, primarily to
support query operations on collections. After some research, it struck
me that we already have the pieces in EL to properly support it. Please
read my initial write-up at
http://java.net/projects/el-spec/pages/LambdaExpression
and give me feedbacks, especially about those in "Additional
Considerations".
I still need to work on the query operations with collections. With the
lambda and that, EL will be very powerful, useful, and popular. :-)
Kin-man