Re: Status of EL integration in OFBiz

2014-02-21 Thread Jacopo Cappellato
Adrian, in the meantime I have upgraded JUEL to the latest version that implements the EL spec 2.2: see rev. 1570611 If you have a moment please review the commit and specifically check if we really need the jar juel-spi-2.2.7.jar: it only contains the Java service definition for

Status of EL integration in OFBiz

2014-02-20 Thread Jacopo Cappellato
I need some help to understand the current status of the EL integration in OFBiz. The latest bug-fix release of Tomcat contains the implementation of the EL specification at version 2.2. However OFBiz currently has a jar that implements the EL spec 2.1 and also some extensions to the

Re: Status of EL integration in OFBiz

2014-02-20 Thread Adrian Crum
I tried not to make the project dependent on JUEL. I created a facade class that connects OFBiz to JUEL through the standard EL API. Most likely the change you propose only requires changing some imports and a few tweaks. One of the reasons I chose JUEL was its performance - it is very fast.

Re: Status of EL integration in OFBiz

2014-02-20 Thread Jacopo Cappellato
On Feb 20, 2014, at 3:51 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: I tried not to make the project dependent on JUEL. I created a facade class that connects OFBiz to JUEL through the standard EL API. Most likely the change you propose only requires changing some imports and

Re: Status of EL integration in OFBiz

2014-02-20 Thread Adrian Crum
4) Implement auto-vivify using Tomcat EL. Otherwise, correct on all points. Adrian Crum Sandglass Software www.sandglass-software.com On 2/20/2014 7:25 AM, Jacopo Cappellato wrote: On Feb 20, 2014, at 3:51 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: I tried not to make the

Re: Status of EL integration in OFBiz

2014-02-20 Thread Jacopo Cappellato
ok, got it, thanks. Jacopo On Feb 20, 2014, at 4:31 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: 4) Implement auto-vivify using Tomcat EL. Otherwise, correct on all points. Adrian Crum Sandglass Software www.sandglass-software.com On 2/20/2014 7:25 AM, Jacopo

Re: Status of EL integration in OFBiz

2014-02-20 Thread Adrian Crum
One small correction: 3) Replace JuelConnector.java with TomcatElConnector.java Adrian Crum Sandglass Software www.sandglass-software.com On 2/20/2014 7:41 AM, Jacopo Cappellato wrote: ok, got it, thanks. Jacopo On Feb 20, 2014, at 4:31 PM, Adrian Crum adrian.c...@sandglass-software.com