MVEL 2.0 has full support for generics (and static typing):
http://mvel.codehaus.org/Strong+Typing+Mode
Brian Pontarelli wrote:
>
>
> On Oct 7, 2008, at 3:08 PM, Dave Newton wrote:
>
>> Just to muddy the EL/templating waters:
>>
>> http://mvel.codehaus.org/Performance+of+MVEL
>>
>> (v. OGNL)
This is not quite the same unless it can detect generics while setting
values and creating values. An example might be values from a form
going into something like:
List
or
Map>
or the always fun
List>
that sorta thing. I know that OGNL had (might not any longer)