Re: OGNL as a part of Commons

2010-12-14 Thread sebb
On 14 December 2010 06:38, Lukasz Lenart wrote: > 2010/12/13 sebb : >>> OGNL is an Expression Language like UEL, it has some nice features >>> like calling statics or using constructors. It's used internally by >>> Struts 2 to evaluate user expressions and not only in JSP but in any >>> other plac

Re: OGNL as a part of Commons

2010-12-14 Thread Lukasz Lenart
2010/12/14 sebb : > So does it offer anything that JEXL does not? I think no, it looks like JEXL2 is even much better than OGNL. I don't know JEXL2 so deep, but with OGNL you can create objects directly ("o = new Object()") and you can call methods with parameters ("foo.doit(o)"). Kind regards -

[g...@vmgump]: Project commons-collections4 (in module apache-commons) failed

2010-12-14 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-collections4 has an issue affecting its community integration. Thi

Bean merge

2010-12-14 Thread Mateus Brum
Is there some implementation of bean merge in BeanUtils? If not how do I propose such implementation? Thanks. -- *Mateus Henrique Brum* *Desenvolvedor de Softwares Corporativos* *NOVO CELULAR : (12) 8200-0919*

[g...@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2010-12-14 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-jelly-tags-quartz (in module commons-jelly) failed

2010-12-14 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-quartz has an issue affecting its community integratio

[g...@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2010-12-14 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: OGNL as a part of Commons

2010-12-14 Thread Henri Yandell
+1. Just like to point out that duplication of featureset is not an issue in Commons. Hen On Sun, Dec 12, 2010 at 11:38 PM, Lukasz Lenart wrote: > Hi all, > > I want to ask you all, is it possible to include OGNL > (https://github.com/jkuhnert/ognl , http://www.opensymphony.com/ognl/ > ) into C