Re: [collections]

2010-12-13 Thread Stephen Colebourne
I would see this as more like caching functionality than collections functionality. And there are plenty of other caching libraries. Stephen On 13 December 2010 03:27, Balazs Attila-Mihaly (Cd-MaN) x_at_y_o...@yahoo.com wrote: Hello everybody. I would like to know if there would be any

Re: [collections]

2010-12-13 Thread Balazs Attila-Mihaly (Cd-MaN)
Hello. Thank you for the quick reply. I suppose that it is a matter of perception, but I think about it more along the line of a map which can overflow to disk rather than a cache. Also, the cache implementations which I know about are rather heavy weight (while bandwidth and diskspace is

OpenExiProposal announcement and request for collaborators

2010-12-13 Thread Stephen Williams
We are happy to publish the OpenEXI Apache Incubator proposal[1]. OpenEXI is a project to create open source implementations of the W3C Efficient XML Interchange (EXI) specification in multiple languages, Java and C++ initially. EXI is an XML infoset equivalent encoding in a highly compact

RE: OGNL as a part of Commons

2010-12-13 Thread Gary Gregory
I am wondering how OGNL relates to Commons JXPath http://commons.apache.org/jxpath/ When would you use one vs. the other? I've thought about using JXPath to replace our custom in-house equivalent but never considered OGNL. Gary -Original Message- From: Lukasz Lenart

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

2010-12-13 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

Re: OGNL as a part of Commons

2010-12-13 Thread Lukasz Lenart
2010/12/13 Gary Gregory ggreg...@seagullsoftware.com: I am wondering how OGNL relates to Commons JXPath http://commons.apache.org/jxpath/ When would you use one vs. the other? OGNL is an Expression Language like UEL, it has some nice features like calling statics or using constructors. It's

Re: OGNL as a part of Commons

2010-12-13 Thread sebb
On 13 December 2010 20:57, Lukasz Lenart lukasz.len...@googlemail.com wrote: 2010/12/13 Gary Gregory ggreg...@seagullsoftware.com: I am wondering how OGNL relates to Commons JXPath http://commons.apache.org/jxpath/ When would you use one vs. the other? OGNL is an Expression Language like

[GUMP@vmgump]: Project commons-id (in module commons-sandbox) failed

2010-12-13 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-id has an issue affecting its community integration. This issue

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

2010-12-13 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

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

2010-12-13 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-13 Thread Lukasz Lenart
2010/12/13 sebb seb...@gmail.com: 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 place. In which case it seems to be similar to