Re: EL 3.0 progress update

2013-07-15 Thread Mark Thomas
On 14/07/2013 15:18, Konstantin Kolinko wrote: > 2013/7/14 Mark Thomas : >> The parser has now been updated for EL 3.0. The remaining tasks are: >> 1. Add the implementation to the various new Ast* nodes to implement the >>new syntax. >> 2. Implement collections operations >> 3. Wire up java.el

Re: EL 3.0 progress update

2013-07-14 Thread Konstantin Kolinko
2013/7/14 Mark Thomas : > The parser has now been updated for EL 3.0. The remaining tasks are: > 1. Add the implementation to the various new Ast* nodes to implement the >new syntax. > 2. Implement collections operations > 3. Wire up java.el.LambdaExpression > 4. Update the JSP implementation f

EL 3.0 progress update

2013-07-14 Thread Mark Thomas
The parser has now been updated for EL 3.0. The remaining tasks are: 1. Add the implementation to the various new Ast* nodes to implement the new syntax. 2. Implement collections operations 3. Wire up java.el.LambdaExpression 4. Update the JSP implementation for the new EL API Mark --